Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp1037 std::vector<uint8_t> myValues; in SetPlayerAppSettingCurrentValue() local
1044 myValues.push_back(static_cast<uint8_t>(value)); in SetPlayerAppSettingCurrentValue()
1048 …pl->service_->SetPlayerAppSettingCurrentValue(BluetoothRawAddress(device), myAttributes, myValues); in SetPlayerAppSettingCurrentValue()
1085 std::vector<uint8_t> myValues; in GetPlayerAppSettingValueText() local
1088 myValues.push_back(static_cast<uint8_t>(value)); in GetPlayerAppSettingValueText()
1093 static_cast<uint8_t>(attributes), myValues); in GetPlayerAppSettingValueText()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1291 std::vector<int32_t> myValues; in SetPlayerAppSettingCurrentValue() local
1311 myValues.push_back(static_cast<int32_t>(value)); in SetPlayerAppSettingCurrentValue()
1316 result = proxy->SetPlayerAppSettingCurrentValue(rawAddr, myAttributes, myValues); in SetPlayerAppSettingCurrentValue()
1369 std::vector<int32_t> myValues; in GetPlayerApplicationSettingValueText() local
1379 myValues.push_back(static_cast<int32_t>(value)); in GetPlayerApplicationSettingValueText()
1382 …result = proxy->GetPlayerAppSettingValueText(rawAddr, static_cast<int32_t>(attributeId), myValues); in GetPlayerApplicationSettingValueText()