Searched refs:DInputSourceManagerEventHandler (Results 1 – 4 of 4) sorted by relevance
36 DInputSourceManagerEventHandler::DInputSourceManagerEventHandler( in DInputSourceManagerEventHandler() function in OHOS::DistributedHardware::DistributedInput::DInputSourceManagerEventHandler43 DInputSourceManagerEventHandler::~DInputSourceManagerEventHandler() in ~DInputSourceManagerEventHandler()48 void DInputSourceManagerEventHandler::NotifyRegisterCallback(const AppExecFwk::InnerEvent::Pointer … in NotifyRegisterCallback()88 void DInputSourceManagerEventHandler::NotifyUnregisterCallback(const AppExecFwk::InnerEvent::Pointe… in NotifyUnregisterCallback()117 void DInputSourceManagerEventHandler::NotifyPrepareCallback(const AppExecFwk::InnerEvent::Pointer &… in NotifyPrepareCallback()144 void DInputSourceManagerEventHandler::NotifyUnprepareCallback(const AppExecFwk::InnerEvent::Pointer… in NotifyUnprepareCallback()171 void DInputSourceManagerEventHandler::NotifyStartCallback(const AppExecFwk::InnerEvent::Pointer &ev… in NotifyStartCallback()205 void DInputSourceManagerEventHandler::NotifyStopCallback(const AppExecFwk::InnerEvent::Pointer &eve… in NotifyStopCallback()277 void DInputSourceManagerEventHandler::NotifyStopDhidCallback(const AppExecFwk::InnerEvent::Pointer … in NotifyStopDhidCallback()597 void DInputSourceManagerEventHandler::ProcessEventInner(const AppExecFwk::InnerEvent::Pointer &even… in ProcessEventInner()[all …]
125 callBackHandler_ = std::make_shared<DInputSourceManagerEventHandler>(runner, this); in InitAuto()
41 class DInputSourceManagerEventHandler : public AppExecFwk::EventHandler {43 DInputSourceManagerEventHandler(const std::shared_ptr<AppExecFwk::EventRunner> &runner,45 ~DInputSourceManagerEventHandler() override;
48 class DInputSourceManagerEventHandler; variable244 std::shared_ptr<DInputSourceManagerEventHandler> GetCallbackEventHandler() in GetCallbackEventHandler()453 std::shared_ptr<DInputSourceManagerEventHandler> callBackHandler_;