Lines Matching refs:residencyInMsecSinceBoot
252 mErrorInStandbyInfo.residencyInMsecSinceBoot += error; in ProcessPowerTrackNtf()
292 mStandbyInfo.residencyInMsecSinceBoot += standbyTime; in ProcessPowerTrackNtf()
293 mActiveInfo.residencyInMsecSinceBoot += activeTime; in ProcessPowerTrackNtf()
320 << std::to_string(mActiveInfo.residencyInMsecSinceBoot) << " }" in UpdatePowerStateLog()
323 << std::to_string(mStandbyInfo.residencyInMsecSinceBoot) in UpdatePowerStateLog()
332 (unsigned long long)mActiveInfo.residencyInMsecSinceBoot, in UpdatePowerStateLog()
334 (unsigned long long)mStandbyInfo.residencyInMsecSinceBoot, in UpdatePowerStateLog()
336 (unsigned long long)mErrorInStandbyInfo.residencyInMsecSinceBoot); in UpdatePowerStateLog()
373 mActiveInfo.residencyInMsecSinceBoot = stoull(itemName.c_str(), nullptr); in ReadPowerStateLog()
376 mStandbyInfo.residencyInMsecSinceBoot = stoull(itemName.c_str(), nullptr); in ReadPowerStateLog()
383 (unsigned long long)mActiveInfo.residencyInMsecSinceBoot, in ReadPowerStateLog()
384 (unsigned long long)mStandbyInfo.residencyInMsecSinceBoot); in ReadPowerStateLog()