Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_handler.cpp29 const int32_t BundleActiveGroupHandler::MSG_CHECK_SYSTEM_INTERACTIVE_BUNDLE_STATE = 4; member in OHOS::DeviceUsageStats::BundleActiveGroupHandler
188 case MSG_CHECK_SYSTEM_INTERACTIVE_BUNDLE_STATE: { in ProcessEvent()
H A Dbundle_active_group_controller.cpp87 …pHandler_.lock()->RemoveEvent(BundleActiveGroupHandler::MSG_CHECK_SYSTEM_INTERACTIVE_BUNDLE_STATE); in OnUserSwitched()
274 … checkBundleMsgEventId = BundleActiveGroupHandler::MSG_CHECK_SYSTEM_INTERACTIVE_BUNDLE_STATE; in ReportEvent()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_group_handler.h65 static const int32_t MSG_CHECK_SYSTEM_INTERACTIVE_BUNDLE_STATE; variable