Home
last modified time | relevance | path

Searched refs:PlayerGettingText (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h150 class PlayerGettingText {
152PlayerGettingText(const std::vector<uint8_t> &attributes, const std::vector<std::string> &attrStr) in PlayerGettingText() function
155 ~PlayerGettingText() in ~PlayerGettingText()
164 PlayerGettingText() = delete;
388 std::unique_ptr<PlayerGettingText> playerText_ {nullptr};
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp586 … resp.playerText_ = std::make_unique<AvrcpCtResponse::PlayerGettingText>(attributes, valueName); in OnGetPlayerAppSettingAttributeText()
600 … resp.playerText_ = std::make_unique<AvrcpCtResponse::PlayerGettingText>(values, valueName); in OnGetPlayerAppSettingValueText()