/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;
|
/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;
|
/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;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 423 * @brief Responds the data of the <b>GetTotalNumberOfItems</b>. 1047 virtual int GetTotalNumberOfItems(const RawAddress &rawAddr, uint8_t scope) = 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 in stub::MediaService
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 960 int GetTotalNumberOfItems(const BluetoothRemoteDevice &device);
|
/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; 1338 * @brief Responds the data of the <b>GetTotalNumberOfItems</b>.
|
H A D | avrcp_ct_service.cpp | 1813 int AvrcpCtService::GetTotalNumberOfItems(const RawAddress &rawAddr, uint8_t scope) in GetTotalNumberOfItems() function in OHOS::bluetooth::AvrcpCtService
|
/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 620 * @tc.name: GetTotalNumberOfItems 629 int ret = profile_->GetTotalNumberOfItems(device); in HWTEST_F()
|
/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()
|
/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) const in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService 1955 int result = stub::MediaService::GetInstance()->GetTotalNumberOfItems(rawAddr.GetAddress(), scope, label); in GetPlayStatus()
|
H A D | avrcp_tg_service.h | 306 * @brief Responds the data of the <b>GetTotalNumberOfItems</b>. 804 * @brief Responds the data of the <b>GetTotalNumberOfItems</b>. 1662 void GetTotalNumberOfItems(const RawAddress &rawAddr, uint8_t scope, uint8_t label) const; 1665 * @brief Responds the data of the <b>GetTotalNumberOfItems</b>.
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 663 int32_t BluetoothAvrcpCtProxy::GetTotalNumberOfItems(const RawAddress &device, int32_t scope) in GetTotalNumberOfItems() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy 667 HILOGE("[GetTotalNumberOfItems] fail: write interface token failed."); in GetTotalNumberOfItems() 672 HILOGE("[GetTotalNumberOfItems] fail: write result failed"); in GetTotalNumberOfItems() 677 HILOGE("[GetTotalNumberOfItems] fail: write result failed"); in GetTotalNumberOfItems() 686 HILOGE("BluetoothAvrcpCtProxy::GetTotalNumberOfItems done fail, error: %{public}d", error); in GetTotalNumberOfItems()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1508 int AvrcpController::GetTotalNumberOfItems(const BluetoothRemoteDevice &device) in GetTotalNumberOfItems() function in OHOS::Bluetooth::AvrcpController 1522 return proxy->GetTotalNumberOfItems(rawAddr, static_cast<int32_t>(scope)); in GetTotalNumberOfItems()
|
/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>(scope)); in GetTotalNumberOfItems()
|