Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/interceptor/test/
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 …]
/foundation/multimodalinput/input/service/interceptor/include/
Devent_interceptor_handler.h66 SessionHandler(InputHandlerType handlerType, HandleEventType eventType, int32_t priority, in SessionHandler()
/foundation/multimodalinput/input/service/monitor/test/
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
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
Dinput_handler_type.h59 inline bool IsValidHandlerType(InputHandlerType handlerType) in IsValidHandlerType()
/foundation/multimodalinput/input/service/monitor/include/
Devent_monitor_handler.h80 : handlerType_(handlerType), eventType_(eventType & HANDLE_EVENT_TYPE_ALL), in handlerType_() argument
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
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()
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()
Dclient_msg_handler.cpp323 InputHandlerType handlerType; in ReportKeyEvent() local
364 InputHandlerType handlerType; in ReportPointerEvent() local
/foundation/multimodalinput/input/service/message_handle/test/
Dserver_msg_handler_test.cpp273 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
292 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
311 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
330 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
349 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
368 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
417 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
436 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
455 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
474 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
[all …]
/foundation/multimodalinput/input/service/monitor/src/
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()
/foundation/multimodalinput/input/service/interceptor/src/
Devent_interceptor_handler.cpp82 int32_t EventInterceptorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler()
98 void EventInterceptorHandler::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler()
/foundation/multimodalinput/input/service/module_loader/test/
Dmmi_service_test.cpp179 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
196 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
772 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
790 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
811 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
829 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
Dstubhandleallocsocketfd_fuzzer.cpp31 InputHandlerType handlerType = NONE; variable
/foundation/multimodalinput/input/service/dfx/src/
Ddfx_hisysevent.cpp1055 void DfxHisysevent::ReportAddInputHandler(int32_t handlerType) in ReportAddInputHandler()
1067 void DfxHisysevent::ReportRemoveInputHandler(int32_t handlerType) in ReportRemoveInputHandler()
/foundation/multimodalinput/input/service/message_handle/src/
Dserver_msg_handler.cpp682 int32_t ServerMsgHandler::OnAddInputHandler(SessionPtr sess, InputHandlerType handlerType, in OnAddInputHandler()
704 int32_t ServerMsgHandler::OnRemoveInputHandler(SessionPtr sess, InputHandlerType handlerType, in OnRemoveInputHandler()
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
Dpts_and_index_conversion.cpp344 std::string handlerType = ""; in ParseHdlr() local
/foundation/multimodalinput/input/service/module_loader/src/
Dmmi_service.cpp1318 int32_t MMIService::CheckAddInput(int32_t pid, InputHandlerType handlerType, HandleEventType eventT… in CheckAddInput()
1327 int32_t MMIService::AddInputHandler(InputHandlerType handlerType, HandleEventType eventType, int32_… in AddInputHandler()
1362 int32_t MMIService::CheckRemoveInput(int32_t pid, InputHandlerType handlerType, HandleEventType eve… in CheckRemoveInput()
1371 int32_t MMIService::RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, int… in RemoveInputHandler()
/foundation/multimodalinput/input/service/connect_manager/src/
Dmultimodal_input_connect_manager.cpp367 int32_t MultimodalInputConnectManager::AddInputHandler(InputHandlerType handlerType, HandleEventTyp… in AddInputHandler()
375 int32_t MultimodalInputConnectManager::RemoveInputHandler(InputHandlerType handlerType, HandleEvent… in RemoveInputHandler()
Dmultimodal_input_connect_stub.cpp1171 int32_t handlerType = 0; in StubAddInputHandler() local
1287 int32_t handlerType = 0; in StubRemoveInputHandler() local
Dmultimodal_input_connect_proxy.cpp1023 int32_t MultimodalInputConnectProxy::AddInputHandler(InputHandlerType handlerType, in AddInputHandler()
1048 int32_t MultimodalInputConnectProxy::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler()
/foundation/multimodalinput/input/service/connect_manager/test/
Dmultimodal_input_connect_stub_test.cpp278 int32_t handlerType = InputHandlerType::NONE; variable
Dmultimodal_input_connect_stub_ex_test.cpp159 int32_t AddInputHandler(InputHandlerType handlerType, HandleEventType eventType, in AddInputHandler()
161 int32_t RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, in RemoveInputHandler()