/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_a2dp_sink.h | 42 virtual int SetConnectStrategy(const RawAddress &device, int32_t strategy) = 0;
|
H A D | i_bluetooth_hfp_ag.h | 52 virtual int SetConnectStrategy(const BluetoothRawAddress &device, int strategy) = 0;
|
H A D | i_bluetooth_hid_host.h | 49 virtual int32_t SetConnectStrategy(const BluetoothRawAddress &device, int strategy) = 0;
|
H A D | i_bluetooth_a2dp_src.h | 42 virtual int SetConnectStrategy(const RawAddress &device, int32_t strategy) = 0;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_a2dp_snk.h | 150 bool SetConnectStrategy(const BluetoothRemoteDevice &device, int strategy);
|
H A D | bluetooth_hid_host.h | 127 int SetConnectStrategy(const BluetoothRemoteDevice &device, int strategy);
|
H A D | bluetooth_a2dp_src.h | 237 int SetConnectStrategy(const BluetoothRemoteDevice &device, int strategy);
|
H A D | bluetooth_hfp_ag.h | 309 int SetConnectStrategy(const BluetoothRemoteDevice &device, int strategy);
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_a2dp_sink_server.h | 42 int SetConnectStrategy(const RawAddress &device, int strategy) override;
|
H A D | bluetooth_hfp_ag_server.h | 51 int SetConnectStrategy(const BluetoothRawAddress &device, int strategy) override;
|
H A D | bluetooth_hid_host_server.h | 83 int32_t SetConnectStrategy(const BluetoothRawAddress &device, int strategy) override;
|
H A D | bluetooth_a2dp_source_server.h | 42 int SetConnectStrategy(const RawAddress &device, int strategy) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_a2dp_sink_proxy.h | 40 int SetConnectStrategy(const RawAddress &device, int32_t strategy) override;
|
H A D | bluetooth_hid_host_proxy.h | 44 int32_t SetConnectStrategy(const BluetoothRawAddress &device, int strategy) override;
|
H A D | bluetooth_hfp_ag_proxy.h | 49 int SetConnectStrategy(const BluetoothRawAddress &device, int strategy) override;
|
H A D | bluetooth_a2dp_src_proxy.h | 40 int SetConnectStrategy(const RawAddress &device, int32_t strategy) override;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hid_host.cpp | 175 int SetConnectStrategy(const BluetoothRemoteDevice &device, int strategy) in SetConnectStrategy() function 180 return proxy->SetConnectStrategy(BluetoothRawAddress(device.GetDeviceAddr()), strategy); in SetConnectStrategy() 287 int HidHost::SetConnectStrategy(const BluetoothRemoteDevice &device, int strategy) in SetConnectStrategy() function in OHOS::Bluetooth::HidHost 304 return pimpl->SetConnectStrategy(device, strategy); in SetConnectStrategy()
|
H A D | bluetooth_a2dp_snk.cpp | 273 bool A2dpSink::SetConnectStrategy(const BluetoothRemoteDevice &device, int strategy) in SetConnectStrategy() function in OHOS::Bluetooth::A2dpSink 290 int ret = proxy->SetConnectStrategy(RawAddress(device.GetDeviceAddr()), strategy); in SetConnectStrategy()
|
H A D | bluetooth_hfp_ag.cpp | 317 int SetConnectStrategy(const BluetoothRemoteDevice &device, int strategy) in SetConnectStrategy() function 322 return proxy->SetConnectStrategy(BluetoothRawAddress(device.GetDeviceAddr()), strategy); in SetConnectStrategy() 646 int HandsFreeAudioGateway::SetConnectStrategy(const BluetoothRemoteDevice &device, int strategy) in SetConnectStrategy() function in OHOS::Bluetooth::HandsFreeAudioGateway 663 return pimpl->SetConnectStrategy(device, strategy); in SetConnectStrategy()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_a2dp_sink_server.cpp | 206 int BluetoothA2dpSinkServer::SetConnectStrategy(const RawAddress &device, int strategy) in SetConnectStrategy() function in OHOS::Bluetooth::BluetoothA2dpSinkServer 213 return pimpl->a2dpSnkService_->SetConnectStrategy(device, strategy); in SetConnectStrategy()
|
H A D | bluetooth_a2dp_source_server.cpp | 277 int BluetoothA2dpSourceServer::SetConnectStrategy(const RawAddress &device, int strategy) in SetConnectStrategy() function in OHOS::Bluetooth::BluetoothA2dpSourceServer 284 return pimpl->a2dpSrcService_->SetConnectStrategy(device, strategy); in SetConnectStrategy()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_a2dp_src.h | 218 virtual int SetConnectStrategy(const RawAddress &device, int strategy) = 0;
|
/foundation/communication/bluetooth_service/test/unittest/a2dp/ |
H A D | a2dp_snk_test.cpp | 225 * @tc.name: SetConnectStrategy 234 bool isOK = profile_->SetConnectStrategy(device,2); in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_a2dp_sink_proxy.cpp | 138 int BluetoothA2dpSinkProxy::SetConnectStrategy(const RawAddress &device, int32_t strategy) in SetConnectStrategy() function in OHOS::Bluetooth::BluetoothA2dpSinkProxy
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_a2dp_sink_stub.cpp | 180 int result = SetConnectStrategy(RawAddress(addr), strategy); in SetConnectStrategyInner()
|