Home
last modified time | relevance | path

Searched refs:GetAllMmiSubscribedEvents (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/nap_process/include/
H A Dnap_process.h57 …int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &da…
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/setmousescrollrows_fuzzer/
H A Dsetmousescrollrows_fuzzer.cpp67 InputManager::GetInstance()->GetAllMmiSubscribedEvents(map); in GetAllMmiSubscribedEventsFuzzTest()
/ohos5.0/foundation/multimodalinput/input/service/nap_process/src/
H A Dnap_process.cpp152 int32_t NapProcess::GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, i… in GetAllMmiSubscribedEvents() function in OHOS::MMI::NapProcess
/ohos5.0/foundation/multimodalinput/input/service/nap_process/test/
H A Dnap_process_test.cpp208 ASSERT_EQ(napProcess.GetAllMmiSubscribedEvents(datas), RET_OK);
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp41 int32_t InputManager::GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>,… in GetAllMmiSubscribedEvents() function in OHOS::MMI::InputManager
43 return InputMgrImpl.GetAllMmiSubscribedEvents(datas); in GetAllMmiSubscribedEvents()
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/include/
H A Dmultimodal_input_connect_manager.h49 …int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &da…
H A Di_multimodal_input_connect.h104 …virtual int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int3…
H A Dmultimodal_input_connect_proxy.h89 …int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &da…
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dinput_manager.h108 …int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &da…
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp83 int32_t MultimodalInputConnectManager::GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32… in GetAllMmiSubscribedEvents() function in OHOS::MMI::MultimodalInputConnectManager
88 return multimodalInputConnectService_->GetAllMmiSubscribedEvents(datas); in GetAllMmiSubscribedEvents()
H A Dmultimodal_input_connect_proxy.cpp1294 int32_t MultimodalInputConnectProxy::GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t… in GetAllMmiSubscribedEvents() function in OHOS::MMI::MultimodalInputConnectProxy
H A Dmultimodal_input_connect_stub.cpp1490 int32_t ret = GetAllMmiSubscribedEvents(datas); in StubGetAllMmiSubscribedEvents()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h60 …int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &da…
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h103 int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>,
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Dobserver_manager.cpp492 MMI::InputManager::GetInstance()->GetAllMmiSubscribedEvents(mmiStatusData); in GetAllMmiStatusData()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp115 int32_t InputManagerImpl::GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::stri… in GetAllMmiSubscribedEvents() function in OHOS::MMI::InputManagerImpl
119 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetAllMmiSubscribedEvents(datas); in GetAllMmiSubscribedEvents()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp1727 int32_t MMIService::GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, i… in GetAllMmiSubscribedEvents() function in OHOS::MMI::MMIService
1730 NapProcess::GetInstance()->GetAllMmiSubscribedEvents(datas); in GetAllMmiSubscribedEvents()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_test.cpp1631 InputManager::GetInstance()->GetAllMmiSubscribedEvents(mapBefore);
1648 InputManager::GetInstance()->GetAllMmiSubscribedEvents(mapAfter);
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmultimodal_input_connect_stub_ex_test.cpp171 …int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &da… in GetAllMmiSubscribedEvents() function in OHOS::MMI::__anonacab6b980110::MMIServiceTest