/ohos5.0/foundation/multimodalinput/input/service/nap_process/include/ |
H A D | nap_process.h | 57 …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 D | setmousescrollrows_fuzzer.cpp | 67 InputManager::GetInstance()->GetAllMmiSubscribedEvents(map); in GetAllMmiSubscribedEventsFuzzTest()
|
/ohos5.0/foundation/multimodalinput/input/service/nap_process/src/ |
H A D | nap_process.cpp | 152 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 D | nap_process_test.cpp | 208 ASSERT_EQ(napProcess.GetAllMmiSubscribedEvents(datas), RET_OK);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_manager.cpp | 41 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 D | multimodal_input_connect_manager.h | 49 …int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &da…
|
H A D | i_multimodal_input_connect.h | 104 …virtual int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int3…
|
H A D | multimodal_input_connect_proxy.h | 89 …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 D | input_manager.h | 108 …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 D | multimodal_input_connect_manager.cpp | 83 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 D | multimodal_input_connect_proxy.cpp | 1294 int32_t MultimodalInputConnectProxy::GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t… in GetAllMmiSubscribedEvents() function in OHOS::MMI::MultimodalInputConnectProxy
|
H A D | multimodal_input_connect_stub.cpp | 1490 int32_t ret = GetAllMmiSubscribedEvents(datas); in StubGetAllMmiSubscribedEvents()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_manager_impl.h | 60 …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 D | mmi_service.h | 103 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 D | observer_manager.cpp | 492 MMI::InputManager::GetInstance()->GetAllMmiSubscribedEvents(mmiStatusData); in GetAllMmiStatusData()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 115 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 D | mmi_service.cpp | 1727 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 D | input_manager_test.cpp | 1631 InputManager::GetInstance()->GetAllMmiSubscribedEvents(mapBefore); 1648 InputManager::GetInstance()->GetAllMmiSubscribedEvents(mapAfter);
|
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/test/ |
H A D | multimodal_input_connect_stub_ex_test.cpp | 171 …int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &da… in GetAllMmiSubscribedEvents() function in OHOS::MMI::__anonacab6b980110::MMIServiceTest
|