Searched refs:bootFromTimeStamp (Results 1 - 2 of 2) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/ |
H A D | bundle_active_group_controller.cpp | 92 void BundleActiveGroupController::OnScreenChanged(const bool& isScreenOn, const int64_t bootFromTimeStamp) in OnScreenChanged() argument 96 activeGroupHandler_.lock()->PostTask([bundleActiveGroupController, isScreenOn, bootFromTimeStamp]() { in OnScreenChanged() 99 bootFromTimeStamp); in OnScreenChanged() 105 const std::shared_ptr<BundleActiveGroupHandler>& groupHandler, const int64_t bootFromTimeStamp, in SetHandlerAndCreateUserHistory() 110 "called constructor, bootstamp is %{public}lld", (long long)bootFromTimeStamp); in SetHandlerAndCreateUserHistory() 111 bundleUserHistory_ = std::make_shared<BundleActiveUserHistory>(bootFromTimeStamp, bundleActiveCore); in SetHandlerAndCreateUserHistory() 113 OnScreenChanged(IsScreenOn(), bootFromTimeStamp); in SetHandlerAndCreateUserHistory() local 104 SetHandlerAndCreateUserHistory( const std::shared_ptr<BundleActiveGroupHandler>& groupHandler, const int64_t bootFromTimeStamp, const std::shared_ptr<BundleActiveCore>& bundleActiveCore) SetHandlerAndCreateUserHistory() argument
|
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/ |
H A D | bundle_active_group_controller.h | 62 const int64_t bootFromTimeStamp, const std::shared_ptr<BundleActiveCore>& bundleActiveCore); 75 void OnScreenChanged(const bool& isScreenOn, const int64_t bootFromTimeStamp);
|
Completed in 2 milliseconds