Searched refs:numberOfItems (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 39 … 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 D | bluetooth_avrcp_ct_observer_proxy.h | 35 …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 D | bluetooth_avrcp_ct_observer_stub.cpp | 175 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 D | bluetooth_avrcp_ct_observer_proxy.cpp | 119 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 D | bluetooth_avrcp_ct.cpp | 91 …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()
|