Home
last modified time | relevance | path

Searched defs:handlerType (Results 1 – 20 of 20) 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.h43 inline bool IsValidHandlerType(InputHandlerType handlerType) in IsValidHandlerType()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
Dinput_handler_manager.cpp48 int32_t InputHandlerManager::AddHandler(InputHandlerType handlerType, std::shared_ptr<IInputEventCo… in AddHandler()
100 int32_t InputHandlerManager::RemoveHandler(int32_t handlerId, InputHandlerType handlerType) in RemoveHandler()
125 int32_t InputHandlerManager::AddLocal(int32_t handlerId, InputHandlerType handlerType, HandleEventT… in AddLocal()
159 int32_t InputHandlerManager::AddToServer(InputHandlerType handlerType, HandleEventType eventType, i… in AddToServer()
169 int32_t InputHandlerManager::RemoveLocal(int32_t handlerId, InputHandlerType handlerType, uint32_t … in RemoveLocal()
197 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.cpp298 InputHandlerType handlerType; in ReportKeyEvent() local
339 InputHandlerType handlerType; in ReportPointerEvent() local
/foundation/multimodalinput/input/service/monitor/include/
Devent_monitor_handler.h80 : handlerType_(handlerType), eventType_(eventType & HANDLE_EVENT_TYPE_ALL), in handlerType_() argument
/foundation/multimodalinput/input/service/message_handle/test/
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 …]
/foundation/multimodalinput/input/service/monitor/src/
Devent_monitor_handler.cpp95 int32_t EventMonitorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler()
109 int32_t EventMonitorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler()
123 void EventMonitorHandler::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler()
134 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.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
/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
Dstubhandleallocsocketfd_fuzzer.cpp31 InputHandlerType handlerType = NONE; variable
/foundation/multimodalinput/input/service/message_handle/src/
Dserver_msg_handler.cpp662 int32_t ServerMsgHandler::OnAddInputHandler(SessionPtr sess, InputHandlerType handlerType, in OnAddInputHandler()
684 int32_t ServerMsgHandler::OnRemoveInputHandler(SessionPtr sess, InputHandlerType handlerType, in OnRemoveInputHandler()
/foundation/multimodalinput/input/service/connect_manager/src/
Dmultimodal_input_connect_manager.cpp360 int32_t MultimodalInputConnectManager::AddInputHandler(InputHandlerType handlerType, HandleEventTyp… in AddInputHandler()
368 int32_t MultimodalInputConnectManager::RemoveInputHandler(InputHandlerType handlerType, HandleEvent… in RemoveInputHandler()
Dmultimodal_input_connect_stub.cpp1125 int32_t handlerType = 0; in StubAddInputHandler() local
1175 int32_t handlerType = 0; in StubRemoveInputHandler() local
Dmultimodal_input_connect_proxy.cpp1001 int32_t MultimodalInputConnectProxy::AddInputHandler(InputHandlerType handlerType, in AddInputHandler()
1026 int32_t MultimodalInputConnectProxy::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler()
/foundation/multimodalinput/input/service/module_loader/src/
Dmmi_service.cpp1281 int32_t MMIService::CheckAddInput(int32_t pid, InputHandlerType handlerType, HandleEventType eventT… in CheckAddInput()
1290 int32_t MMIService::AddInputHandler(InputHandlerType handlerType, HandleEventType eventType, int32_… in AddInputHandler()
1325 int32_t MMIService::CheckRemoveInput(int32_t pid, InputHandlerType handlerType, HandleEventType eve… in CheckRemoveInput()
1334 int32_t MMIService::RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, int… 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.cpp148 int32_t AddInputHandler(InputHandlerType handlerType, HandleEventType eventType, in AddInputHandler()
150 int32_t RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, in RemoveInputHandler()