Home
last modified time | relevance | path

Searched refs:ChangePath (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h332 * @brief Responds the data of the <b>ChangePath</b>.
990 virtual int ChangePath(const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h263 int ChangePath(const std::string &addr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid, uint8_t label) in ChangePath() function in stub::MediaService
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h890 int ChangePath(const BluetoothRemoteDevice &device, uint16_t uidCounter, uint16_t direction, uint64_t folderUid);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h500 int ChangePath(const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid) override;
1237 * @brief Responds the data of the <b>ChangePath</b>.
H A Davrcp_ct_service.cpp1622 int AvrcpCtService::ChangePath(const RawAddress &rawAddr, uint16_t uidCounter, uint8_t direction, uint64_t folderUid) in ChangePath() function in OHOS::bluetooth::AvrcpCtService
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_ct_test.cpp548 * @tc.name: ChangePath
557 int ret = profile_->ChangePath(device, 0, 0, 0); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp444 std::bind(&AvrcpTgService::ChangePath, this, _1, _2, _3, _4, _5), in AvrcpTgService()
1759 void AvrcpTgService::ChangePath( in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
1765 stub::MediaService::GetInstance()->ChangePath(rawAddr.GetAddress(), uidCounter, direction, folderUid, label); in GetPlayStatus()
H A Davrcp_tg_service.h235 * @brief Responds the data of the <b>ChangePath</b>.
729 * @brief Responds the data of the <b>ChangePath</b>.
1543 void ChangePath(
1547 * @brief Responds the data of the <b>ChangePath</b>.
1671 * @param[in] response The response of calling the <b>ChangePath</b>.<br>
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1626 int AvrcpController::ChangePath( in ChangePath() function in OHOS::Bluetooth::AvrcpController

Completed in 23 milliseconds