Home
last modified time | relevance | path

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

/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
112 BUNDLE_ACTIVE_LOGE("handlerobj is null, GetMsgKey failed"); in GetMsgKey()
/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>& handlerobj,
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dpackage_usage_test.cpp923 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