/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 64 virtual int32_t GetTotalNumberOfItems(const RawAddress &device, int32_t scope) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 59 int32_t GetTotalNumberOfItems(const RawAddress &device, int32_t scope) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 59 virtual int32_t GetTotalNumberOfItems(const RawAddress &device, int32_t scope) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 1047 virtual int GetTotalNumberOfItems(const RawAddress &rawAddr, uint8_t scope) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 280 int GetTotalNumberOfItems(const std::string &addr, uint8_t scope, uint8_t label) in GetTotalNumberOfItems() function
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 960 int GetTotalNumberOfItems(const BluetoothRemoteDevice &device);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 551 int GetTotalNumberOfItems(const RawAddress &rawAddr, uint8_t scope) override;
|
H A D | avrcp_ct_service.cpp | 1813 int AvrcpCtService::GetTotalNumberOfItems(const RawAddress &rawAddr, uint8_t scope) in GetTotalNumberOfItems() function in OHOS::bluetooth::AvrcpCtService
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 629 int ret = profile_->GetTotalNumberOfItems(device);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 1183 int32_t BluetoothAvrcpCtServer::GetTotalNumberOfItems(const RawAddress &device, int32_t scope) in GetTotalNumberOfItems() function in OHOS::Bluetooth::BluetoothAvrcpCtServer 1189 …result = pimpl->service_->GetTotalNumberOfItems(BluetoothRawAddress(device), static_cast<uint8_t>(… in GetTotalNumberOfItems()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_stub.cpp | 421 int32_t result = GetTotalNumberOfItems(raw, scope); in GetTotalNumberOfItemsInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 666 int32_t BluetoothAvrcpCtProxy::GetTotalNumberOfItems(const RawAddress &device, int32_t scope) in GetTotalNumberOfItems() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.cpp | 447 std::bind(&AvrcpTgService::GetTotalNumberOfItems, this, _1, _2, _3), in AvrcpTgService() 1953 void AvrcpTgService::GetTotalNumberOfItems(const RawAddress &rawAddr, uint8_t scope, uint8_t label)… in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService 1955 …int result = stub::MediaService::GetInstance()->GetTotalNumberOfItems(rawAddr.GetAddress(), scope,… in GetPlayStatus()
|
H A D | avrcp_tg_service.h | 1662 void GetTotalNumberOfItems(const RawAddress &rawAddr, uint8_t scope, uint8_t label) const;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1511 int AvrcpController::GetTotalNumberOfItems(const BluetoothRemoteDevice &device) in GetTotalNumberOfItems() function in OHOS::Bluetooth::AvrcpController 1525 return proxy->GetTotalNumberOfItems(rawAddr, static_cast<int32_t>(scope)); in GetTotalNumberOfItems()
|