Home
last modified time | relevance | path

Searched refs:descInfo (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.h266 bool SetHidDescInfo(const std::string &addr, int ctryCode, const std::string &descInfo);
268 void GetHidDescInfo(const std::string &addr, int &ctryCode, std::string &descInfo);
H A Dclassic_config.cpp458 bool ClassicConfig::SetRemoteHidDescInfo(const std::string &subSection, const std::string &descInfo) const in SetRemoteHidDescInfo()
460 if (!config_->SetValue(SECTION_BREDR_PAIRED_LIST, subSection, PROPERTY_HID_DESC_INFO, descInfo)) { in SetRemoteHidDescInfo()
470 std::string descInfo = ""; in GetRemoteHidDescInfo() local
471 if (!config_->GetValue(SECTION_BREDR_PAIRED_LIST, subSection, PROPERTY_HID_DESC_INFO, descInfo)) { in GetRemoteHidDescInfo()
475 return descInfo; in GetRemoteHidDescInfo()
H A Dclassic_adapter_properties.cpp573 bool ClassicAdapterProperties::SetHidDescInfo(const std::string &addr, int ctryCode, const std::string &descInfo) in SetHidDescInfo() argument
578 bool retDescInfo = config_.SetRemoteHidDescInfo(addr, descInfo); in SetHidDescInfo()
594 void ClassicAdapterProperties::GetHidDescInfo(const std::string &addr, int &ctryCode, std::string &descInfo) in GetHidDescInfo() argument
597 descInfo = config_.GetRemoteHidDescInfo(addr); in GetHidDescInfo()
H A Dclassic_config.h352 bool SetRemoteHidDescInfo(const std::string &subSection, const std::string &descInfo) const;
H A Dclassic_adapter.cpp2449 std::string descInfo = ""; in GetHidDescInfo() local
2450 adapterProperties_.GetHidDescInfo(remoteAddr, ctryCode, descInfo); in GetHidDescInfo()
2451 ClassicUtils::ConvertHexStringToInt(descInfo, descData); in GetHidDescInfo()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_sdp_client.cpp119 hidInf_.descInfo = std::make_unique<uint8_t[]>(descLength); in ParseHidDescInfo()
120 if (memcpy_s(hidInf_.descInfo.get(), descLength, attributeValue + offset, descLength) != EOK) { in ParseHidDescInfo()
189 hidInf_.descInfo.get(), hidInf_.descInfo.get() + hidInf_.descLength); in SaveHidSdpInfo()
212 hidInf_.descInfo = std::make_unique<uint8_t[]>(descLength); in GetConfigHidSdpInfo()
213 if (memcpy_s(hidInf_.descInfo.get(), descLength, &descData[0], descLength) != EOK) { in GetConfigHidSdpInfo()
H A Dhid_host_hogp.cpp606 hidInf_.descInfo = std::make_unique<uint8_t[]>(character.length_); in SaveReportMap()
607 if (memcpy_s(hidInf_.descInfo.get(), character.length_, character.value_.get(), character.length_) != EOK) { in SaveReportMap()
608 hidInf_.descInfo = nullptr; in SaveReportMap()
H A Dhid_host_defines.h143 std::unique_ptr<uint8_t[]> descInfo = nullptr; member
H A Dhid_host_uhid.cpp204 ev.u.create.rd_data = hidInf.descInfo.get(); in SendHidInfo()

Completed in 14 milliseconds