/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 62 virtual int32_t GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem,
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 57 int32_t GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 57 virtual int32_t GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 1012 …virtual int GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t …
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 268 int GetFolderItems(const std::string &addr, uint8_t scope, uint32_t startItem, uint32_t endItem, in GetFolderItems() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 1158 int32_t BluetoothAvrcpCtServer::GetFolderItems(const RawAddress &device, int32_t startItem, int32_t… in GetFolderItems() function in OHOS::Bluetooth::BluetoothAvrcpCtServer 1170 result = pimpl->service_->GetFolderItems(BluetoothRawAddress(device), in GetFolderItems() 1304 result = pimpl->service_->GetFolderItems(BluetoothRawAddress(device), in GetMeidaPlayerList()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 910 int GetFolderItems(const BluetoothRemoteDevice &device, uint32_t startItem, uint32_t endItem,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 520 … int GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem,
|
H A D | avrcp_ct_service.cpp | 1682 int AvrcpCtService::GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, ui… in GetFolderItems() function in OHOS::bluetooth::AvrcpCtService
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 576 int ret = profile_->GetFolderItems(device, 0, 1, attributes);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_stub.cpp | 411 int32_t result = GetFolderItems(raw, startItem, endItem, attributes); in GetFolderItemsInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 626 int32_t BluetoothAvrcpCtProxy::GetFolderItems(const RawAddress &device, int32_t startItem, int32_t … in GetFolderItems() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.cpp | 445 std::bind(&AvrcpTgService::GetFolderItems, this, _1, _2, _3, _4, _5, _6), in AvrcpTgService() 1808 void AvrcpTgService::GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, u… in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService 1813 int result = stub::MediaService::GetInstance()->GetFolderItems( in GetPlayStatus()
|
H A D | avrcp_tg_service.h | 1582 …void GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem,
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1454 int AvrcpController::GetFolderItems( in GetFolderItems() function in OHOS::Bluetooth::AvrcpController 1488 result = proxy->GetFolderItems( in GetFolderItems()
|