Searched refs:myItems (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 234 std::vector<AvrcMpItem> myItems; variable 244 myItems.push_back(myItem); 248 device, static_cast<uint32_t>(uidCounter), myItems, static_cast<int>(result), static_cast<int>(detail)); 257 std::vector<AvrcMeItem> myItems; variable 267 myItems.push_back(myItem); 270 device, static_cast<uint32_t>(uidCounter), myItems, static_cast<int>(result), static_cast<int>(detail));
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 519 std::vector<BluetoothAvrcpMpItem> myItems; in OnGetMediaPlayers() 521 myItems.push_back(BluetoothAvrcpMpItem(items.at(i))); in OnGetMediaPlayers() 525 myItems, in OnGetMediaPlayers() 540 std::vector<BluetoothAvrcpMeItem> myItems; in OnGetFolderItems() 542 myItems.push_back(BluetoothAvrcpMeItem(items.at(i))); in OnGetFolderItems() 546 myItems, in OnGetFolderItems()
|
Completed in 5 milliseconds