Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetVendor
(Results
1 - 17
of
17
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_mmi_device_info_adapter_impl.cpp
49
int32_t ArkMMIDeviceInfoAdapterImpl::
GetVendor
()
in GetVendor()
function in OHOS::ArkWeb::ArkMMIDeviceInfoAdapterImpl
51
return real_->
GetVendor
();
in GetVendor()
H
A
D
ark_mmi_device_info_adapter_impl.h
39
int32_t
GetVendor
() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_mmi_device_info_adapter_wrapper.cpp
50
int32_t ArkMMIDeviceInfoAdapterWrapper::
GetVendor
()
in GetVendor()
function in OHOS::ArkWeb::ArkMMIDeviceInfoAdapterWrapper
52
return ctocpp_->
GetVendor
();
in GetVendor()
H
A
D
ark_mmi_device_info_adapter_wrapper.h
39
int32_t
GetVendor
() override;
/base/msdp/device_status/intention/cooperate/plugin/src/
H
A
D
input_device_mgr.cpp
219
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
D
i_device.h
76
virtual int32_t
GetVendor
() const = 0;
/base/sensors/medical_sensor/utils/include/
H
A
D
medical_sensor.h
34
std::string
GetVendor
() const;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_mmi_adapter.h
44
virtual int32_t
GetVendor
() = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
mmi_adapter.h
48
virtual int32_t
GetVendor
() = 0;
/base/msdp/device_status/intention/services/device_manager/include/
H
A
D
device.h
88
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
D
medical.cpp
59
std::string MedicalSensor::
GetVendor
() const
in GetVendor()
function in OHOS::Sensors::MedicalSensor
/base/web/webview/ohos_adapter/multimodalinput_adapter/src/
H
A
D
mmi_adapter_impl.cpp
136
info->SetVendor(device->
GetVendor
());
in GetDeviceInfo()
/base/web/webview/test/unittest/mmi_adapter/
H
A
D
mmi_adapter_impl_test.cpp
45
MOCK_METHOD0(
GetVendor
, int32_t());
/base/sensors/medical_sensor/services/medical_sensor/src/
H
A
D
medical_dump.cpp
80
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
D
device.cpp
356
ss <<
GetVendor
() << "_" << GetProduct() << "_" << GetVersion() << "_" << GetName();
in MakeConfigFileName()
H
A
D
device_manager.cpp
249
FI_HILOGI(" vendor: %{public}04x", dev->
GetVendor
());
in OnDeviceAdded()
/base/sensors/medical_sensor/interfaces/native/src/
H
A
D
medical_native_impl.cpp
145
ret = strcpy_s((*sensorInfo + index)->vendorName, AFE_NAME_MAX_LEN2, sensorList_[index].
GetVendor
().c_str());
in GetAllSensors()
Completed in 8 milliseconds