Home
last modified time | relevance | path

Searched refs:GetVendor (Results 1 - 17 of 17) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_mmi_device_info_adapter_impl.cpp49 int32_t ArkMMIDeviceInfoAdapterImpl::GetVendor() in GetVendor() function in OHOS::ArkWeb::ArkMMIDeviceInfoAdapterImpl
51 return real_->GetVendor(); in GetVendor()
H A Dark_mmi_device_info_adapter_impl.h39 int32_t GetVendor() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_mmi_device_info_adapter_wrapper.cpp50 int32_t ArkMMIDeviceInfoAdapterWrapper::GetVendor() in GetVendor() function in OHOS::ArkWeb::ArkMMIDeviceInfoAdapterWrapper
52 return ctocpp_->GetVendor(); in GetVendor()
H A Dark_mmi_device_info_adapter_wrapper.h39 int32_t GetVendor() override;
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dinput_device_mgr.cpp219 FI_HILOGI(" vendor: %{public}04x", device->GetVendor()); in DispDeviceInfo()
247 device->GetVendor() << device->GetProduct() << device->GetVersion() << device->GetName() << in SerializeDevice()
267 inputDevice->SetVendor(device->GetVendor()); in Transform()
/base/msdp/device_status/intention/prototype/include/
H A Di_device.h76 virtual int32_t GetVendor() const = 0;
/base/sensors/medical_sensor/utils/include/
H A Dmedical_sensor.h34 std::string GetVendor() const;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_mmi_adapter.h44 virtual int32_t GetVendor() = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dmmi_adapter.h48 virtual int32_t GetVendor() = 0;
/base/msdp/device_status/intention/services/device_manager/include/
H A Ddevice.h88 int32_t GetVendor() const override;
255 inline int32_t Device::GetVendor() const in GetVendor() function in OHOS::Msdp::DeviceStatus::Device
/base/sensors/medical_sensor/utils/src/
H A Dmedical.cpp59 std::string MedicalSensor::GetVendor() const in GetVendor() function in OHOS::Sensors::MedicalSensor
/base/web/webview/ohos_adapter/multimodalinput_adapter/src/
H A Dmmi_adapter_impl.cpp136 info->SetVendor(device->GetVendor()); in GetDeviceInfo()
/base/web/webview/test/unittest/mmi_adapter/
H A Dmmi_adapter_impl_test.cpp45 MOCK_METHOD0(GetVendor, int32_t());
/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_dump.cpp80 sensorId, sensorMap_[sensorId].c_str(), sensor.GetName().c_str(), sensor.GetVendor().c_str(), in DumpSensorList()
/base/msdp/device_status/intention/services/device_manager/src/
H A Ddevice.cpp356 ss << GetVendor() << "_" << GetProduct() << "_" << GetVersion() << "_" << GetName(); in MakeConfigFileName()
H A Ddevice_manager.cpp249 FI_HILOGI(" vendor: %{public}04x", dev->GetVendor()); in OnDeviceAdded()
/base/sensors/medical_sensor/interfaces/native/src/
H A Dmedical_native_impl.cpp145 ret = strcpy_s((*sensorInfo + index)->vendorName, AFE_NAME_MAX_LEN2, sensorList_[index].GetVendor().c_str()); in GetAllSensors()

Completed in 7 milliseconds