Home
last modified time | relevance | path

Searched defs:handlerType (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/interceptor/test/
H A Devent_interceptor_handler_test.cpp177 InputHandlerType handlerType = InputHandlerType::NONE; variable
201 InputHandlerType handlerType = InputHandlerType::NONE; variable
234 InputHandlerType handlerType = InputHandlerType::NONE; variable
258 InputHandlerType handlerType = InputHandlerType::NONE; variable
289 InputHandlerType handlerType = InputHandlerType::NONE; variable
320 InputHandlerType handlerType = InputHandlerType::NONE; variable
351 InputHandlerType handlerType = InputHandlerType::NONE; variable
373 InputHandlerType handlerType = InputHandlerType::NONE; variable
404 InputHandlerType handlerType = InputHandlerType::NONE; variable
439 InputHandlerType handlerType = InputHandlerType::NONE; variable
[all …]
/ohos5.0/foundation/multimodalinput/input/service/interceptor/include/
H A Devent_interceptor_handler.h66 SessionHandler(InputHandlerType handlerType, HandleEventType eventType, int32_t priority, in SessionHandler()
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dinput_handler_type.h57 inline bool IsValidHandlerType(InputHandlerType handlerType) in IsValidHandlerType()
/ohos5.0/foundation/multimodalinput/input/service/monitor/test/
H A Devent_monitor_handler_test.cpp60 InputHandlerType handlerType = InputHandlerType::NONE; variable
80 InputHandlerType handlerType = InputHandlerType::NONE; variable
432 InputHandlerType handlerType = InputHandlerType::NONE; variable
452 InputHandlerType handlerType = InputHandlerType::NONE; variable
469 InputHandlerType handlerType = InputHandlerType::NONE; variable
495 InputHandlerType handlerType = InputHandlerType::NONE; variable
523 InputHandlerType handlerType = InputHandlerType::NONE; variable
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_handler_manager.cpp50 int32_t InputHandlerManager::AddHandler(InputHandlerType handlerType, std::shared_ptr<IInputEventCo… in AddHandler()
102 int32_t InputHandlerManager::RemoveHandler(int32_t handlerId, InputHandlerType handlerType) in RemoveHandler()
127 int32_t InputHandlerManager::AddLocal(int32_t handlerId, InputHandlerType handlerType, HandleEventT… in AddLocal()
161 int32_t InputHandlerManager::AddToServer(InputHandlerType handlerType, HandleEventType eventType, i… in AddToServer()
171 int32_t InputHandlerManager::RemoveLocal(int32_t handlerId, InputHandlerType handlerType, uint32_t … in RemoveLocal()
199 int32_t InputHandlerManager::RemoveFromServer(InputHandlerType handlerType, HandleEventType eventTy… in RemoveFromServer()
H A Dbytrace_adapter.cpp111 void BytraceAdapter::StartBytrace(std::shared_ptr<KeyEvent> key, HandlerType handlerType) in StartBytrace()
142 …apter::StartBytrace(std::shared_ptr<KeyEvent> keyEvent, TraceBtn traceBtn, HandlerType handlerType) in StartBytrace()
191 std::shared_ptr<PointerEvent> pointerEvent, TraceBtn traceBtn, HandlerType handlerType) in StartBytrace()
H A Dclient_msg_handler.cpp298 InputHandlerType handlerType; in ReportKeyEvent() local
339 InputHandlerType handlerType; in ReportPointerEvent() local
/ohos5.0/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp272 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
291 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
310 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
329 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
348 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
367 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
416 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
435 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
454 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
473 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
[all …]
/ohos5.0/foundation/multimodalinput/input/service/monitor/src/
H A Devent_monitor_handler.cpp101 int32_t EventMonitorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler()
115 int32_t EventMonitorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler()
129 void EventMonitorHandler::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler()
140 void EventMonitorHandler::RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventTyp… in RemoveInputHandler()
/ohos5.0/foundation/multimodalinput/input/service/interceptor/src/
H A Devent_interceptor_handler.cpp82 int32_t EventInterceptorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler()
98 void EventInterceptorHandler::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/test/
H A Dmmi_service_test.cpp162 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
179 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
755 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
773 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
794 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
812 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
H A Dstubhandleallocsocketfd_fuzzer.cpp31 InputHandlerType handlerType = NONE; variable
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp637 int32_t ServerMsgHandler::OnAddInputHandler(SessionPtr sess, InputHandlerType handlerType, in OnAddInputHandler()
659 int32_t ServerMsgHandler::OnRemoveInputHandler(SessionPtr sess, InputHandlerType handlerType, in OnRemoveInputHandler()
/ohos5.0/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp1055 void DfxHisysevent::ReportAddInputHandler(int32_t handlerType) in ReportAddInputHandler()
1067 void DfxHisysevent::ReportRemoveInputHandler(int32_t handlerType) in ReportRemoveInputHandler()
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp360 int32_t MultimodalInputConnectManager::AddInputHandler(InputHandlerType handlerType, HandleEventTyp… in AddInputHandler()
368 int32_t MultimodalInputConnectManager::RemoveInputHandler(InputHandlerType handlerType, HandleEvent… in RemoveInputHandler()
H A Dmultimodal_input_connect_stub.cpp1135 int32_t handlerType = 0; in StubAddInputHandler() local
1185 int32_t handlerType = 0; in StubRemoveInputHandler() local
H A Dmultimodal_input_connect_proxy.cpp1001 int32_t MultimodalInputConnectProxy::AddInputHandler(InputHandlerType handlerType, in AddInputHandler()
1026 int32_t MultimodalInputConnectProxy::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dpts_and_index_conversion.cpp344 std::string handlerType = ""; in ParseHdlr() local
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp1302 int32_t MMIService::CheckAddInput(int32_t pid, InputHandlerType handlerType, HandleEventType eventT… in CheckAddInput()
1311 int32_t MMIService::AddInputHandler(InputHandlerType handlerType, HandleEventType eventType, int32_… in AddInputHandler()
1346 int32_t MMIService::CheckRemoveInput(int32_t pid, InputHandlerType handlerType, HandleEventType eve… in CheckRemoveInput()
1355 int32_t MMIService::RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, int… in RemoveInputHandler()
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmultimodal_input_connect_stub_test.cpp278 int32_t handlerType = InputHandlerType::NONE; variable
H A Dmultimodal_input_connect_stub_ex_test.cpp148 int32_t AddInputHandler(InputHandlerType handlerType, HandleEventType eventType, in AddInputHandler()
150 int32_t RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, in RemoveInputHandler()