Searched refs:myItems (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 519 std::vector<BluetoothAvrcpMpItem> myItems; in OnGetMediaPlayers() local 521 myItems.push_back(BluetoothAvrcpMpItem(items.at(i))); in OnGetMediaPlayers() 525 myItems, in OnGetMediaPlayers() 540 std::vector<BluetoothAvrcpMeItem> myItems; in OnGetFolderItems() local 542 myItems.push_back(BluetoothAvrcpMeItem(items.at(i))); in OnGetFolderItems() 546 myItems, in OnGetFolderItems()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 237 std::vector<AvrcMpItem> myItems; in OnGetMediaPlayers() local 247 myItems.push_back(myItem); in OnGetMediaPlayers() 251 …device, static_cast<uint32_t>(uidCounter), myItems, static_cast<int>(result), static_cast<int>(det… in OnGetMediaPlayers() 260 std::vector<AvrcMeItem> myItems; in OnGetFolderItems() local 270 myItems.push_back(myItem); in OnGetFolderItems() 273 …device, static_cast<uint32_t>(uidCounter), myItems, static_cast<int>(result), static_cast<int>(det… in OnGetFolderItems()
|