Home
last modified time | relevance | path

Searched refs:GetConnectedDevices (Results 1 - 25 of 50) sorted by relevance

12

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_manager.h71 std::vector<BluetoothRemoteDevice> GetConnectedDevices();
H A Dbluetooth_hfp_ag.h147 int32_t GetConnectedDevices(std::vector<BluetoothRemoteDevice>& devices);
347 std::vector<BluetoothRemoteDevice> GetConnectedDevices() const;
H A Dbluetooth_avrcp_tg.h125 std::vector<BluetoothRemoteDevice> GetConnectedDevices(void);
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_pbap_pse.h36 static napi_value GetConnectedDevices(napi_env env, napi_callback_info info);
H A Dnapi_bluetooth_pan.h39 static napi_value GetConnectedDevices(napi_env env, napi_callback_info info);
H A Dnapi_bluetooth_map_mse.h34 static napi_value GetConnectedDevices(napi_env env, napi_callback_info info);
H A Dnapi_bluetooth_a2dp_src.h85 static napi_value GetConnectedDevices(napi_env env, napi_callback_info info);
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_tg.h34 virtual std::vector<BluetoothRawAddress> GetConnectedDevices() = 0;
H A Di_bluetooth_avrcp_ct.h37 virtual std::vector<RawAddress> GetConnectedDevices() = 0;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_manager.cpp97 std::vector<BluetoothRemoteDevice> GattManager::GetConnectedDevices() in GetConnectedDevices() function in OHOS::Bluetooth::GattManager
H A Dbluetooth_hfp_ag.cpp114 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 Dbluetooth_avrcp_tg.cpp184 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 Dbluetooth_avrcp_tg_server.h39 std::vector<BluetoothRawAddress> GetConnectedDevices() override;
H A Dbluetooth_avrcp_ct_server.h32 virtual std::vector<RawAddress> GetConnectedDevices() override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_tg_proxy.h34 std::vector<BluetoothRawAddress> GetConnectedDevices() override;
H A Dbluetooth_avrcp_ct_proxy.h32 std::vector<RawAddress> GetConnectedDevices() override;
/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_manager_test.cpp134 * @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 Dnapi_bluetooth_map_mse.cpp40 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 Dpbap_server_test.cpp120 * @tc.name: GetConnectedDevices
127 vector<BluetoothRemoteDevice> devices = profile_->GetConnectedDevices(); in HWTEST_F()
/foundation/communication/bluetooth_service/test/unittest/map/
H A Dmap_mse_test.cpp146 * @tc.name: GetConnectedDevices
153 vector<BluetoothRemoteDevice> devices = profile_->GetConnectedDevices(); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan.cpp57 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 Dnapi_bluetooth_pbap_pse.cpp48 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 Dbluetooth_avrcp_tg_server.cpp243 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 Dinterface_profile_avrcp_tg.h131 virtual std::vector<RawAddress> GetConnectedDevices(void) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h107 std::vector<RawAddress> GetConnectedDevices() const;

Completed in 18 milliseconds

12