Home
last modified time | relevance | path

Searched refs:numberOfItems (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h39 … uint32_t numberOfItems, const std::vector<std::string> &folderNames, int result, int detail) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h35 …uint32_t numberOfItems, const std::vector<std::string> &folderNames, int result, int detail) overr…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp175 uint32_t numberOfItems = data.ReadUint32(); in OnSetBrowsedPlayerInner() local
188 …stub->OnSetBrowsedPlayer(RawAddress(addr), uidCounter, numberOfItems, folderNames, result, detail); in OnSetBrowsedPlayerInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp119 uint32_t numberOfItems, const std::vector<std::string> &folderNames, int result, int detail) in OnSetBrowsedPlayer() argument
137 if (!data.WriteUint32(numberOfItems)) { in OnSetBrowsedPlayer()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp91 …uint32_t numberOfItems, const std::vector<std::string> &folderNames, int result, int detail) overr… in OnSetBrowsedPlayer() argument
100 static_cast<uint32_t>(numberOfItems), in OnSetBrowsedPlayer()