Home
last modified time | relevance | path

Searched defs:numOfItems (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_browse.cpp108 …gSbpPacket::AvrcTgSbpPacket(uint16_t mtu, uint8_t status, uint16_t uidCounter, uint32_t numOfItems, in AvrcTgSbpPacket()
229 AvrcTgCpPacket::AvrcTgCpPacket(uint8_t status, uint32_t numOfItems, uint8_t label) in AvrcTgCpPacket()
933 AvrcTgGtnoiPacket::AvrcTgGtnoiPacket(uint8_t status, uint16_t uidCounter, uint32_t numOfItems, uint… in AvrcTgGtnoiPacket()
H A Davrcp_tg_service.cpp61 …ObserverImpl::OnSetBrowsedPlayer(const std::string &addr, uint16_t uidCounter, uint32_t numOfItems, in OnSetBrowsedPlayer()
190 void AvrcpTgService::ObserverImpl::OnChangePath(const std::string &addr, uint32_t numOfItems, uint8… in OnChangePath()
257 const std::string &addr, uint16_t uidCounter, uint32_t numOfItems, uint8_t label, int status) in OnGetTotalNumberOfItems()
1127 …pTgService::OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems, in OnSetBrowsedPlayer()
1153 …cpTgService::OnSetBrowsedPlayerNative(RawAddress rawAddr, uint16_t uidCounter, uint32_t numOfItems, in OnSetBrowsedPlayerNative()
1771 void AvrcpTgService::OnChangePath(const RawAddress &rawAddr, uint32_t numOfItems, uint8_t label, in… in GetPlayStatus()
1791 void AvrcpTgService::OnChangePathNative(RawAddress rawAddr, uint32_t numOfItems, uint8_t label, int… in GetPlayStatus()
1962 const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems, uint8_t label, int status) in GetPlayStatus()
1983 RawAddress rawAddr, uint16_t uidCounter, uint32_t numOfItems, uint8_t label, int status) in GetPlayStatus()
H A Davrcp_tg_profile.cpp1554 …ofile::SendSetBrowsedPlayerRsp(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems, in SendSetBrowsedPlayerRsp()
1586 void AvrcTgProfile::SendChangePathRsp(const RawAddress &rawAddr, uint32_t numOfItems, uint8_t label… in SendChangePathRsp()
1694 const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems, uint8_t label, int status) in SendGetTotalNumberOfItemsRsp()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h309 TotalNumberOfItems(uint16_t uidCounter, uint32_t numOfItems) in TotalNumberOfItems()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp76 void OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems, in OnSetBrowsedPlayer()
145 … void OnChangePath(const RawAddress &rawAddr, uint32_t numOfItems, int result, int detail) override in OnChangePath()
169 …const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems, int result, int detail) overr… in OnGetTotalNumberOfItems()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.cpp831 …pCtService::OnSetBrowsedPlayer(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems, in OnSetBrowsedPlayer()
1670 void AvrcpCtService::OnChangePath(const RawAddress &rawAddr, uint32_t numOfItems, int result, int d… in OnChangePath()
1862 … const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems, int result, int detail) const in OnGetTotalNumberOfItems()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp423 uint32_t numOfItems = data.ReadUint32(); in OnGetTotalNumberOfItemsInner() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp568 uint16_t uidCounter, uint32_t numOfItems, int result, int detail) in OnGetTotalNumberOfItems()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp291 … void OnGetTotalNumberOfItems(const RawAddress &rawAddr, uint16_t uidCounter, uint32_t numOfItems, in OnGetTotalNumberOfItems()