/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_a2dp_src.h | 48 virtual int SetCodecPreference(const RawAddress &device, const BluetoothA2dpCodecInfo &info) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_a2dp_src.h | 258 virtual int SetCodecPreference(const RawAddress &device, const A2dpSrcCodecInfo &info) = 0;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_a2dp_src.h | 280 int SetCodecPreference(const BluetoothRemoteDevice &device, const A2dpCodecInfo &info);
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_a2dp_source_server.h | 48 int SetCodecPreference(const RawAddress &device, const BluetoothA2dpCodecInfo &info) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_a2dp_src_proxy.h | 46 int SetCodecPreference(const RawAddress &device, const BluetoothA2dpCodecInfo &info) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_a2dp_source_server.cpp | 359 int BluetoothA2dpSourceServer::SetCodecPreference(const RawAddress &device, const BluetoothA2dpCodecInfo &info) in SetCodecPreference() function in OHOS::Bluetooth::BluetoothA2dpSourceServer 361 HILOGI("BluetoothA2dpSourceServer::SetCodecPreference starts, codecPriority = %{public}u," in SetCodecPreference() 380 return pimpl->a2dpSrcService_->SetCodecPreference(device, setInfo); in SetCodecPreference()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service.h | 330 int SetCodecPreference(const RawAddress &device, const A2dpSrcCodecInfo &info) override;
|
H A D | a2dp_service.cpp | 752 int A2dpService::SetCodecPreference(const RawAddress &device, const A2dpSrcCodecInfo &info) in SetCodecPreference() function in OHOS::bluetooth::A2dpService
|
/foundation/communication/bluetooth_service/test/unittest/a2dp/ |
H A D | a2dp_src_test.cpp | 290 * @tc.name: SetCodecPreference 309 EXPECT_EQ(profile_->SetCodecPreference(device, info), 0); in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_a2dp_src.cpp | 447 int A2dpSource::SetCodecPreference(const BluetoothRemoteDevice &device, const A2dpCodecInfo &info) in SetCodecPreference() function in OHOS::Bluetooth::A2dpSource 473 return proxy->SetCodecPreference(RawAddress(device.GetDeviceAddr()), serviceInfo); in SetCodecPreference()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_a2dp_src_stub.cpp | 320 int result = SetCodecPreference(RawAddress(addr), *info); in SetCodecPreferenceInner()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_a2dp_src_proxy.cpp | 266 int BluetoothA2dpSrcProxy::SetCodecPreference(const RawAddress &device, const BluetoothA2dpCodecInfo &info) in SetCodecPreference() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy
|
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/ |
H A D | napi_bluetooth_a2dp_src.cpp | 658 int32_t errorCode = profile->SetCodecPreference(remoteDevice, a2dpCodecInfo); in SetCurrentCodecInfo()
|