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:SetVendorId
(Results
1 - 17
of
17
) sorted by relevance
/base/customization/enterprise_device_management/common/native/src/
H
A
D
usb_device_id.cpp
33
usbDeviceId.
SetVendorId
(vendorId);
in Unmarshalling()
38
void UsbDeviceId::
SetVendorId
(int32_t vendorId)
in SetVendorId()
function in OHOS::EDM::UsbDeviceId
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H
A
D
allowed_usb_devices_plugin_test.cpp
77
id1.
SetVendorId
(DEVICE_VID_1);
in HWTEST_F()
82
id2.
SetVendorId
(DEVICE_VID_2);
in HWTEST_F()
99
id.
SetVendorId
(DEVICE_VID_1);
in HWTEST_F()
149
id.
SetVendorId
(DEVICE_VID_1);
in HWTEST_F()
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/utils/
H
A
D
array_usb_device_id_serializer_test.cpp
64
id1.
SetVendorId
(111);
in HWTEST_F()
117
id1.
SetVendorId
(111);
in HWTEST_F()
137
id1.
SetVendorId
(111);
in HWTEST_F()
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H
A
D
print_extension_info_test.cpp
75
* @tc.desc:
SetVendorId
, GetVendorId
82
info.
SetVendorId
("vid-1234");
in HWTEST_F()
164
info.
SetVendorId
("vendorId");
in HWTEST_F()
182
info.
SetVendorId
("vendorId");
in HWTEST_F()
/base/print/print_fwk/frameworks/models/print_models/src/
H
A
D
print_extension_info.cpp
50
void PrintExtensionInfo::
SetVendorId
(const std::string &vendorId)
in SetVendorId()
function in OHOS::Print::PrintExtensionInfo
98
SetVendorId
(parcel.ReadString());
in ReadFromParcel()
/base/customization/enterprise_device_management/common/native/include/
H
A
D
usb_device_id.h
29
void
SetVendorId
(int32_t vendorId);
/base/print/print_fwk/frameworks/models/print_models/include/
H
A
D
print_extension_info.h
32
void
SetVendorId
(const std::string &vendorId);
/base/print/print_fwk/frameworks/helper/print_helper/src/
H
A
D
print_extension_info_helper.cpp
54
nativeObj->
SetVendorId
(vendorId);
in BuildFromJs()
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H
A
D
usb_manager_proxy_test.cpp
180
id1.
SetVendorId
(1);
in HWTEST_F()
199
id1.
SetVendorId
(1);
in HWTEST_F()
220
id1.
SetVendorId
(1);
in HWTEST_F()
239
id1.
SetVendorId
(1);
in HWTEST_F()
/base/customization/enterprise_device_management/services/edm_plugin/src/utils/
H
A
D
array_usb_device_id_serializer.cpp
82
value.
SetVendorId
(item["vendorId"].asInt());
in Deserialize()
/base/usb/usb_manager/interfaces/innerkits/native/include/
H
A
D
usb_device.h
213
void
SetVendorId
(int32_t vendorId)
in SetVendorId()
function in OHOS::USB::UsbDevice
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/mock/src/
H
A
D
enterprise_device_mgr_stub_mock.cpp
255
id1.
SetVendorId
(testVid);
in InvokeAllowedUsbDevicesSendRequestGetPolicy()
/base/usb/usb_manager/services/native/src/
H
A
D
usb_descriptor_parser.cpp
61
dev.
SetVendorId
(deviceDescriptor.idVendor);
in ParseDeviceDescriptor()
/base/customization/enterprise_device_management/interfaces/kits/usb_manager/src/
H
A
D
usb_manager_addon.cpp
294
usbDeviceId.
SetVendorId
(vendorId);
in GetUsbDeviceIdFromNAPI()
/base/usb/usb_manager/services/zidl/src/
H
A
D
usb_srv_proxy.cpp
141
devInfo.
SetVendorId
(tmp);
in GetDeviceMessageParcel()
/base/print/print_fwk/services/print_service/src/
H
A
D
print_service_ability.cpp
2253
printExtInfo.
SetVendorId
(extInfo.bundleName);
in ConvertToPrintExtensionInfo()
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H
A
D
print_service_ability_test.cpp
1109
judgeExtInfo.
SetVendorId
(extInfo.bundleName);
in HWTEST_F()
Completed in 19 milliseconds