Home
last modified time | relevance | path

Searched refs:GetDeviceIds (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dinput_manager.cpp24 bool InputManager::GetDeviceIds(std::vector<int32_t>& resDeviceIds) in GetDeviceIds() function in OHOS::Ace::InputManager
28 …inputManager->GetDeviceIds([&resDeviceIds](std::vector<int32_t>& deviceIds) { resDeviceIds = devic… in GetDeviceIds()
67 auto resGetIds = GetDeviceIds(deviceIds); in IsKeyboardConnected()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_mmi_adapter_impl.cpp67 int32_t ArkMMIAdapterImpl::GetDeviceIds(ArkWebInt32Vector& ids) in GetDeviceIds() function in OHOS::ArkWeb::ArkMMIAdapterImpl
70 int result = real_->GetDeviceIds(vec); in GetDeviceIds()
H A Dark_mmi_adapter_impl.h41 int32_t GetDeviceIds(ArkWebInt32Vector& ids) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_mmi_adapter_wrapper.cpp73 int32_t ArkMMIAdapterWrapper::GetDeviceIds(std::vector<int32_t>& ids) in GetDeviceIds() function in OHOS::ArkWeb::ArkMMIAdapterWrapper
76 int result = ctocpp_->GetDeviceIds(vec); in GetDeviceIds()
H A Dark_mmi_adapter_wrapper.h41 int32_t GetDeviceIds(std::vector<int32_t>& ids) override;
/ohos5.0/base/web/webview/ohos_adapter/multimodalinput_adapter/src/
H A Dmmi_adapter_impl.cpp115 int32_t MMIAdapterImpl::GetDeviceIds(std::vector<int32_t>& ids) in GetDeviceIds() function in OHOS::NWeb::MMIAdapterImpl
118 return InputManager::GetInstance()->GetDeviceIds(callback); in GetDeviceIds()
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/getdeviceids_fuzzer/
H A Dgetdeviceids_fuzzer.cpp31 InputManager::GetInstance()->GetDeviceIds(fun); in GetDeviceIdsFuzzTest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/input_manager/
H A Dinput_manager.h37 static bool GetDeviceIds(std::vector<int32_t>& resDeviceIds);
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/getdeviceids_fuzzer/
H A Dgetdeviceids_fuzzer.cpp30 AdapterImpl->GetDeviceIds(devList); in GetDeviceIdsFuzzTest()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_input_device_manager.cpp39 napi_value JsInputDeviceManager::GetDeviceIds(napi_env env, napi_value handle) in GetDeviceIds() function in OHOS::MMI::JsInputDeviceManager
46 InputManager::GetInstance()->GetDeviceIds(callback); in GetDeviceIds()
145 InputManager::GetInstance()->GetDeviceIds(callback); in GetDeviceList()
H A Djs_input_device_context.cpp221 napi_value JsInputDeviceContext::GetDeviceIds(napi_env env, napi_callback_info info) in GetDeviceIds() function in OHOS::MMI::JsInputDeviceContext
236 return jsInputDeviceMgr->GetDeviceIds(env); in GetDeviceIds()
242 return jsInputDeviceMgr->GetDeviceIds(env, argv[0]); in GetDeviceIds()
703 DECLARE_NAPI_STATIC_FUNCTION("getDeviceIds", GetDeviceIds), in Export()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/include/
H A Djs_input_device_context.h31 static napi_value GetDeviceIds(napi_env env, napi_callback_info info);
H A Djs_input_device_manager.h32 napi_value GetDeviceIds(napi_env env, napi_value handle = nullptr);
/ohos5.0/base/web/webview/ohos_adapter/multimodalinput_adapter/include/
H A Dmmi_adapter_impl.h73 int32_t GetDeviceIds(std::vector<int32_t>& ids) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_mmi_adapter.h122 virtual int32_t GetDeviceIds(ArkWebInt32Vector& ids) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dmmi_adapter.h108 virtual int32_t GetDeviceIds(std::vector<int32_t>& ids) = 0;
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_device_impl.cpp131 if (MULTIMODAL_INPUT_CONNECT_MGR->GetDeviceIds(ids) != RET_OK) { in GetInputDeviceIds()
/ohos5.0/base/web/webview/test/unittest/mmi_adapter/
H A Dmmi_adapter_impl_test.cpp132 int32_t ret = g_mmi->GetDeviceIds(devList);
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp207 int32_t InputManager::GetDeviceIds(std::function<void(std::vector<int32_t>&)> callback) in GetDeviceIds() function in OHOS::MMI::InputManager
209 return InputMgrImpl.GetDeviceIds(callback); in GetDeviceIds()
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/include/
H A Dmultimodal_input_connect_manager.h74 int32_t GetDeviceIds(std::vector<int32_t> &ids);
H A Di_multimodal_input_connect.h81 virtual int32_t GetDeviceIds(std::vector<int32_t> &ids) = 0;
H A Dmultimodal_input_connect_proxy.h66 int32_t GetDeviceIds(std::vector<int32_t> &ids) override;
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dinput_manager.h309 int32_t GetDeviceIds(std::function<void(std::vector<int32_t>&)> callback);
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp311 int32_t MultimodalInputConnectManager::GetDeviceIds(std::vector<int32_t> &ids) in GetDeviceIds() function in OHOS::MMI::MultimodalInputConnectManager
315 return multimodalInputConnectService_->GetDeviceIds(ids); in GetDeviceIds()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h124 int32_t GetDeviceIds(std::function<void(std::vector<int32_t>&)> callback);

12