Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h64 virtual int32_t GetTotalNumberOfItems(const RawAddress &device, int32_t scope) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h59 int32_t GetTotalNumberOfItems(const RawAddress &device, int32_t scope) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h59 virtual int32_t GetTotalNumberOfItems(const RawAddress &device, int32_t scope) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h1047 virtual int GetTotalNumberOfItems(const RawAddress &rawAddr, uint8_t scope) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h280 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 Dbluetooth_avrcp_ct.h960 int GetTotalNumberOfItems(const BluetoothRemoteDevice &device);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h551 int GetTotalNumberOfItems(const RawAddress &rawAddr, uint8_t scope) override;
H A Davrcp_ct_service.cpp1813 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 Davrcp_ct_test.cpp629 int ret = profile_->GetTotalNumberOfItems(device);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp1183 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 Dbluetooth_avrcp_ct_stub.cpp421 int32_t result = GetTotalNumberOfItems(raw, scope); in GetTotalNumberOfItemsInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp666 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 Davrcp_tg_service.cpp447 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 Davrcp_tg_service.h1662 void GetTotalNumberOfItems(const RawAddress &rawAddr, uint8_t scope, uint8_t label) const;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1511 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()