Searched refs:GetMeidaPlayerList (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 73 virtual int32_t GetMeidaPlayerList(const RawAddress &device, int32_t startItem, int32_t endItem) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 67 virtual int32_t GetMeidaPlayerList(const RawAddress &device, int32_t startItem, int32_t endItem) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 67 int32_t GetMeidaPlayerList(const RawAddress &device, int32_t startItem, int32_t endItem) override;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 930 int GetMeidaPlayerList(const BluetoothRemoteDevice &device, uint32_t startItem, uint32_t endItem);
|
/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 584 * @tc.name: GetMeidaPlayerList 593 int ret = profile_->GetMeidaPlayerList(device, 0, 1); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_stub.cpp | 512 int32_t result = GetMeidaPlayerList(raw, startItem, endItem); in GetMeidaPlayerListInner()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 855 int32_t BluetoothAvrcpCtProxy::GetMeidaPlayerList( in GetMeidaPlayerList() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy 860 HILOGE("[GetMeidaPlayerList] fail: write interface token failed."); in GetMeidaPlayerList() 865 HILOGE("[GetMeidaPlayerList] fail: write result failed"); in GetMeidaPlayerList() 870 HILOGE("[GetMeidaPlayerList] fail: write result failed"); in GetMeidaPlayerList() 875 HILOGE("[GetMeidaPlayerList] fail: write result failed"); in GetMeidaPlayerList() 884 HILOGE("BluetoothAvrcpCtProxy::GetMeidaPlayerList done fail, error: %{public}d", error); in GetMeidaPlayerList()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1492 int AvrcpController::GetMeidaPlayerList(const BluetoothRemoteDevice &device, uint32_t startItem, uint32_t endItem) in GetMeidaPlayerList() function in OHOS::Bluetooth::AvrcpController 1505 return proxy->GetMeidaPlayerList(rawAddr, static_cast<int32_t>(startItem), static_cast<int32_t>(endItem)); in GetMeidaPlayerList()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 1296 int32_t BluetoothAvrcpCtServer::GetMeidaPlayerList(const RawAddress &device, int32_t startItem, int32_t endItem) in GetMeidaPlayerList() function in OHOS::Bluetooth::BluetoothAvrcpCtServer
|
Completed in 10 milliseconds