Lines Matching refs:residencyInMsecSinceBoot
244 mErrorInStandbyInfo.residencyInMsecSinceBoot += error; in ProcessPowerTrackNtf()
284 mStandbyInfo.residencyInMsecSinceBoot += standbyTime; in ProcessPowerTrackNtf()
285 mActiveInfo.residencyInMsecSinceBoot += activeTime; in ProcessPowerTrackNtf()
312 << std::to_string(mActiveInfo.residencyInMsecSinceBoot) << " }" in UpdatePowerStateLog()
315 << std::to_string(mStandbyInfo.residencyInMsecSinceBoot) in UpdatePowerStateLog()
324 (unsigned long long)mActiveInfo.residencyInMsecSinceBoot, in UpdatePowerStateLog()
326 (unsigned long long)mStandbyInfo.residencyInMsecSinceBoot, in UpdatePowerStateLog()
328 (unsigned long long)mErrorInStandbyInfo.residencyInMsecSinceBoot); in UpdatePowerStateLog()
365 mActiveInfo.residencyInMsecSinceBoot = stoull(itemName.c_str(), nullptr); in ReadPowerStateLog()
368 mStandbyInfo.residencyInMsecSinceBoot = stoull(itemName.c_str(), nullptr); in ReadPowerStateLog()
375 (unsigned long long)mActiveInfo.residencyInMsecSinceBoot, in ReadPowerStateLog()
376 (unsigned long long)mStandbyInfo.residencyInMsecSinceBoot); in ReadPowerStateLog()