/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> &datas);
|
/foundation/multimodalinput/input/test/fuzztest/setmousescrollrows_fuzzer/ |
H A D | setmousescrollrows_fuzzer.cpp | 67 InputManager::GetInstance()->GetAllMmiSubscribedEvents(map); in GetAllMmiSubscribedEventsFuzzTest()
|
/foundation/multimodalinput/input/service/nap_process/test/ |
H A D | nap_process_test.cpp | 208 ASSERT_EQ(napProcess.GetAllMmiSubscribedEvents(datas), RET_OK); in HWTEST_F()
|
/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>, int32_t> &datas) in GetAllMmiSubscribedEvents() function in OHOS::MMI::NapProcess
|
/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>, int32_t> &datas) in GetAllMmiSubscribedEvents() function in OHOS::MMI::InputManager 43 return InputMgrImpl.GetAllMmiSubscribedEvents(datas); in GetAllMmiSubscribedEvents()
|
/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> &datas);
|
H A D | i_multimodal_input_connect.h | 110 virtual int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &datas) = 0;
|
H A D | multimodal_input_connect_proxy.h | 95 int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &datas) override;
|
/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> &datas);
|
/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> &datas);
|
/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_t, std::string>, in GetAllMmiSubscribedEvents() function in OHOS::MMI::MultimodalInputConnectManager 88 return multimodalInputConnectService_->GetAllMmiSubscribedEvents(datas); in GetAllMmiSubscribedEvents()
|
H A D | multimodal_input_connect_stub.cpp | 1634 int32_t ret = GetAllMmiSubscribedEvents(datas); in StubGetAllMmiSubscribedEvents()
|
H A D | multimodal_input_connect_proxy.cpp | 1398 int32_t MultimodalInputConnectProxy::GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, in GetAllMmiSubscribedEvents() function in OHOS::MMI::MultimodalInputConnectProxy
|
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 109 int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>,
|
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/ |
H A D | observer_manager.cpp | 495 MMI::InputManager::GetInstance()->GetAllMmiSubscribedEvents(mmiStatusData); in GetAllMmiStatusData()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 112 int32_t InputManagerImpl::GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &datas) in GetAllMmiSubscribedEvents() function in OHOS::MMI::InputManagerImpl 116 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetAllMmiSubscribedEvents(datas); in GetAllMmiSubscribedEvents()
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_test.cpp | 1722 InputManager::GetInstance()->GetAllMmiSubscribedEvents(mapBefore); in HWTEST_F() 1739 InputManager::GetInstance()->GetAllMmiSubscribedEvents(mapAfter); in HWTEST_F()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 2456 int32_t MMIService::GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &datas) in GetAllMmiSubscribedEvents() function in OHOS::MMI::MMIService 2459 NapProcess::GetInstance()->GetAllMmiSubscribedEvents(datas); in GetAllMmiSubscribedEvents()
|
/foundation/multimodalinput/input/service/connect_manager/test/ |
H A D | multimodal_input_connect_stub_ex_test.cpp | 188 int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &datas) override
|