Searched refs:AppEventHandler (Results 1 – 4 of 4) sorted by relevance
25 AppEventHandler::AppEventHandler(const std::shared_ptr<AppExecFwk::EventRunner>& runner) in AppEventHandler() function in OHOS::HiviewDFX::AppEventHandler31 AppEventHandler::~AppEventHandler() in ~AppEventHandler()36 void AppEventHandler::ProcessEvent(const AppExecFwk::InnerEvent::Pointer& event) in ProcessEvent()
112 std::shared_ptr<AppEventHandler> AppEventWatcherMgr::CreateEventHandler() in CreateEventHandler()122 handler_ = std::make_shared<AppEventHandler>(runner); in CreateEventHandler()
25 class AppEventHandler : public AppExecFwk::EventHandler {27 explicit AppEventHandler(const std::shared_ptr<AppExecFwk::EventRunner>& runner);28 ~AppEventHandler() override;
26 class AppEventHandler; variable37 std::shared_ptr<AppEventHandler> CreateEventHandler();42 std::shared_ptr<AppEventHandler> handler_;