Home
last modified time | relevance | path

Searched refs:GetMeidaPlayerList (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h73 virtual int32_t GetMeidaPlayerList(const RawAddress &device, int32_t startItem, int32_t endItem) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h67 virtual int32_t GetMeidaPlayerList(const RawAddress &device, int32_t startItem, int32_t endItem) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h67 int32_t GetMeidaPlayerList(const RawAddress &device, int32_t startItem, int32_t endItem) override;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h930 int GetMeidaPlayerList(const BluetoothRemoteDevice &device, uint32_t startItem, uint32_t endItem);
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp584 * @tc.name: GetMeidaPlayerList
593 int ret = profile_->GetMeidaPlayerList(device, 0, 1); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp512 int32_t result = GetMeidaPlayerList(raw, startItem, endItem); in GetMeidaPlayerListInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp855 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 Dbluetooth_avrcp_ct.cpp1492 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 Dbluetooth_avrcp_ct_server.cpp1296 int32_t BluetoothAvrcpCtServer::GetMeidaPlayerList(const RawAddress &device, int32_t startItem, int32_t endItem) in GetMeidaPlayerList() function in OHOS::Bluetooth::BluetoothAvrcpCtServer

Completed in 10 milliseconds