Home
last modified time | relevance | path

Searched refs:GetFolderItems (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h62 virtual int32_t GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem,
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h57 int32_t GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h57 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 Dinterface_profile_avrcp_ct.h1012 …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 Dmedia_service.h268 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 Dbluetooth_avrcp_ct_server.cpp1158 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 Dbluetooth_avrcp_ct.h910 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 Davrcp_ct_service.h520 … int GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem,
H A Davrcp_ct_service.cpp1682 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 Davrcp_ct_test.cpp576 int ret = profile_->GetFolderItems(device, 0, 1, attributes);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp411 int32_t result = GetFolderItems(raw, startItem, endItem, attributes); in GetFolderItemsInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp626 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 Davrcp_tg_service.cpp445 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 Davrcp_tg_service.h1582 …void GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem,
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1454 int AvrcpController::GetFolderItems( in GetFolderItems() function in OHOS::Bluetooth::AvrcpController
1488 result = proxy->GetFolderItems( in GetFolderItems()