Home
last modified time | relevance | path

Searched refs:vendorId_ (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_extension_info.cpp20 PrintExtensionInfo::PrintExtensionInfo() : extensionId_(""), vendorId_(""), vendorName_(""), in PrintExtensionInfo()
27 vendorId_ = right.vendorId_; in PrintExtensionInfo()
37 vendorId_ = right.vendorId_; in operator =()
52 vendorId_ = vendorId; in SetVendorId()
77 return vendorId_; in GetVendorId()
124 PRINT_HILOGD("vendorId_ = %{public}s", vendorId_.c_str()); in Dump()
/ohos5.0/base/customization/enterprise_device_management/common/native/src/
H A Dusb_device_id.cpp24 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, vendorId_); in Marshalling()
40 vendorId_ = vendorId; in SetVendorId()
50 return vendorId_; in GetVendorId()
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_device.h42 this->vendorId_ = vendorId; in UsbDevice()
62 vendorId_ = GetIntValue(device, "vendorId"); in UsbDevice()
126 return vendorId_; in GetVendorId()
215 vendorId_ = vendorId; in SetVendorId()
258 << "vendorId_=" << vendorId_ << "," in ToString()
358 cJSON_AddNumberToObject(device, "vendorId", static_cast<double>(vendorId_)); in getJsonString()
402 int32_t vendorId_ = INVALID_USB_INT_VALUE; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_remote_device_info.cpp23 if (!parcel.WriteUint16(vendorId_)) { in Marshalling()
55 if (!parcel.ReadUint16(vendorId_)) { in ReadFromParcel()
H A Dbluetooth_remote_device_info.h34 uint16_t vendorId_; variable
/ohos5.0/foundation/multimodalinput/input/uinput/
H A Dvirtual_device.cpp47 vendorId_(0x6006), in VirtualDevice()
109 dev_.id.vendor = vendorId_; in SetUpExt()
H A Dvirtual_device.h47 const uint16_t vendorId_; variable
/ohos5.0/base/customization/enterprise_device_management/common/native/include/
H A Dusb_device_id.h42 int32_t vendorId_ = -1;
/ohos5.0/drivers/peripheral/input/ddk_service/src/emit_event_manager/
H A Dvirtual_device.cpp47 vendorId_(hidDevice.vendorId), in VirtualDevice()
111 uinputDev_.id.vendor = vendorId_; in SetUp()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Dvirtual_device.cpp37vendorId_(event.vendor), productId_(event.product), version_(event.version), classes_(event.classe… in VirtualDevice()
142 dev_.id.vendor = vendorId_; in SetUp()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_extension_info.h61 std::string vendorId_; variable
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/include/
H A Dvirtual_device.h60 const uint16_t vendorId_; variable
/ohos5.0/drivers/peripheral/input/ddk_service/include/emit_event_manager/
H A Dvirtual_device.h54 const uint16_t vendorId_; variable
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_descriptor.h80 std::string vendorId_; member
/ohos5.0/foundation/multimodalinput/input/tools/vuinput/include/
H A Dvirtual_device.h69 const uint16_t vendorId_ { 0 };
/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/
H A Djson_utils.cpp146 jsonObj["compatibility"]["vendorId"] = basicInfo.vendorId_; in SetSessionBasicInfo()
179 basicInfo.vendorId_ = compatibility["vendorId"]; in GetSessionBasicInfo()
/ohos5.0/foundation/multimodalinput/input/tools/vuinput/src/
H A Dvirtual_device.cpp286 vendorId_(vendorId), in VirtualDevice()
463 uinputDev_.id.vendor = vendorId_; in SetDeviceId()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp392 vendorId = info->vendorId_; in GetDeviceVendorId()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp1121 EXPECT_EQ(newExtInfo.vendorId_, judgeExtInfo.vendorId_);