Searched refs:ChangePath (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 332 * @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 D | media_service.h | 263 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 D | bluetooth_avrcp_ct.h | 890 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 D | avrcp_ct_service.h | 500 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 D | avrcp_ct_service.cpp | 1622 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 D | avrcp_ct_test.cpp | 548 * @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 D | avrcp_tg_service.cpp | 444 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 D | avrcp_tg_service.h | 235 * @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 D | bluetooth_avrcp_ct.cpp | 1626 int AvrcpController::ChangePath( in ChangePath() function in OHOS::Bluetooth::AvrcpController
|
Completed in 18 milliseconds