Home
last modified time | relevance | path

Searched refs:GetConnectStrategy (Results 1 - 25 of 38) sorted by relevance

12

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_sink.h43 virtual int GetConnectStrategy(const RawAddress &device) = 0;
H A Di_bluetooth_hfp_ag.h53 virtual int GetConnectStrategy(const BluetoothRawAddress &device, int &strategy) = 0;
H A Di_bluetooth_hid_host.h50 virtual int32_t GetConnectStrategy(const BluetoothRawAddress &device, int &strategy) = 0;
H A Di_bluetooth_a2dp_src.h43 virtual int GetConnectStrategy(const RawAddress &device, int &strategy) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_snk.h160 int GetConnectStrategy(const BluetoothRemoteDevice &device) const;
H A Dbluetooth_hid_host.h141 int GetConnectStrategy(const BluetoothRemoteDevice &device, int &strategy) const;
H A Dbluetooth_a2dp_src.h251 int GetConnectStrategy(const BluetoothRemoteDevice &device, int &strategy) const;
H A Dbluetooth_hfp_ag.h323 int GetConnectStrategy(const BluetoothRemoteDevice &device, int &strategy) const;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_sink_server.h43 int GetConnectStrategy(const RawAddress &device) override;
H A Dbluetooth_hfp_ag_server.h52 int GetConnectStrategy(const BluetoothRawAddress &device, int &strategy) override;
H A Dbluetooth_hid_host_server.h84 int32_t GetConnectStrategy(const BluetoothRawAddress &device, int &strategy) override;
H A Dbluetooth_a2dp_source_server.h43 int GetConnectStrategy(const RawAddress &device, int &strategy) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_sink_proxy.h41 int GetConnectStrategy(const RawAddress &device) override;
H A Dbluetooth_hid_host_proxy.h45 int32_t GetConnectStrategy(const BluetoothRawAddress &device, int &strategy) override;
H A Dbluetooth_hfp_ag_proxy.h50 int GetConnectStrategy(const BluetoothRawAddress &device, int &strategy) override;
H A Dbluetooth_a2dp_src_proxy.h41 int GetConnectStrategy(const RawAddress &device, int &strategy) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hid_host.cpp183 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 Dbluetooth_a2dp_snk.cpp294 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 Dbluetooth_hfp_ag.cpp325 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 Dbluetooth_a2dp_sink_server.cpp216 int BluetoothA2dpSinkServer::GetConnectStrategy(const RawAddress &device) in GetConnectStrategy() function in OHOS::Bluetooth::BluetoothA2dpSinkServer
219 return pimpl->a2dpSnkService_->GetConnectStrategy(device); in GetConnectStrategy()
H A Dbluetooth_a2dp_source_server.cpp287 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 Dinterface_profile_a2dp_src.h229 virtual int GetConnectStrategy(const RawAddress &device) const = 0;
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_snk_test.cpp209 * @tc.name: GetConnectStrategy
218 EXPECT_EQ(profile_->GetConnectStrategy(device), 0); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_sink_proxy.cpp155 int BluetoothA2dpSinkProxy::GetConnectStrategy(const RawAddress &device) in GetConnectStrategy() function in OHOS::Bluetooth::BluetoothA2dpSinkProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_a2dp_sink_stub.cpp194 int result = GetConnectStrategy(RawAddress(addr)); in GetConnectStrategyInner()

Completed in 11 milliseconds

12