Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds