/foundation/filemanagement/storage_service/services/storage_daemon/mtp/src/ |
H A D | mtp_device_monitor.cpp | 86 devInfo.vendorId = rawDevice->device_entry.vendor_id; in MonitorDevice() 88 devInfo.id = "mtp-" + std::to_string(devInfo.vendorId) + "-" + std::to_string(devInfo.productId); in MonitorDevice() 123 if ((device.vendorId == inDev.vendorId) && (device.productId == inDev.productId) && in MountMtpDevice()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter_properties.h | 265 bool SetHidPnpInfo(const std::string &addr, int vendorId, int productId, int version); 267 void GetHidPnpInfo(const std::string &addr, int &vendorId, int &productId, int &version);
|
H A D | classic_config.cpp | 378 bool ClassicConfig::SetRemoteHidVendorId(const std::string &subSection, int vendorId) const in SetRemoteHidVendorId() 380 if (!config_->SetValue(SECTION_BREDR_PAIRED_LIST, subSection, PROPERTY_HID_VENDOR_ID, vendorId)) { in SetRemoteHidVendorId() 390 int vendorId = 0; in GetRemoteHidVendorId() local 391 if (!config_->GetValue(SECTION_BREDR_PAIRED_LIST, subSection, PROPERTY_HID_VENDOR_ID, vendorId)) { in GetRemoteHidVendorId() 395 return vendorId; in GetRemoteHidVendorId()
|
H A D | classic_adapter_properties.cpp | 556 bool ClassicAdapterProperties::SetHidPnpInfo(const std::string &addr, int vendorId, int productId, int version) in SetHidPnpInfo() argument 558 bool retVendorId = config_.SetRemoteHidVendorId(addr, vendorId); in SetHidPnpInfo() 587 void ClassicAdapterProperties::GetHidPnpInfo(const std::string &addr, int &vendorId, int &productId, int &version) in GetHidPnpInfo() argument 589 vendorId = config_.GetRemoteHidVendorId(addr); in GetHidPnpInfo()
|
H A D | classic_config.h | 344 bool SetRemoteHidVendorId(const std::string &subSection, int vendorId) const;
|
H A D | classic_adapter.h | 406 bool SetHidPnpInfo(const std::string &remoteAddr, int vendorId, int productId, int version) override; 409 void GetHidPnpInfo(const std::string &remoteAddr, int &vendorId, int &productId, int &version) override;
|
H A D | classic_adapter.cpp | 2426 bool ClassicAdapter::SetHidPnpInfo(const std::string &remoteAddr, int vendorId, int productId, int version) in SetHidPnpInfo() argument 2428 return adapterProperties_.SetHidPnpInfo(remoteAddr, vendorId, productId, version); in SetHidPnpInfo() 2441 void ClassicAdapter::GetHidPnpInfo(const std::string &remoteAddr, int &vendorId, int &productId, int &version) in GetHidPnpInfo() argument 2443 adapterProperties_.GetHidPnpInfo(remoteAddr, vendorId, productId, version); in GetHidPnpInfo()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_sdp_client.cpp | 183 bool ret = classicAdapter->SetHidPnpInfo(currentAddr_, pnpInf_.vendorId, pnpInf_.productId, pnpInf_.version); in SaveHidSdpInfo() 201 int vendorId = 0; in GetConfigHidSdpInfo() local 208 classicAdapter->GetHidPnpInfo(currentAddr_, vendorId, productId, version); in GetConfigHidSdpInfo() 218 pnpInf_.vendorId = vendorId; in GetConfigHidSdpInfo() 255 pnpInf_.vendorId = *static_cast<uint16_t*>(serviceAry[0].attribute[i].attributeValue); in SdpPnpCallback_() 256 LOG_DEBUG("[HIDH SDP]%{public}s():vendorId = 0x%{public}x", __FUNCTION__, pnpInf_.vendorId); in SdpPnpCallback_()
|
H A D | hid_host_statemachine.cpp | 619 LOG_INFO("[HIDH Machine]%{public}s():cachedName[%{public}s],vendorId[%{public}d],productId[%{public}d]", in ProcessOpenComplete() 620 __FUNCTION__, cachedName, pnpInf.vendorId, pnpInf.productId); in ProcessOpenComplete() 685 LOG_INFO("[HIDH Machine]%{public}s():cachedName[%{public}s],vendorId[%{public}d],productId[%{public}d]", in ProcessBleOpenComplete() 686 __FUNCTION__, cachedName, pnpInf.vendorId, pnpInf.productId); in ProcessBleOpenComplete()
|
H A D | hid_host_defines.h | 122 uint16_t vendorId = 0; member
|
H A D | hid_host_hogp.cpp | 573 pnpInf_.vendorId = static_cast<uint16_t>(data[offset]) + in SavePnpInformation() 582 "[HOGP]%{public}s():vendorId = 0x%{public}x,productId = 0x%{public}x,version = 0x%{public}x", in SavePnpInformation() 583 __FUNCTION__, pnpInf_.vendorId, pnpInf_.productId, pnpInf_.version); in SavePnpInformation()
|
H A D | hid_host_uhid.cpp | 206 ev.u.create.vendor = pnpInf.vendorId; in SendHidInfo()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter_classic.h | 362 virtual bool SetHidPnpInfo(const std::string &remoteAddr, int vendorId, int productId, int version) = 0; 365 virtual void GetHidPnpInfo(const std::string &remoteAddr, int &vendorId, int &productId, int &version) = 0;
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/mtp/ |
H A D | mtp_device_manager.h | 39 uint16_t vendorId; member
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_remote_device.h | 365 * @param[out] vendorId The vendor id of device. 370 int32_t GetDeviceVendorId(uint16_t &vendorId) const;
|
/foundation/multimodalinput/input/tools/vuinput/include/ |
H A D | virtual_device.h | 41 VirtualDevice(const std::string& deviceName, uint16_t busType, uint16_t vendorId, uint16_t productId);
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 379 int32_t BluetoothRemoteDevice::GetDeviceVendorId(uint16_t &vendorId) const in GetDeviceVendorId() 389 vendorId = info->vendorId_; in GetDeviceVendorId()
|
/foundation/multimodalinput/input/tools/vuinput/src/ |
H A D | virtual_device.cpp | 302 uint16_t vendorId, uint16_t productId) in VirtualDevice() 305 vendorId_(vendorId), in VirtualDevice() 301 VirtualDevice(const std::string& deviceName, uint16_t busType, uint16_t vendorId, uint16_t productId) VirtualDevice() argument
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | device_vk.cpp | 1086 uint32_t vendorId; in InitializePipelineCache() member 1095 header.vendorId != props.vendorID || header.deviceId != props.deviceID || in InitializePipelineCache()
|