/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/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 176 std::vector<std::string> folderNames {}; in OnSetBrowsedPlayerInner() local 183 folderNames.push_back(name); in OnSetBrowsedPlayerInner() 188 …stub->OnSetBrowsedPlayer(RawAddress(addr), uidCounter, numberOfItems, folderNames, result, detail); in OnSetBrowsedPlayerInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.h | 105 const std::vector<std::string> &folderNames, uint8_t label, int status) override; 574 const std::vector<std::string> &folderNames, uint8_t label, int status) override; 1272 std::vector<std::string> folderNames, uint8_t label, int status);
|
H A D | avrcp_tg_service.cpp | 62 const std::vector<std::string> &folderNames, uint8_t label, int status) in OnSetBrowsedPlayer() argument 70 service->OnSetBrowsedPlayer(rawAddr, uidCounter, numOfItems, folderNames, label, status); in OnSetBrowsedPlayer() 1122 std::vector<std::string> folderNames; in SetBrowsedPlayer() local 1123 …profile_->SendSetBrowsedPlayerRsp(rawAddr, 0x00, 0x00, folderNames, label, AVRC_ES_CODE_INTERNAL_E… in SetBrowsedPlayer() 1128 const std::vector<std::string> &folderNames, uint8_t label, int status) in OnSetBrowsedPlayer() argument 1147 folderNames, in OnSetBrowsedPlayer() 1154 std::vector<std::string> folderNames, uint8_t label, int status) in OnSetBrowsedPlayerNative() argument 1167 … profile_->SendSetBrowsedPlayerRsp(rawAddr, uidCounter, numOfItems, folderNames, label, status); in OnSetBrowsedPlayerNative()
|
H A D | avrcp_tg_browse.h | 175 const std::vector<std::string> &folderNames, uint8_t label);
|
H A D | avrcp_tg_browse.cpp | 109 const std::vector<std::string> &folderNames, uint8_t label) in AvrcTgSbpPacket() argument 121 folderNames_ = folderNames; in AvrcTgSbpPacket()
|
H A D | avrcp_tg_profile.h | 852 const std::vector<std::string> &folderNames, uint8_t label, int status);
|
H A D | avrcp_tg_profile.cpp | 1555 const std::vector<std::string> &folderNames, uint8_t label, int status) in SendSetBrowsedPlayerRsp() argument 1565 …rGetPeerMtu(cnManager->GetConnectId(rawAddr)), status, uidCounter, numOfItems, folderNames, label); in SendSetBrowsedPlayerRsp()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 77 const std::vector<std::string> &folderNames, int result, int detail) override in OnSetBrowsedPlayer() argument 79 impl_->OnSetBrowsedPlayer(rawAddr, uidCounter, numOfItems, folderNames, result, detail); in OnSetBrowsedPlayer() 349 const std::vector<std::string> &folderNames, int result, int detail) in OnSetBrowsedPlayer() 357 …[rawAddr, uidCounter, numOfItems, folderNames, result, detail](IBluetoothAvrcpCtObserver *observer… in OnSetBrowsedPlayer() 361 folderNames, in OnSetBrowsedPlayer()
|
/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_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 196 const std::vector<std::string> &folderNames, uint8_t label, int status) = 0;
|
H A D | interface_profile_avrcp_ct.h | 143 const std::vector<std::string> &folderNames, int result, int detail) = 0;
|
/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 142 if (!WriteParcelableStringVector(folderNames, data)) { in OnSetBrowsedPlayer()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 78 const std::vector<std::string> &folderNames, uint8_t label, int status) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 902 const std::vector<std::string> &folderNames, int result, int detail) const;
|
H A D | avrcp_ct_service.cpp | 832 const std::vector<std::string> &folderNames, int result, int detail) const in OnSetBrowsedPlayer() argument 836 folderNames.size(), result, detail); in OnSetBrowsedPlayer() 839 … myObserver_->OnSetBrowsedPlayer(rawAddr, uidCounter, numOfItems, folderNames, result, detail); in OnSetBrowsedPlayer()
|
H A D | avrcp_ct_profile.h | 245 const std::vector<std::string> &folderNames, int result, int detail)>
|
/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 101 folderNames, in OnSetBrowsedPlayer() 491 const std::vector<std::string> &folderNames, int result, int detail) in OnSetBrowsedPlayer()
|