Searched defs:attribtues (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 364 OnGetPlayerAppSettingAttributeText(const RawAddress &rawAddr, const std::vector<uint8_t> attribtues, const std::vector<std::string> &attributeName, int result) OnGetPlayerAppSettingAttributeText() argument 450 OnGetElementAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attribtues, const std::vector<std::string> &valueName, int result) OnGetElementAttributes() argument 611 OnGetItemAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attribtues, const std::vector<std::string> &values, int result, int detail) OnGetItemAttributes() argument
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 386 stub->OnGetElementAttributes(RawAddress(addr), attribtues, valueNames, result); in OnGetElementAttributesInner() local 455 stub->OnGetItemAttributes(RawAddress(addr), attribtues, valueNames, result, detail); in OnGetItemAttributesInner() local 549 stub->OnPlayerAppSettingChanged(RawAddress(addr), attribtues, values, result); in OnPlayerAppSettingChangedInner() local
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_vendor.cpp | 1472 AvrcTgGeaPacket( uint8_t crCode, const std::vector<uint32_t> &attribtues, const std::vector<std::string> &values, uint8_t label) AvrcTgGeaPacket() argument
|
H A D | avrcp_tg_profile.cpp | 810 void AvrcTgProfile::SendGetElementAttributesRsp(const RawAddress &rawAddr, const std::vector<uint32_t> &attribtues, in SendGetElementAttributesRsp() argument
|
H A D | avrcp_tg_service.cpp | 1207 std::deque<uint8_t> attribtues; in GetPlayerAppSettingAttributes() local 1531 void AvrcpTgService::OnGetElementAttributes(const RawAddress &rawAddr, const std::vector<uint32_t> &attribtues, in OnGetElementAttributes() argument 145 OnGetElementAttributes(const std::string &addr, const std::vector<uint32_t> &attribtues, const std::vector<std::string> &values, uint8_t label) OnGetElementAttributes() argument
|
Completed in 13 milliseconds