Searched refs:GetMsgKey (Results 1 - 3 of 3) sorted by relevance
/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 112 BUNDLE_ACTIVE_LOGE("handlerobj is null, GetMsgKey failed"); in GetMsgKey()
|
/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>& handlerobj,
|
/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | package_usage_test.cpp | 923 auto msgKey = bundleActiveGroupHandler->GetMsgKey(0, handlerObject, 10); in HWTEST_F() 927 msgKey = bundleActiveGroupHandler->GetMsgKey(0, handlerObject, 0); in HWTEST_F() 934 * @tc.desc: GetMsgKey 946 auto msgkey = bundleActiveGroupHandler->GetMsgKey(0, nullptr, 10); in HWTEST_F() 948 msgkey = bundleActiveGroupHandler->GetMsgKey(0, handlerObject, 10); in HWTEST_F()
|
Completed in 3 milliseconds