Home
last modified time | relevance | path

Searched refs:GetKeyboardType (Results 1 - 14 of 14) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_mmi_adapter_wrapper.cpp68 int32_t ArkMMIAdapterWrapper::GetKeyboardType(int32_t deviceId, int32_t& type) in GetKeyboardType() function in OHOS::ArkWeb::ArkMMIAdapterWrapper
70 return ctocpp_->GetKeyboardType(deviceId, type); in GetKeyboardType()
H A Dark_mmi_adapter_wrapper.h39 int32_t GetKeyboardType(int32_t deviceId, int32_t& type) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_mmi_adapter_impl.cpp62 int32_t ArkMMIAdapterImpl::GetKeyboardType(int32_t deviceId, int32_t& type) in GetKeyboardType() function in OHOS::ArkWeb::ArkMMIAdapterImpl
64 return real_->GetKeyboardType(deviceId, type); in GetKeyboardType()
H A Dark_mmi_adapter_impl.h39 int32_t GetKeyboardType(int32_t deviceId, int32_t& type) override;
/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/getkeyboardtype_fuzzer/
H A Dgetkeyboardtype_fuzzer.cpp36 AdapterImpl->GetKeyboardType(deviceId, type); in GetKeyboardTypeFuzzTest()
/base/web/webview/ohos_adapter/multimodalinput_adapter/src/
H A Dmmi_adapter_impl.cpp109 int32_t MMIAdapterImpl::GetKeyboardType(int32_t deviceId, int32_t& type) in GetKeyboardType() function in OHOS::NWeb::MMIAdapterImpl
112 return InputManager::GetInstance()->GetKeyboardType(deviceId, callback); in GetKeyboardType()
/base/msdp/device_status/intention/prototype/include/
H A Di_device.h79 virtual KeyboardType GetKeyboardType() const = 0;
/base/web/webview/ohos_adapter/multimodalinput_adapter/include/
H A Dmmi_adapter_impl.h71 int32_t GetKeyboardType(int32_t deviceId, int32_t& type) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_mmi_adapter.h119 virtual int32_t GetKeyboardType(int32_t deviceId, int32_t& type) = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dmmi_adapter.h106 virtual int32_t GetKeyboardType(int32_t deviceId, int32_t& type) = 0;
/base/msdp/device_status/intention/services/device_manager/include/
H A Ddevice.h91 IDevice::KeyboardType GetKeyboardType() const override;
270 inline IDevice::KeyboardType Device::GetKeyboardType() const in GetKeyboardType() function in OHOS::Msdp::DeviceStatus::Device
/base/web/webview/test/unittest/mmi_adapter/
H A Dmmi_adapter_impl_test.cpp119 int32_t ret = g_mmi->GetKeyboardType(1, type); in HWTEST_F()
/base/msdp/device_status/intention/services/device_manager/src/
H A Ddevice_manager.cpp433 dev->GetKeyboardType() == IDevice::KeyboardType::KEYBOARD_TYPE_ALPHABETICKEYBOARD);
442 dev.second->GetKeyboardType() == IDevice::KeyboardType::KEYBOARD_TYPE_ALPHABETICKEYBOARD) {
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dinput_device_mgr.cpp249 static_cast<int32_t> (device->GetKeyboardType()); in SerializeDevice()

Completed in 5 milliseconds