Home
last modified time | relevance | path

Searched refs:handlerobj (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_handler.cpp69 const std::shared_ptr<BundleActiveGroupHandlerObject>& handlerobj, const int64_t& delayTime) in SendCheckBundleMsg() argument
75 std::string msgKey = GetMsgKey(eventId, handlerobj, delayTime); in SendCheckBundleMsg()
86 groupHandler->ProcessEvent(eventId, handlerobj); in SendCheckBundleMsg()
111 if (handlerobj == nullptr) { in GetMsgKey()
115 BundleActiveGroupHandlerObject tmpHandlerobj = *handlerobj; in GetMsgKey()
134 groupHandler->ProcessEvent(eventId, handlerobj); in SendEvent()
183 const std::shared_ptr<BundleActiveGroupHandlerObject>& handlerobj) in ProcessEvent() argument
189 if (handlerobj == nullptr) { in ProcessEvent()
192 BundleActiveGroupHandlerObject tmpHandlerobj = *handlerobj; in ProcessEvent()
211 if (handlerobj == nullptr) { in ProcessEvent()
[all …]
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_report_handler.cpp43 const std::shared_ptr<BundleActiveReportHandlerObject>& handlerobj, const int64_t& delayTime) in SendEvent() argument
55 ffrt::task_handle taskHandle = ffrtQueue_->submit_h([reportHandler, eventId, handlerobj]() { in SendEvent()
56 reportHandler->ProcessEvent(eventId, handlerobj); in SendEvent()
99 const std::shared_ptr<BundleActiveReportHandlerObject>& handlerobj) in ProcessEvent() argument
101 if (handlerobj == nullptr) { in ProcessEvent()
105 BundleActiveReportHandlerObject tmpHandlerobj = *handlerobj; in ProcessEvent()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_group_handler.h49 …ssEvent(const int32_t& eventId, const std::shared_ptr<BundleActiveGroupHandlerObject>& handlerobj);
50 …endEvent(const int32_t& eventId, const std::shared_ptr<BundleActiveGroupHandlerObject>& handlerobj,
52 …undleMsg(const int32_t& eventId, const std::shared_ptr<BundleActiveGroupHandlerObject>& handlerobj,
54 …etMsgKey(const int32_t& eventId, const std::shared_ptr<BundleActiveGroupHandlerObject>& handlerobj,
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/
H A Dbundle_active_report_handler.h38 …sEvent(const int32_t& eventId, const std::shared_ptr<BundleActiveReportHandlerObject>& handlerobj);
40 … const std::shared_ptr<BundleActiveReportHandlerObject>& handlerobj, const int64_t& delayTime = 0);