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:SetVendor
(Results
1 - 16
of
16
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_mmi_device_info_adapter_impl.cpp
97
void ArkMMIDeviceInfoAdapterImpl::
SetVendor
(int32_t vendor)
in SetVendor()
function in OHOS::ArkWeb::ArkMMIDeviceInfoAdapterImpl
99
real_->
SetVendor
(vendor);
in SetVendor()
H
A
D
ark_mmi_device_info_adapter_impl.h
57
void
SetVendor
(int32_t vendor) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_mmi_device_info_adapter_wrapper.cpp
104
void ArkMMIDeviceInfoAdapterWrapper::
SetVendor
(int32_t vendor)
in SetVendor()
function in OHOS::ArkWeb::ArkMMIDeviceInfoAdapterWrapper
106
ctocpp_->
SetVendor
(vendor);
in SetVendor()
H
A
D
ark_mmi_device_info_adapter_wrapper.h
57
void
SetVendor
(int32_t vendor) override;
/base/msdp/device_status/intention/prototype/include/
H
A
D
i_device.h
63
virtual void
SetVendor
(int32_t vendor) = 0;
/base/sensors/medical_sensor/utils/include/
H
A
D
medical_sensor.h
35
void
SetVendor
(const std::string &vendor);
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_mmi_adapter.h
71
virtual void
SetVendor
(int32_t vendor) = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
mmi_adapter.h
66
virtual void
SetVendor
(int32_t vendor) = 0;
/base/msdp/device_status/intention/services/device_manager/include/
H
A
D
device.h
75
void
SetVendor
(int32_t vendor) override;
191
inline void Device::
SetVendor
(int32_t vendor)
in SetVendor()
function in OHOS::Msdp::DeviceStatus::Device
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/
H
A
D
compatible_connection.cpp
58
sensor.
SetVendor
(vendorName.c_str());
in GetSensorList()
H
A
D
hdi_connection.cpp
94
sensor.
SetVendor
(vendorName.c_str());
in GetSensorList()
/base/sensors/medical_sensor/utils/src/
H
A
D
medical.cpp
64
void MedicalSensor::
SetVendor
(const std::string &vendor)
in SetVendor()
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
54
MOCK_METHOD1(
SetVendor
, void(int32_t));
/base/msdp/device_status/intention/cooperate/plugin/src/
H
A
D
input_device_mgr.cpp
267
inputDevice->
SetVendor
(device->GetVendor());
in Transform()
H
A
D
dsoftbus_handler.cpp
477
device->
SetVendor
(data);
in DeserializeDevice()
Completed in 7 milliseconds