Home
last modified time | relevance | path

Searched refs:vendorId (Results 1 - 19 of 19) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/mtp/src/
H A Dmtp_device_monitor.cpp86 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 Dclassic_adapter_properties.h265 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 Dclassic_config.cpp378 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 Dclassic_adapter_properties.cpp556 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 Dclassic_config.h344 bool SetRemoteHidVendorId(const std::string &subSection, int vendorId) const;
H A Dclassic_adapter.h406 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 Dclassic_adapter.cpp2426 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 Dhid_host_sdp_client.cpp183 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 Dhid_host_statemachine.cpp619 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 Dhid_host_defines.h122 uint16_t vendorId = 0; member
H A Dhid_host_hogp.cpp573 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 Dhid_host_uhid.cpp206 ev.u.create.vendor = pnpInf.vendorId; in SendHidInfo()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_classic.h362 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 Dmtp_device_manager.h39 uint16_t vendorId; member
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h365 * @param[out] vendorId The vendor id of device.
370 int32_t GetDeviceVendorId(uint16_t &vendorId) const;
/foundation/multimodalinput/input/tools/vuinput/include/
H A Dvirtual_device.h41 VirtualDevice(const std::string& deviceName, uint16_t busType, uint16_t vendorId, uint16_t productId);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp379 int32_t BluetoothRemoteDevice::GetDeviceVendorId(uint16_t &vendorId) const in GetDeviceVendorId()
389 vendorId = info->vendorId_; in GetDeviceVendorId()
/foundation/multimodalinput/input/tools/vuinput/src/
H A Dvirtual_device.cpp302 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 Ddevice_vk.cpp1086 uint32_t vendorId; in InitializePipelineCache() member
1095 header.vendorId != props.vendorID || header.deviceId != props.deviceID || in InitializePipelineCache()

Completed in 19 milliseconds