Home
last modified time | relevance | path

Searched defs:vendorId (Results 1 - 12 of 12) sorted by relevance

/base/customization/enterprise_device_management/common/native/src/
H A Dusb_device_id.cpp31 int32_t vendorId = parcel.ReadInt32(); in Unmarshalling() local
38 void UsbDeviceId::SetVendorId(int32_t vendorId) in SetVendorId() argument
/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_extension_info_helper.cpp49 std::string vendorId = NapiPrintUtils::GetStringPropertyUtf8(env, jsValue, PARAM_EXTINFO_VENDOR_ID); in BuildFromJs() local
/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_manage_interface_test.cpp130 int32_t vendorId = 0; in HWTEST_F() local
154 int32_t vendorId = 0; in HWTEST_F() local
177 int32_t vendorId in HWTEST_F() local
[all...]
/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_extension_info.cpp50 void PrintExtensionInfo::SetVendorId(const std::string &vendorId) in SetVendorId() argument
/base/customization/enterprise_device_management/interfaces/kits/usb_manager/src/
H A Dusb_manager_addon.cpp284 int32_t vendorId = 0; in GetUsbDeviceIdFromNAPI() local
340 napi_value vendorId = nullptr; in UsbDeviceIdToJsObj() local
[all...]
/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp524 int32_t UsbSrvClient::ManageDevice(int32_t vendorId, int32_t productId, bool disable) in ManageDevice() argument
/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_device.h213 void SetVendorId(int32_t vendorId) in SetVendorId() argument
32 UsbDevice(std::string name, std::string manufacturerName, std::string productName, std::string version, uint8_t devAddr, uint8_t busNum, int32_t vendorId, int32_t productId, int32_t baseClass, int32_t subClass, int32_t protocol, std::vector<USBConfig> configs) UsbDevice() argument
H A Dusb_interface_type.h128 int32_t vendorId; member
/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_proxy.cpp1303 int32_t UsbServerProxy::ManageDevice(int32_t vendorId, int32_t productId, bool disable) in ManageDevice() argument
H A Dusb_srv_stub.cpp1117 int32_t vendorId = 0; in DoManageDevice() local
/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp2124 int32_t UsbService::ManageDevice(int32_t vendorId, int32_t productId, bool disable) in ManageDevice() argument
2189 int32_t UsbService::ManageDeviceImpl(int32_t vendorId, int32_t productId, bool disable) in ManageDeviceImpl() argument
/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp427 int32_t vendorId = 0; in ParseDeviceObj() local

Completed in 16 milliseconds