Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_handler.cpp75 std::string msgKey = GetMsgKey(eventId, handlerobj, delayTime); in SendCheckBundleMsg()
108 std::string BundleActiveGroupHandler::GetMsgKey(const int32_t& eventId, in GetMsgKey() function in OHOS::DeviceUsageStats::BundleActiveGroupHandler
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_group_handler.h54 …std::string GetMsgKey(const int32_t& eventId, const std::shared_ptr<BundleActiveGroupHandlerObject…
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dpackage_usage_test.cpp888 auto msgKey = bundleActiveGroupHandler->GetMsgKey(0, handlerObject, 10);
892 msgKey = bundleActiveGroupHandler->GetMsgKey(0, handlerObject, 0);
911 auto msgkey = bundleActiveGroupHandler->GetMsgKey(0, nullptr, 10);
913 msgkey = bundleActiveGroupHandler->GetMsgKey(0, handlerObject, 10);