Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_controller.cpp71 if (!activeGroupHandler_.expired()) { in OnUserRemoved()
72 activeGroupHandler_.lock()->RemoveEvent(BundleActiveGroupHandler::MSG_CHECK_IDLE_STATE); in OnUserRemoved()
82 auto activeGroupHandler = activeGroupHandler_.lock(); in OnUserSwitched()
83 if (!activeGroupHandler_.expired()) { in OnUserSwitched()
84 activeGroupHandler_.lock()->RemoveEvent(BundleActiveGroupHandler::MSG_CHECK_IDLE_STATE); in OnUserSwitched()
85 activeGroupHandler_.lock()->RemoveEvent(BundleActiveGroupHandler::MSG_CHECK_DEFAULT_BUNDLE_STATE); in OnUserSwitched()
86 activeGroupHandler_.lock()->RemoveEvent(BundleActiveGroupHandler::MSG_CHECK_NOTIFICATION_SEEN_BUNDLE_STATE); in OnUserSwitched()
87 activeGroupHandler_.lock()->RemoveEvent(BundleActiveGroupHandler::MSG_CHECK_SYSTEM_INTERACTIVE_BUNDLE_STATE); in OnUserSwitched()
94 if (!activeGroupHandler_.expired()) { in OnScreenChanged()
96 activeGroupHandler_ in OnScreenChanged()
[all...]
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_group_controller.h90 std::weak_ptr<BundleActiveGroupHandler> activeGroupHandler_; member in OHOS::DeviceUsageStats::BundleActiveGroupController

Completed in 2 milliseconds