Home
last modified time | relevance | path

Searched refs:DInputSourceManagerEventHandler (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddinput_source_manager_event_handler.cpp36 DInputSourceManagerEventHandler::DInputSourceManagerEventHandler( in DInputSourceManagerEventHandler() function in OHOS::DistributedHardware::DistributedInput::DInputSourceManagerEventHandler
43 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 …]
H A Ddistributed_input_source_manager.cpp125 callBackHandler_ = std::make_shared<DInputSourceManagerEventHandler>(runner, this); in InitAuto()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H A Ddinput_source_manager_event_handler.h41 class DInputSourceManagerEventHandler : public AppExecFwk::EventHandler {
43 DInputSourceManagerEventHandler(const std::shared_ptr<AppExecFwk::EventRunner> &runner,
45 ~DInputSourceManagerEventHandler() override;
H A Ddistributed_input_source_manager.h48 class DInputSourceManagerEventHandler; variable
244 std::shared_ptr<DInputSourceManagerEventHandler> GetCallbackEventHandler() in GetCallbackEventHandler()
453 std::shared_ptr<DInputSourceManagerEventHandler> callBackHandler_;