/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_ag.h | 147 int32_t GetConnectedDevices(std::vector<BluetoothRemoteDevice>& devices); 347 std::vector<BluetoothRemoteDevice> GetConnectedDevices() const;
|
H A D | bluetooth_gatt_manager.h | 71 std::vector<BluetoothRemoteDevice> GetConnectedDevices();
|
H A D | bluetooth_avrcp_tg.h | 125 std::vector<BluetoothRemoteDevice> GetConnectedDevices(void);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_ag.cpp | 117 int32_t GetConnectedDevices(std::vector<BluetoothRemoteDevice>& devices) in GetConnectedDevices() function 433 std::vector<BluetoothRemoteDevice> HandsFreeAudioGateway::GetConnectedDevices() const in GetConnectedDevices() function in OHOS::Bluetooth::HandsFreeAudioGateway 443 pimpl->GetConnectedDevices(devices); in GetConnectedDevices() 447 int32_t HandsFreeAudioGateway::GetConnectedDevices(std::vector<BluetoothRemoteDevice> &devices) in GetConnectedDevices() function in OHOS::Bluetooth::HandsFreeAudioGateway 457 return pimpl->GetConnectedDevices(devices); in GetConnectedDevices()
|
H A D | bluetooth_gatt_manager.cpp | 101 std::vector<BluetoothRemoteDevice> GattManager::GetConnectedDevices() in GetConnectedDevices() function in OHOS::Bluetooth::GattManager
|
H A D | bluetooth_avrcp_tg.cpp | 187 std::vector<BluetoothRemoteDevice> AvrcpTarget::GetConnectedDevices(void) in GetConnectedDevices() function in OHOS::Bluetooth::AvrcpTarget 198 std::vector<BluetoothRawAddress> rawAddrs = proxy->GetConnectedDevices(); in GetConnectedDevices()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_map_mse.h | 34 static napi_value GetConnectedDevices(napi_env env, napi_callback_info info);
|
H A D | napi_bluetooth_pan.h | 39 static napi_value GetConnectedDevices(napi_env env, napi_callback_info info);
|
H A D | napi_bluetooth_pbap_pse.h | 36 static napi_value GetConnectedDevices(napi_env env, napi_callback_info info);
|
H A D | napi_bluetooth_a2dp_src.h | 85 static napi_value GetConnectedDevices(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_tg.h | 34 virtual std::vector<BluetoothRawAddress> GetConnectedDevices() = 0;
|
H A D | i_bluetooth_avrcp_ct.h | 37 virtual std::vector<RawAddress> GetConnectedDevices() = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_tg_server.h | 39 std::vector<BluetoothRawAddress> GetConnectedDevices() override;
|
H A D | bluetooth_avrcp_ct_server.h | 32 virtual std::vector<RawAddress> GetConnectedDevices() override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/map/ |
H A D | napi_bluetooth_map_mse.cpp | 44 DECLARE_NAPI_FUNCTION("getConnectedDevices", GetConnectedDevices), in DefineMapMseJSClass() 107 napi_value NapiMapMse::GetConnectedDevices(napi_env env, napi_callback_info info) in GetConnectedDevices() function in OHOS::Bluetooth::NapiMapMse
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_tg_proxy.h | 34 std::vector<BluetoothRawAddress> GetConnectedDevices() override;
|
H A D | bluetooth_avrcp_ct_proxy.h | 32 std::vector<RawAddress> GetConnectedDevices() override;
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_manager_test.cpp | 148 EXPECT_EQ((int)test.GetConnectedDevices().size(), 0);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_tg_server.cpp | 243 std::vector<BluetoothRawAddress> BluetoothAvrcpTgServer::GetConnectedDevices() in GetConnectedDevices() function in OHOS::Bluetooth::BluetoothAvrcpTgServer 253 devices = pimpl->service_->GetConnectedDevices(); in GetConnectedDevices()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pan/ |
H A D | napi_bluetooth_pan.cpp | 60 DECLARE_NAPI_FUNCTION("getConnectedDevices", NapiBluetoothPan::GetConnectedDevices), in DefinePanJSClass() 190 napi_value NapiBluetoothPan::GetConnectedDevices(napi_env env, napi_callback_info info) in GetConnectedDevices() function in OHOS::Bluetooth::NapiBluetoothPan
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/pbap/ |
H A D | pbap_server_test.cpp | 127 vector<BluetoothRemoteDevice> devices = profile_->GetConnectedDevices();
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/map/ |
H A D | map_mse_test.cpp | 153 vector<BluetoothRemoteDevice> devices = profile_->GetConnectedDevices();
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/ |
H A D | napi_bluetooth_pbap_pse.cpp | 51 DECLARE_NAPI_FUNCTION("getConnectedDevices", GetConnectedDevices), in DefinePbapServerJSClass() 139 napi_value NapiPbapServer::GetConnectedDevices(napi_env env, napi_callback_info info) in GetConnectedDevices() function in OHOS::Bluetooth::NapiPbapServer
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.h | 107 std::vector<RawAddress> GetConnectedDevices() const;
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/avrcp/ |
H A D | avrcp_tg_test.cpp | 99 vector<BluetoothRemoteDevice> devices = profile_->GetConnectedDevices();
|