/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 50 …const std::vector<uint8_t> attribtues, const std::vector<std::string> &attributeName, int result) … 54 …const std::vector<uint32_t> &attribtues, const std::vector<std::string> &valueName, int result) = … 61 …const std::vector<uint32_t> &attribtues, const std::vector<std::string> &values, int result, int d…
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 367 std::vector<uint32_t> attribtues {}; in OnGetElementAttributesInner() local 374 attribtues.push_back(attrbute); in OnGetElementAttributesInner() 389 stub->OnGetElementAttributes(RawAddress(addr), attribtues, valueNames, result); in OnGetElementAttributesInner() 435 std::vector<uint32_t> attribtues {}; in OnGetItemAttributesInner() local 442 attribtues.push_back(attrbute); in OnGetItemAttributesInner() 458 stub->OnGetItemAttributes(RawAddress(addr), attribtues, valueNames, result, detail); in OnGetItemAttributesInner() 530 std::vector<uint8_t> attribtues {}; in OnPlayerAppSettingChangedInner() local 537 attribtues.push_back(attrbute); in OnPlayerAppSettingChangedInner() 552 stub->OnPlayerAppSettingChanged(RawAddress(addr), attribtues, values, result); in OnPlayerAppSettingChangedInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 47 …const std::vector<uint8_t> attribtues, const std::vector<std::string> &attributeName, int result) … 51 …const std::vector<uint32_t> &attribtues, const std::vector<std::string> &valueName, int result) ov… 58 const std::vector<uint32_t> &attribtues, const std::vector<std::string> &values,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 365 … const std::vector<uint8_t> attribtues, const std::vector<std::string> &attributeName, int result) in OnGetPlayerAppSettingAttributeText() argument 379 for (auto event : attribtues) { in OnGetPlayerAppSettingAttributeText() 451 const std::vector<uint32_t> &attribtues, const std::vector<std::string> &valueName, int result) in OnGetElementAttributes() argument 464 if (!WriteParcelableUint32Vector(attribtues, data)) { in OnGetElementAttributes() 612 …const std::vector<uint32_t> &attribtues, const std::vector<std::string> &values, int result, int d… in OnGetItemAttributes() argument 625 if (!WriteParcelableUint32Vector(attribtues, data)) { in OnGetItemAttributes()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 295 …ual void OnGetElementAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attribtues,
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 168 …const std::vector<uint8_t> attribtues, const std::vector<std::string> &attributeName, int result) … in OnGetPlayerAppSettingAttributeText() argument 174 …impl_->OnGetPlayerAppSettingAttributeText(device, attribtues, attributeName, static_cast<int>(resu… in OnGetPlayerAppSettingAttributeText() 192 …const std::vector<uint32_t> &attribtues, const std::vector<std::string> &valueName, int result) ov… in OnGetElementAttributes() argument 198 impl_->OnGetElementAttributes(device, attribtues, valueName, static_cast<int>(result)); in OnGetElementAttributes() 278 void OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attribtues, in OnGetItemAttributes() argument 286 …impl_->OnGetItemAttributes(device, attribtues, values, static_cast<int>(result), static_cast<int>(… in OnGetItemAttributes()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_vendor.h | 472 …uint8_t crCode, const std::vector<uint32_t> &attribtues, const std::vector<std::string> &values, u…
|
H A D | avrcp_tg_service.cpp | 146 const std::vector<uint32_t> &attribtues, const std::vector<std::string> &values, uint8_t label) in OnGetElementAttributes() argument 153 service->OnGetElementAttributes(rawAddr, attribtues, values, label); in OnGetElementAttributes() 1207 std::deque<uint8_t> attribtues; in GetPlayerAppSettingAttributes() local 1208 profile_->SendListPlayerApplicationSettingAttributesRsp(rawAddr, attribtues, label, result); in GetPlayerAppSettingAttributes() 1531 …Service::OnGetElementAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attribtues, in OnGetElementAttributes() argument 1545 …std::bind(&AvrcpTgService::OnGetElementAttributesNative, this, peerAddr, attribtues, values, label… in OnGetElementAttributes()
|
H A D | avrcp_tg_service.h | 178 … void OnGetElementAttributes(const std::string &addr, const std::vector<uint32_t> &attribtues, 659 void OnGetElementAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attribtues,
|
H A D | avrcp_tg_profile.h | 658 …oid SendGetElementAttributesRsp(const RawAddress &rawAddr, const std::vector<uint32_t> &attribtues,
|
H A D | avrcp_tg_vendor.cpp | 1473 …uint8_t crCode, const std::vector<uint32_t> &attribtues, const std::vector<std::string> &values, u… in AvrcTgGeaPacket() argument 1479 attributes_ = attribtues; in AvrcTgGeaPacket()
|
H A D | avrcp_tg_profile.cpp | 810 …le::SendGetElementAttributesRsp(const RawAddress &rawAddr, const std::vector<uint32_t> &attribtues, in SendGetElementAttributesRsp() argument 818 …<AvrcTgVendorPacket> packet = std::make_shared<AvrcTgGeaPacket>(crCode, attribtues, values, label); in SendGetElementAttributesRsp()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 97 …rtual void OnGetElementAttributes(const std::string &addr, const std::vector<uint32_t> &attribtues,
|