Home
last modified time | relevance | path

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

/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> &datas);
/foundation/multimodalinput/input/test/fuzztest/setmousescrollrows_fuzzer/
H A Dsetmousescrollrows_fuzzer.cpp67 InputManager::GetInstance()->GetAllMmiSubscribedEvents(map); in GetAllMmiSubscribedEventsFuzzTest()
/foundation/multimodalinput/input/service/nap_process/test/
H A Dnap_process_test.cpp208 ASSERT_EQ(napProcess.GetAllMmiSubscribedEvents(datas), RET_OK); in HWTEST_F()
/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>, int32_t> &datas) in GetAllMmiSubscribedEvents() function in OHOS::MMI::NapProcess
/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>, 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 Dmultimodal_input_connect_manager.h49 int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &datas);
H A Di_multimodal_input_connect.h110 virtual int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &datas) = 0;
H A Dmultimodal_input_connect_proxy.h95 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 Dinput_manager_impl.h60 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 Dinput_manager.h108 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 Dmultimodal_input_connect_manager.cpp83 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 Dmultimodal_input_connect_stub.cpp1634 int32_t ret = GetAllMmiSubscribedEvents(datas); in StubGetAllMmiSubscribedEvents()
H A Dmultimodal_input_connect_proxy.cpp1398 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 Dmmi_service.h109 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 Dobserver_manager.cpp495 MMI::InputManager::GetInstance()->GetAllMmiSubscribedEvents(mmiStatusData); in GetAllMmiStatusData()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp112 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 Dinput_manager_test.cpp1722 InputManager::GetInstance()->GetAllMmiSubscribedEvents(mapBefore); in HWTEST_F()
1739 InputManager::GetInstance()->GetAllMmiSubscribedEvents(mapAfter); in HWTEST_F()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2456 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 Dmultimodal_input_connect_stub_ex_test.cpp188 int32_t GetAllMmiSubscribedEvents(std::map<std::tuple<int32_t, int32_t, std::string>, int32_t> &datas) override

Completed in 41 milliseconds