Home
last modified time | relevance | path

Searched defs:msgKey (Results 1 – 4 of 4) sorted by relevance

/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
Dbundle_active_group_handler.cpp75 std::string msgKey = GetMsgKey(eventId, handlerobj, delayTime); in SendCheckBundleMsg() local
95 void BundleActiveGroupHandler::RemoveCheckBundleMsg(const std::string& msgKey) in RemoveCheckBundleMsg()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
Dapp_scheduler_proxy.cpp50 auto msgKey = AbilityRuntime::ErrorMgsUtil::BuildErrorKey(reinterpret_cast<uintptr_t>(this), in ScheduleForegroundApplication() local
279 auto msgKey = AbilityRuntime::ErrorMgsUtil::BuildErrorKey(reinterpret_cast<uintptr_t>(this), in ScheduleLaunchApplication() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
Dability_scheduler_proxy.cpp57 auto msgKey = AbilityRuntime::ErrorMgsUtil::BuildErrorKey(reinterpret_cast<uintptr_t>(this), in ScheduleAbilityTransaction() local
1221 auto msgKey = AbilityRuntime::ErrorMgsUtil::BuildErrorKey(reinterpret_cast<uintptr_t>(this), in ScheduleCollaborate() local
/foundation/resourceschedule/device_usage_statistics/test/unittest/
Dpackage_usage_test.cpp957 auto msgKey = bundleActiveGroupHandler->GetMsgKey(0, handlerObject, 10); variable