Searched refs:CommonEventHandler (Results 1 – 2 of 2) sorted by relevance
100 class CommonEventHandler : public AppExecFwk::EventHandler {102 CommonEventHandler(const std::shared_ptr<AppExecFwk::EventRunner> runner);103 ~CommonEventHandler() override = default;108 std::shared_ptr<DHContext::CommonEventHandler> GetEventHandler();142 std::shared_ptr<DHContext::CommonEventHandler> eventHandler_;
36 eventHandler_ = std::make_shared<DHContext::CommonEventHandler>(runner); in DHContext()86 DHContext::CommonEventHandler::CommonEventHandler(const std::shared_ptr<AppExecFwk::EventRunner> ru… in CommonEventHandler() function in OHOS::DistributedHardware::DHContext::CommonEventHandler92 std::shared_ptr<DHContext::CommonEventHandler> DHContext::GetEventHandler() in GetEventHandler()97 bool DHContext::CommonEventHandler::PostTask(const Callback &callback, const std::string &name, int… in PostTask()102 void DHContext::CommonEventHandler::RemoveTask(const std::string &name) in RemoveTask()