Searched refs:GetMsgKey (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/ |
H A D | bundle_active_group_handler.cpp | 75 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 D | bundle_active_group_handler.h | 54 …std::string GetMsgKey(const int32_t& eventId, const std::shared_ptr<BundleActiveGroupHandlerObject…
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | package_usage_test.cpp | 888 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);
|