Home
last modified time | relevance | path

Searched refs:CommonHandler (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dcommon_event_collect_test.cpp96 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
148 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
171 …std::shared_ptr<CommonHandler> commonHandler = std::make_shared<CommonHandler>(commonEventCollect);
193 …std::shared_ptr<CommonHandler> commonHandler = std::make_shared<CommonHandler>(commonEventCollect);
215 …std::shared_ptr<CommonHandler> commonHandler = std::make_shared<CommonHandler>(commonEventCollect);
242 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
321 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
337 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
383 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
401 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
[all …]
H A Ddevice_status_collect_manager_test.cpp412 …std::shared_ptr<CommonHandler> commonHandler = std::make_shared<CommonHandler>(commonEventCollect);
442 …std::shared_ptr<CommonHandler> commonHandler = std::make_shared<CommonHandler>(commonEventCollect);
768 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
H A Dsystem_ability_mgr_new_test.cpp425 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Dcommon_event_collect.h28 class CommonHandler; variable
70 std::shared_ptr<CommonHandler> workHandler_;
71 std::shared_ptr<CommonHandler> unsubHandler_;
93 class CommonHandler {
95 CommonHandler(const sptr<CommonEventCollect>& collect) :commonCollect_(collect) in CommonHandler() function
99 ~CommonHandler() = default;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dcommon_event_collect.cpp88 workHandler_ = std::make_shared<CommonHandler>(this); in OnStart()
89 unsubHandler_ = std::make_shared<CommonHandler>(this); in OnStart()
533 bool CommonHandler::PostTask(std::function<void()> func, uint64_t delayTime) in PostTask()
541 void CommonHandler::CleanFfrt() in CleanFfrt()
548 void CommonHandler::SetFfrt() in SetFfrt()
555 void CommonHandler::ProcessEvent(uint32_t eventId, int64_t extraDataId) in ProcessEvent()
584 bool CommonHandler::SendEvent(uint32_t eventId) in SendEvent()
594 bool CommonHandler::SendEvent(uint32_t eventId, int64_t extraDataId, uint64_t delayTime) in SendEvent()