Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_group_handler.h30 class BundleActiveGroupHandlerObject {
35 BundleActiveGroupHandlerObject();
36 BundleActiveGroupHandlerObject(const BundleActiveGroupHandlerObject& orig);
37 ~BundleActiveGroupHandlerObject() {} in ~BundleActiveGroupHandlerObject()
49 …void ProcessEvent(const int32_t& eventId, const std::shared_ptr<BundleActiveGroupHandlerObject>& h…
50 …void SendEvent(const int32_t& eventId, const std::shared_ptr<BundleActiveGroupHandlerObject>& hand…
52 …CheckBundleMsg(const int32_t& eventId, const std::shared_ptr<BundleActiveGroupHandlerObject>& hand…
54 …ring GetMsgKey(const int32_t& eventId, const std::shared_ptr<BundleActiveGroupHandlerObject>& hand…
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_handler.cpp35 BundleActiveGroupHandlerObject::BundleActiveGroupHandlerObject(const BundleActiveGroupHandlerObject in BundleActiveGroupHandlerObject() function in OHOS::DeviceUsageStats::BundleActiveGroupHandlerObject
69 const std::shared_ptr<BundleActiveGroupHandlerObject>& handlerobj, const int64_t& delayTime) in SendCheckBundleMsg()
109 const std::shared_ptr<BundleActiveGroupHandlerObject>& handlerobj, const int64_t& delayTime) in GetMsgKey()
115 BundleActiveGroupHandlerObject tmpHandlerobj = *handlerobj; in GetMsgKey()
121 const std::shared_ptr<BundleActiveGroupHandlerObject>& handlerobj, const int64_t& delayTime) in SendEvent()
183 const std::shared_ptr<BundleActiveGroupHandlerObject>& handlerobj) in ProcessEvent()
192 BundleActiveGroupHandlerObject tmpHandlerobj = *handlerobj; in ProcessEvent()
214 BundleActiveGroupHandlerObject tmpHandlerobj = *handlerobj; in ProcessEvent()
217 BundleActiveGroupHandlerObject GroupHandlerObj; in ProcessEvent()
219 std::shared_ptr<BundleActiveGroupHandlerObject> handlerobjToPtr = in ProcessEvent()
[all …]
H A Dbundle_active_group_controller.cpp30 BundleActiveGroupHandlerObject::BundleActiveGroupHandlerObject() in BundleActiveGroupHandlerObject() function in OHOS::DeviceUsageStats::BundleActiveGroupHandlerObject
180 BundleActiveGroupHandlerObject tmpGroupHandlerObj; in PeriodCheckBundleState()
182 std::shared_ptr<BundleActiveGroupHandlerObject> handlerobjToPtr = in PeriodCheckBundleState()
183 std::make_shared<BundleActiveGroupHandlerObject>(tmpGroupHandlerObj); in PeriodCheckBundleState()
208 BundleActiveGroupHandlerObject tmpGroupHandlerObj; in CheckIdleStatsOneTime()
209 std::shared_ptr<BundleActiveGroupHandlerObject> handlerobjToPtr = in CheckIdleStatsOneTime()
210 std::make_shared<BundleActiveGroupHandlerObject>(tmpGroupHandlerObj); in CheckIdleStatsOneTime()
289 BundleActiveGroupHandlerObject tmpGroupHandlerObj; in SendCheckBundleMsg()
293 std::shared_ptr<BundleActiveGroupHandlerObject> handlerobjToPtr = in SendCheckBundleMsg()
294 std::make_shared<BundleActiveGroupHandlerObject>(tmpGroupHandlerObj); in SendCheckBundleMsg()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dpackage_usage_test.cpp842 BundleActiveGroupHandlerObject tmpObject;
843 auto handlerObject = std::make_shared<BundleActiveGroupHandlerObject>(tmpObject);
859 BundleActiveGroupHandlerObject tmpObject;
879 BundleActiveGroupHandlerObject tmpObject;
905 BundleActiveGroupHandlerObject tmpObject;
925 BundleActiveGroupHandlerObject tmpObject;
955 std::shared_ptr<BundleActiveGroupHandlerObject> tmpObject = nullptr;
997 std::shared_ptr<BundleActiveGroupHandlerObject> tmpObject = nullptr;
1013 std::shared_ptr<BundleActiveGroupHandlerObject> handlerObject = nullptr;
1015 BundleActiveGroupHandlerObject tmpObject;
[all …]