Home
last modified time | relevance | path

Searched refs:folderNames (Results 1 – 18 of 18) 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/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp176 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 Davrcp_tg_service.h105 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 Davrcp_tg_service.cpp62 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 Davrcp_tg_browse.h175 const std::vector<std::string> &folderNames, uint8_t label);
H A Davrcp_tg_browse.cpp109 const std::vector<std::string> &folderNames, uint8_t label) in AvrcTgSbpPacket() argument
121 folderNames_ = folderNames; in AvrcTgSbpPacket()
H A Davrcp_tg_profile.h852 const std::vector<std::string> &folderNames, uint8_t label, int status);
H A Davrcp_tg_profile.cpp1555 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 Dbluetooth_avrcp_ct_server.cpp77 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 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_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h196 const std::vector<std::string> &folderNames, uint8_t label, int status) = 0;
H A Dinterface_profile_avrcp_ct.h143 const std::vector<std::string> &folderNames, int result, int detail) = 0;
/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
142 if (!WriteParcelableStringVector(folderNames, data)) { in OnSetBrowsedPlayer()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h78 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 Davrcp_ct_service.h902 const std::vector<std::string> &folderNames, int result, int detail) const;
H A Davrcp_ct_service.cpp832 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 Davrcp_ct_profile.h245 const std::vector<std::string> &folderNames, int result, int detail)>
/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
101 folderNames, in OnSetBrowsedPlayer()
491 const std::vector<std::string> &folderNames, int result, int detail) in OnSetBrowsedPlayer()