/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_a2dp_sink.h | 43 virtual int GetConnectStrategy(const RawAddress &device) = 0;
|
H A D | i_bluetooth_hfp_ag.h | 53 virtual int GetConnectStrategy(const BluetoothRawAddress &device, int &strategy) = 0;
|
H A D | i_bluetooth_hid_host.h | 50 virtual int32_t GetConnectStrategy(const BluetoothRawAddress &device, int &strategy) = 0;
|
H A D | i_bluetooth_a2dp_src.h | 43 virtual int GetConnectStrategy(const RawAddress &device, int &strategy) = 0;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_a2dp_snk.h | 160 int GetConnectStrategy(const BluetoothRemoteDevice &device) const;
|
H A D | bluetooth_hid_host.h | 141 int GetConnectStrategy(const BluetoothRemoteDevice &device, int &strategy) const;
|
H A D | bluetooth_a2dp_src.h | 251 int GetConnectStrategy(const BluetoothRemoteDevice &device, int &strategy) const;
|
H A D | bluetooth_hfp_ag.h | 323 int GetConnectStrategy(const BluetoothRemoteDevice &device, int &strategy) const;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_a2dp_sink_server.h | 43 int GetConnectStrategy(const RawAddress &device) override;
|
H A D | bluetooth_hfp_ag_server.h | 52 int GetConnectStrategy(const BluetoothRawAddress &device, int &strategy) override;
|
H A D | bluetooth_hid_host_server.h | 84 int32_t GetConnectStrategy(const BluetoothRawAddress &device, int &strategy) override;
|
H A D | bluetooth_a2dp_source_server.h | 43 int GetConnectStrategy(const RawAddress &device, int &strategy) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_a2dp_sink_proxy.h | 41 int GetConnectStrategy(const RawAddress &device) override;
|
H A D | bluetooth_hid_host_proxy.h | 45 int32_t GetConnectStrategy(const BluetoothRawAddress &device, int &strategy) override;
|
H A D | bluetooth_hfp_ag_proxy.h | 50 int GetConnectStrategy(const BluetoothRawAddress &device, int &strategy) override;
|
H A D | bluetooth_a2dp_src_proxy.h | 41 int GetConnectStrategy(const RawAddress &device, int &strategy) override;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hid_host.cpp | 183 int GetConnectStrategy(const BluetoothRemoteDevice &device, int &strategy) const in GetConnectStrategy() function 188 return proxy->GetConnectStrategy(BluetoothRawAddress(device.GetDeviceAddr()), strategy); in GetConnectStrategy() 307 int HidHost::GetConnectStrategy(const BluetoothRemoteDevice &device, int &strategy) const in GetConnectStrategy() function in OHOS::Bluetooth::HidHost 322 return pimpl->GetConnectStrategy(device, strategy); in GetConnectStrategy()
|
H A D | bluetooth_a2dp_snk.cpp | 294 int A2dpSink::GetConnectStrategy(const BluetoothRemoteDevice &device) const in GetConnectStrategy() function in OHOS::Bluetooth::A2dpSink 309 int ret = proxy->GetConnectStrategy(RawAddress(device.GetDeviceAddr())); in GetConnectStrategy()
|
H A D | bluetooth_hfp_ag.cpp | 325 int GetConnectStrategy(const BluetoothRemoteDevice &device, int &strategy) const in GetConnectStrategy() function 330 return proxy->GetConnectStrategy(BluetoothRawAddress(device.GetDeviceAddr()), strategy); in GetConnectStrategy() 666 int HandsFreeAudioGateway::GetConnectStrategy(const BluetoothRemoteDevice &device, int &strategy) const in GetConnectStrategy() function in OHOS::Bluetooth::HandsFreeAudioGateway 681 return pimpl->GetConnectStrategy(device, strategy); in GetConnectStrategy()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_a2dp_sink_server.cpp | 216 int BluetoothA2dpSinkServer::GetConnectStrategy(const RawAddress &device) in GetConnectStrategy() function in OHOS::Bluetooth::BluetoothA2dpSinkServer 219 return pimpl->a2dpSnkService_->GetConnectStrategy(device); in GetConnectStrategy()
|
H A D | bluetooth_a2dp_source_server.cpp | 287 int BluetoothA2dpSourceServer::GetConnectStrategy(const RawAddress &device, int &strategy) in GetConnectStrategy() function in OHOS::Bluetooth::BluetoothA2dpSourceServer 290 strategy = pimpl->a2dpSrcService_->GetConnectStrategy(device); in GetConnectStrategy()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_a2dp_src.h | 229 virtual int GetConnectStrategy(const RawAddress &device) const = 0;
|
/foundation/communication/bluetooth_service/test/unittest/a2dp/ |
H A D | a2dp_snk_test.cpp | 209 * @tc.name: GetConnectStrategy 218 EXPECT_EQ(profile_->GetConnectStrategy(device), 0); in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_a2dp_sink_proxy.cpp | 155 int BluetoothA2dpSinkProxy::GetConnectStrategy(const RawAddress &device) in GetConnectStrategy() function in OHOS::Bluetooth::BluetoothA2dpSinkProxy
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_a2dp_sink_stub.cpp | 194 int result = GetConnectStrategy(RawAddress(addr)); in GetConnectStrategyInner()
|