Home
last modified time | relevance | path

Searched defs:handlerType (Results 1 – 23 of 23) 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 …]
Dmock.cpp50 void BytraceAdapter::StartBytrace(std::shared_ptr<KeyEvent> key, HandlerType handlerType) in StartBytrace()
/foundation/multimodalinput/input/service/monitor/include/
Devent_monitor_handler.h77 … : handlerType_(handlerType), eventType_(eventType & HANDLE_EVENT_TYPE_ALL), callback_(cb) in handlerType_() argument
86 … : handlerType_(handlerType), eventType_(eventType & HANDLE_EVENT_TYPE_ALL), session_(session) in handlerType_() argument
95 … : handlerType_(handlerType), eventType_(eventType), session_(session), actionsType_(actionsType), in handlerType_() argument
/foundation/multimodalinput/input/service/monitor/test/
Devent_monitor_handler_test.cpp68 InputHandlerType handlerType = InputHandlerType::NONE; variable
88 InputHandlerType handlerType = InputHandlerType::NONE; variable
667 InputHandlerType handlerType = InputHandlerType::NONE; variable
687 InputHandlerType handlerType = InputHandlerType::NONE; variable
704 InputHandlerType handlerType = InputHandlerType::NONE; variable
730 InputHandlerType handlerType = InputHandlerType::NONE; variable
769 InputHandlerType handlerType = InputHandlerType::NONE; variable
794 InputHandlerType handlerType = InputHandlerType::NONE; variable
814 InputHandlerType handlerType = InputHandlerType::NONE; variable
1203 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
[all …]
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
Dinput_handler_manager.cpp45 int32_t InputHandlerManager::AddHandler(InputHandlerType handlerType, std::shared_ptr<IInputEventCo… in AddHandler()
98 InputHandlerType handlerType, std::shared_ptr<IInputEventConsumer> consumer, in AddGestureMonitor()
127 int32_t InputHandlerManager::AddHandler(InputHandlerType handlerType, std::shared_ptr<IInputEventCo… in AddHandler()
157 int32_t InputHandlerManager::RemoveGestureMonitor(int32_t handlerId, InputHandlerType handlerType) in RemoveGestureMonitor()
193 int32_t InputHandlerManager::RemoveHandler(int32_t handlerId, InputHandlerType handlerType) in RemoveHandler()
280 int32_t InputHandlerManager::AddLocal(int32_t handlerId, InputHandlerType handlerType, HandleEventT… in AddLocal()
314 int32_t InputHandlerManager::AddLocal(int32_t handlerId, InputHandlerType handlerType, std::vector<… in AddLocal()
334 int32_t InputHandlerManager::AddToServer(InputHandlerType handlerType, HandleEventType eventType, i… in AddToServer()
345 int32_t InputHandlerManager::RemoveLocal(int32_t handlerId, InputHandlerType handlerType, uint32_t … in RemoveLocal()
388 int32_t InputHandlerManager::RemoveLocalActions(int32_t handlerId, InputHandlerType handlerType) in RemoveLocalActions()
[all …]
Dbytrace_adapter.cpp110 void BytraceAdapter::StartBytrace(std::shared_ptr<KeyEvent> key, HandlerType handlerType) in StartBytrace()
141 …apter::StartBytrace(std::shared_ptr<KeyEvent> keyEvent, TraceBtn traceBtn, HandlerType handlerType) in StartBytrace()
193 std::shared_ptr<PointerEvent> pointerEvent, TraceBtn traceBtn, HandlerType handlerType) in StartBytrace()
Dclient_msg_handler.cpp392 InputHandlerType handlerType; in ReportKeyEvent() local
433 InputHandlerType handlerType; in ReportPointerEvent() local
/foundation/multimodalinput/input/service/interceptor/include/
Devent_interceptor_handler.h64 SessionHandler(InputHandlerType handlerType, HandleEventType eventType, int32_t priority, in SessionHandler()
/foundation/multimodalinput/input/service/monitor/src/
Devent_monitor_handler.cpp91 int32_t EventMonitorHandler::AddInputHandler(InputHandlerType handlerType, HandleEventType eventTyp… in AddInputHandler()
105 int32_t EventMonitorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler()
119 int32_t EventMonitorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler()
129 void EventMonitorHandler::RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventTyp… in RemoveInputHandler()
140 void EventMonitorHandler::RemoveInputHandler(InputHandlerType handlerType, std::vector<int32_t> act… in RemoveInputHandler()
150 void EventMonitorHandler::RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventTyp… in RemoveInputHandler()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
Dinput_handler_type.h85 inline bool IsValidHandlerType(InputHandlerType handlerType) in IsValidHandlerType()
/foundation/multimodalinput/input/service/interceptor/src/
Devent_interceptor_handler.cpp119 int32_t EventInterceptorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler()
135 void EventInterceptorHandler::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler()
/foundation/multimodalinput/input/service/message_handle/test/
Dserver_msg_handler_test.cpp300 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
319 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
338 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
357 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
376 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
395 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
538 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
558 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
577 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
596 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
[all …]
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
Dinput_handler_manager_test.cpp936 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
1010 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
1036 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
/foundation/multimodalinput/input/service/message_handle/src/
Dserver_msg_handler.cpp950 int32_t ServerMsgHandler::OnAddInputHandler(SessionPtr sess, InputHandlerType handlerType, in OnAddInputHandler()
972 int32_t ServerMsgHandler::OnRemoveInputHandler(SessionPtr sess, InputHandlerType handlerType, in OnRemoveInputHandler()
997 int32_t ServerMsgHandler::OnAddGestureMonitor(SessionPtr sess, InputHandlerType handlerType, in OnAddGestureMonitor()
1010 int32_t ServerMsgHandler::OnRemoveGestureMonitor(SessionPtr sess, InputHandlerType handlerType, in OnRemoveGestureMonitor()
/foundation/multimodalinput/input/service/connect_manager/src/
Dmultimodal_input_connect_manager.cpp385 int32_t MultimodalInputConnectManager::AddInputHandler(InputHandlerType handlerType, HandleEventTyp… in AddInputHandler()
407 int32_t MultimodalInputConnectManager::RemoveInputHandler(InputHandlerType handlerType, HandleEvent… in RemoveInputHandler()
431 int32_t MultimodalInputConnectManager::AddGestureMonitor(InputHandlerType handlerType, in AddGestureMonitor()
439 int32_t MultimodalInputConnectManager::RemoveGestureMonitor(InputHandlerType handlerType, in RemoveGestureMonitor()
/foundation/multimodalinput/input/service/module_loader/src/
Dmmi_service.cpp1700 int32_t MMIService::CheckAddInput(int32_t pid, InputHandlerType handlerType, HandleEventType eventT… in CheckAddInput()
1710 int32_t MMIService::CheckInputHandlerVaild(InputHandlerType handlerType) in CheckInputHandlerVaild()
1745 ErrCode MMIService::AddInputHandler(int32_t handlerType, uint32_t eventType, int32_t priority, in AddInputHandler()
1851 int32_t MMIService::CheckRemoveInput(int32_t pid, InputHandlerType handlerType, HandleEventType eve… in CheckRemoveInput()
1880 int32_t MMIService::CheckRemoveInputHandlerVaild(InputHandlerType handlerType) in CheckRemoveInputHandlerVaild()
1903 ErrCode MMIService::RemoveInputHandler(int32_t handlerType, uint32_t eventType, int32_t priority, in RemoveInputHandler()
1944 ErrCode MMIService::AddGestureMonitor(int32_t handlerType, uint32_t eventType, uint32_t gestureType… in AddGestureMonitor()
1995 ErrCode MMIService::RemoveGestureMonitor(int32_t handlerType, uint32_t eventType, uint32_t gestureT… in RemoveGestureMonitor()
/foundation/multimodalinput/input/service/dfx/src/
Ddfx_hisysevent.cpp1002 void DfxHisysevent::ReportAddInputHandler(int32_t handlerType) in ReportAddInputHandler()
1014 void DfxHisysevent::ReportRemoveInputHandler(int32_t handlerType) in ReportRemoveInputHandler()
/foundation/multimodalinput/input/service/module_loader/test/
Dmmi_service_test.cpp178 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
195 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
730 InputHandlerType handlerType = InputHandlerType::MONITOR; variable
747 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
766 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
783 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
Dstubhandleallocsocketfd_fuzzer.cpp152 InputHandlerType handlerType = in CheckRemoveInputFuzzTest() local
165 int32_t handlerType = fdp.ConsumeIntegral<int32_t>(); in RemoveInputHandlerFuzzTest() local
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
Dpts_and_index_conversion.cpp348 std::string handlerType = ""; in ParseHdlr() local
/foundation/multimodalinput/input/service/connect_manager/test/
Dmultimodal_input_connect_stub_one_test.cpp409 int32_t handlerType = InputHandlerType::MONITOR; variable
435 int32_t handlerType = InputHandlerType::MONITOR; variable
Dmultimodal_input_connect_stub_ex_test.cpp162 int32_t AddInputHandler(InputHandlerType handlerType, HandleEventType eventType, in AddInputHandler()
164 int32_t RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, in RemoveInputHandler()
174 int32_t AddGestureMonitor(InputHandlerType handlerType, HandleEventType eventType, in AddGestureMonitor()
176 int32_t RemoveGestureMonitor(InputHandlerType handlerType, HandleEventType eventType, in RemoveGestureMonitor()
Dmultimodal_input_connect_stub_test.cpp308 int32_t handlerType = InputHandlerType::NONE; variable