Home
last modified time | relevance | path

Searched refs:UpdateBootBasedAndScreenTime (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_user_history.h62 void UpdateBootBasedAndScreenTime(const bool& isScreenOn, const int64_t bootBasedTimeStamp,
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_controller.cpp98 … bundleActiveGroupController->bundleUserHistory_->UpdateBootBasedAndScreenTime(isScreenOn, in OnScreenChanged()
462 bundleUserHistory_->UpdateBootBasedAndScreenTime(false, bootBasedTimeStamp, true); in ShutDown()
H A Dbundle_active_user_history.cpp261 void BundleActiveUserHistory::UpdateBootBasedAndScreenTime(const bool& isScreenOn, const int64_t bo… in UpdateBootBasedAndScreenTime() function in OHOS::DeviceUsageStats::BundleActiveUserHistory