Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_group_handler.h30 class BundleActiveGroupHandlerObject { class
35 BundleActiveGroupHandlerObject();
36 BundleActiveGroupHandlerObject(const BundleActiveGroupHandlerObject& orig);
37 ~BundleActiveGroupHandlerObject() {} in ~BundleActiveGroupHandlerObject()
49 void ProcessEvent(const int32_t& eventId, const std::shared_ptr<BundleActiveGroupHandlerObject>& handlerobj);
50 void SendEvent(const int32_t& eventId, const std::shared_ptr<BundleActiveGroupHandlerObject>& handlerobj,
52 void SendCheckBundleMsg(const int32_t& eventId, const std::shared_ptr<BundleActiveGroupHandlerObject>& handlerobj,
54 std::string GetMsgKey(const int32_t& eventId, const std::shared_ptr<BundleActiveGroupHandlerObject>& handlerobj,
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_handler.cpp35 BundleActiveGroupHandlerObject::BundleActiveGroupHandlerObject(const BundleActiveGroupHandlerObject& orig) 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 tmpHandlerob in ProcessEvent()
[all...]
H A Dbundle_active_group_controller.cpp29 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()
290 BundleActiveGroupHandlerObject tmpGroupHandlerObj; in SendCheckBundleMsg()
294 std::shared_ptr<BundleActiveGroupHandlerObject> handlerobjToPt in SendCheckBundleMsg()
[all...]
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dpackage_usage_test.cpp877 BundleActiveGroupHandlerObject tmpObject; in HWTEST_F()
878 auto handlerObject = std::make_shared<BundleActiveGroupHandlerObject>(tmpObject); in HWTEST_F()
894 BundleActiveGroupHandlerObject tmpObject; in HWTEST_F()
895 auto handlerObject = std::make_shared<BundleActiveGroupHandlerObject>(tmpObject); in HWTEST_F()
914 BundleActiveGroupHandlerObject tmpObject; in HWTEST_F()
918 auto handlerObject = std::make_shared<BundleActiveGroupHandlerObject>(tmpObject); in HWTEST_F()
940 BundleActiveGroupHandlerObject tmpObject; in HWTEST_F()
944 auto handlerObject = std::make_shared<BundleActiveGroupHandlerObject>(tmpObject); in HWTEST_F()
960 BundleActiveGroupHandlerObject tmpObject; in HWTEST_F()
961 auto handlerObject = std::make_shared<BundleActiveGroupHandlerObject>(tmpObjec in HWTEST_F()
[all...]

Completed in 4 milliseconds