/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 65 virtual int32_t SetAbsoluteVolume(const RawAddress &device, int32_t volume) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 60 virtual int32_t SetAbsoluteVolume(const RawAddress &device, int32_t volume) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 60 int32_t SetAbsoluteVolume(const RawAddress &device, int32_t volume) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 444 * @brief Responds the data of the <b>SetAbsoluteVolume</b>. 1066 virtual int SetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 289 int SetAbsoluteVolume(const std::string &addr, uint8_t volume, uint8_t label) in SetAbsoluteVolume() function in stub::MediaService
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 978 int SetAbsoluteVolume(const BluetoothRemoteDevice &device, uint8_t volume);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 568 int SetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume) override; 1369 * @brief Responds the data of the <b>SetAbsoluteVolume</b>.
|
H A D | avrcp_ct_service.cpp | 1878 int AvrcpCtService::SetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume) in SetAbsoluteVolume() function in OHOS::bluetooth::AvrcpCtService
|
/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_ct_test.cpp | 637 * @tc.name: SetAbsoluteVolume 646 int ret = profile_->SetAbsoluteVolume(device, 0); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_stub.cpp | 431 int32_t result = SetAbsoluteVolume(raw, volume); in SetAbsoluteVolumeInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.cpp | 450 std::bind(&AvrcpTgService::SetAbsoluteVolume, this, _1, _2, _3), in AvrcpTgService() 2004 void AvrcpTgService::SetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, uint8_t label) const in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService 2007 int result = stub::MediaService::GetInstance()->SetAbsoluteVolume(rawAddr.GetAddress(), volume, label); in GetPlayStatus()
|
H A D | avrcp_tg_service.h | 322 * @brief Responds the data of the <b>SetAbsoluteVolume</b>. 825 * @brief Responds the data of the <b>SetAbsoluteVolume</b>. 1691 void SetAbsoluteVolume(const RawAddress &rawAddr, uint8_t volume, uint8_t label) const; 1694 * @brief Responds the data of the <b>SetAbsoluteVolume</b>.
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 692 int32_t BluetoothAvrcpCtProxy::SetAbsoluteVolume(const RawAddress &device, int32_t volume) in SetAbsoluteVolume() function in OHOS::Bluetooth::BluetoothAvrcpCtProxy 696 HILOGE("[SetAbsoluteVolume] fail: write interface token failed."); in SetAbsoluteVolume() 701 HILOGE("[SetAbsoluteVolume] fail: write result failed"); in SetAbsoluteVolume() 706 HILOGE("[SetAbsoluteVolume] fail: write result failed"); in SetAbsoluteVolume() 715 HILOGE("BluetoothAvrcpCtProxy::SetAbsoluteVolume done fail, error: %{public}d", error); in SetAbsoluteVolume()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1529 int AvrcpController::SetAbsoluteVolume(const BluetoothRemoteDevice &device, uint8_t volume) in SetAbsoluteVolume() function in OHOS::Bluetooth::AvrcpController 1542 return proxy->SetAbsoluteVolume(rawAddr, static_cast<int32_t>(volume)); in SetAbsoluteVolume()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 1198 int32_t BluetoothAvrcpCtServer::SetAbsoluteVolume(const RawAddress &device, int32_t volume) in SetAbsoluteVolume() function in OHOS::Bluetooth::BluetoothAvrcpCtServer 1204 result = pimpl->service_->SetAbsoluteVolume(BluetoothRawAddress(device), static_cast<uint8_t>(volume)); in SetAbsoluteVolume()
|