/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_manager.h | 71 std::vector<BluetoothRemoteDevice> GetConnectedDevices();
|
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_avrcp_tg.h | 125 std::vector<BluetoothRemoteDevice> GetConnectedDevices(void);
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
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_pan.h | 39 static napi_value GetConnectedDevices(napi_env env, napi_callback_info info);
|
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_a2dp_src.h | 85 static napi_value GetConnectedDevices(napi_env env, napi_callback_info info);
|
/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;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_manager.cpp | 97 std::vector<BluetoothRemoteDevice> GattManager::GetConnectedDevices() in GetConnectedDevices() function in OHOS::Bluetooth::GattManager
|
H A D | bluetooth_hfp_ag.cpp | 114 int32_t GetConnectedDevices(std::vector<BluetoothRemoteDevice>& devices) in GetConnectedDevices() function 430 std::vector<BluetoothRemoteDevice> HandsFreeAudioGateway::GetConnectedDevices() const in GetConnectedDevices() function in OHOS::Bluetooth::HandsFreeAudioGateway 440 pimpl->GetConnectedDevices(devices); in GetConnectedDevices() 444 int32_t HandsFreeAudioGateway::GetConnectedDevices(std::vector<BluetoothRemoteDevice> &devices) in GetConnectedDevices() function in OHOS::Bluetooth::HandsFreeAudioGateway 454 return pimpl->GetConnectedDevices(devices); in GetConnectedDevices()
|
H A D | bluetooth_avrcp_tg.cpp | 184 std::vector<BluetoothRemoteDevice> AvrcpTarget::GetConnectedDevices(void) in GetConnectedDevices() function in OHOS::Bluetooth::AvrcpTarget 195 std::vector<BluetoothRawAddress> rawAddrs = proxy->GetConnectedDevices(); in GetConnectedDevices()
|
/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;
|
/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;
|
/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_manager_test.cpp | 134 * @tc.name: GetConnectedDevices 148 EXPECT_EQ((int)test.GetConnectedDevices().size(), 0); in HWTEST_F() 150 GTEST_LOG_(INFO) << "GattManager::GetConnectedDevices ends"; in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/map/ |
H A D | napi_bluetooth_map_mse.cpp | 40 DECLARE_NAPI_FUNCTION("getConnectedDevices", GetConnectedDevices),
in DefineMapMseJSClass() 103 napi_value NapiMapMse::GetConnectedDevices(napi_env env, napi_callback_info info)
in GetConnectedDevices() function in OHOS::Bluetooth::NapiMapMse
|
/foundation/communication/bluetooth_service/test/unittest/pbap/ |
H A D | pbap_server_test.cpp | 120 * @tc.name: GetConnectedDevices 127 vector<BluetoothRemoteDevice> devices = profile_->GetConnectedDevices(); in HWTEST_F()
|
/foundation/communication/bluetooth_service/test/unittest/map/ |
H A D | map_mse_test.cpp | 146 * @tc.name: GetConnectedDevices 153 vector<BluetoothRemoteDevice> devices = profile_->GetConnectedDevices(); in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/ |
H A D | napi_bluetooth_pan.cpp | 57 DECLARE_NAPI_FUNCTION("getConnectedDevices", NapiBluetoothPan::GetConnectedDevices), in DefinePanJSClass() 187 napi_value NapiBluetoothPan::GetConnectedDevices(napi_env env, napi_callback_info info) in GetConnectedDevices() function in OHOS::Bluetooth::NapiBluetoothPan
|
/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/ |
H A D | napi_bluetooth_pbap_pse.cpp | 48 DECLARE_NAPI_FUNCTION("getConnectedDevices", GetConnectedDevices),
in DefinePbapServerJSClass() 136 napi_value NapiPbapServer::GetConnectedDevices(napi_env env, napi_callback_info info)
in GetConnectedDevices() function in OHOS::Bluetooth::NapiPbapServer
|
/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()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_tg.h | 131 virtual std::vector<RawAddress> GetConnectedDevices(void) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.h | 107 std::vector<RawAddress> GetConnectedDevices() const;
|