Home
last modified time | relevance | path

Searched refs:activeGroupHandler_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_controller.cpp72 if (!activeGroupHandler_.expired()) { in OnUserRemoved()
73 activeGroupHandler_.lock()->RemoveEvent(BundleActiveGroupHandler::MSG_CHECK_IDLE_STATE); in OnUserRemoved()
83 if (!activeGroupHandler_.expired()) { in OnUserSwitched()
84 activeGroupHandler_.lock()->RemoveEvent(BundleActiveGroupHandler::MSG_CHECK_IDLE_STATE); in OnUserSwitched()
85activeGroupHandler_.lock()->RemoveEvent(BundleActiveGroupHandler::MSG_CHECK_DEFAULT_BUNDLE_STATE); in OnUserSwitched()
94 if (!activeGroupHandler_.expired()) { in OnScreenChanged()
114 activeGroupHandler_ = groupHandler; in SetHandlerAndCreateUserHistory()
179 if (!activeGroupHandler_.expired()) { in PeriodCheckBundleState()
184activeGroupHandler_.lock()->SendEvent(BundleActiveGroupHandler::MSG_CHECK_DEFAULT_BUNDLE_STATE, in PeriodCheckBundleState()
213 if (!activeGroupHandler_.expired()) { in CheckIdleStatsOneTime()
[all …]
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_group_controller.h90 std::weak_ptr<BundleActiveGroupHandler> activeGroupHandler_; variable