Home
last modified time | relevance | path

Searched refs:SetConnectStrategy (Results 1 - 25 of 39) sorted by relevance

12

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_sink.h42 virtual int SetConnectStrategy(const RawAddress &device, int32_t strategy) = 0;
H A Di_bluetooth_hfp_ag.h52 virtual int SetConnectStrategy(const BluetoothRawAddress &device, int strategy) = 0;
H A Di_bluetooth_hid_host.h49 virtual int32_t SetConnectStrategy(const BluetoothRawAddress &device, int strategy) = 0;
H A Di_bluetooth_a2dp_src.h42 virtual int SetConnectStrategy(const RawAddress &device, int32_t strategy) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_snk.h150 bool SetConnectStrategy(const BluetoothRemoteDevice &device, int strategy);
H A Dbluetooth_hid_host.h127 int SetConnectStrategy(const BluetoothRemoteDevice &device, int strategy);
H A Dbluetooth_a2dp_src.h237 int SetConnectStrategy(const BluetoothRemoteDevice &device, int strategy);
H A Dbluetooth_hfp_ag.h309 int SetConnectStrategy(const BluetoothRemoteDevice &device, int strategy);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_sink_server.h42 int SetConnectStrategy(const RawAddress &device, int strategy) override;
H A Dbluetooth_hfp_ag_server.h51 int SetConnectStrategy(const BluetoothRawAddress &device, int strategy) override;
H A Dbluetooth_hid_host_server.h83 int32_t SetConnectStrategy(const BluetoothRawAddress &device, int strategy) override;
H A Dbluetooth_a2dp_source_server.h42 int SetConnectStrategy(const RawAddress &device, int strategy) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_sink_proxy.h40 int SetConnectStrategy(const RawAddress &device, int32_t strategy) override;
H A Dbluetooth_hid_host_proxy.h44 int32_t SetConnectStrategy(const BluetoothRawAddress &device, int strategy) override;
H A Dbluetooth_hfp_ag_proxy.h49 int SetConnectStrategy(const BluetoothRawAddress &device, int strategy) override;
H A Dbluetooth_a2dp_src_proxy.h40 int SetConnectStrategy(const RawAddress &device, int32_t strategy) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hid_host.cpp175 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 Dbluetooth_a2dp_snk.cpp273 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 Dbluetooth_hfp_ag.cpp317 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 Dbluetooth_a2dp_sink_server.cpp206 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 Dbluetooth_a2dp_source_server.cpp277 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 Dinterface_profile_a2dp_src.h218 virtual int SetConnectStrategy(const RawAddress &device, int strategy) = 0;
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_snk_test.cpp225 * @tc.name: SetConnectStrategy
234 bool isOK = profile_->SetConnectStrategy(device,2); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_sink_proxy.cpp138 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 Dbluetooth_a2dp_sink_stub.cpp180 int result = SetConnectStrategy(RawAddress(addr), strategy); in SetConnectStrategyInner()

Completed in 11 milliseconds

12