Home
last modified time | relevance | path

Searched refs:GetConnectDevices (Results 1 - 25 of 26) sorted by relevance

12

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile.h117 virtual std::list<RawAddress> GetConnectDevices() = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_service.h101 std::list<RawAddress> GetConnectDevices() override;
H A Dsocket_service.cpp82 std::list<RawAddress> SocketService::GetConnectDevices() in GetConnectDevices() function in OHOS::bluetooth::SocketService
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_ag.h31 virtual int32_t GetConnectDevices(std::vector<BluetoothRawAddress> &devices) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_ag_server.h32 int32_t GetConnectDevices(std::vector<BluetoothRawAddress> &devices) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.h61 std::list<RawAddress> GetConnectDevices() override;
H A Dgatt_server_service.h59 std::list<RawAddress> GetConnectDevices() override;
H A Dgatt_client_service.cpp186 std::list<RawAddress> GattClientService::GetConnectDevices() in GetConnectDevices() function in OHOS::bluetooth::GattClientService
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_ag_proxy.h28 int32_t GetConnectDevices(std::vector<BluetoothRawAddress> &devices) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_service.h67 std::list<RawAddress> GetConnectDevices() override;
H A Dhid_host_service.cpp305 std::list<RawAddress> HidHostService::GetConnectDevices(void) in GetConnectDevices() function in OHOS::bluetooth::HidHostService
307 LOG_INFO("[HIDH Service] GetConnectDevices Enter"); in GetConnectDevices()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_service.h69 std::list<RawAddress> GetConnectDevices() override;
H A Dpan_service.cpp362 std::list<RawAddress> PanService::GetConnectDevices(void) in GetConnectDevices() function in OHOS::bluetooth::PanService
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.h133 std::list<RawAddress> GetConnectDevices() override;
H A Dhfp_hf_service.cpp212 std::list<RawAddress> HfpHfService::GetConnectDevices() in GetConnectDevices() function in OHOS::bluetooth::HfpHfService
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_ag_server.cpp163 int32_t BluetoothHfpAgServer::GetConnectDevices(std::vector<BluetoothRawAddress> &devices) in GetConnectDevices() function in OHOS::Bluetooth::BluetoothHfpAgServer
167 HILOGE("GetConnectDevices() false, check permission failed"); in GetConnectDevices()
172 deviceList = pimpl->HfpAgService_->GetConnectDevices(); in GetConnectDevices()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.h209 std::list<RawAddress> GetConnectDevices() override;
H A Da2dp_service.cpp400 std::list<RawAddress> A2dpService::GetConnectDevices() in GetConnectDevices() function in OHOS::bluetooth::A2dpService
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.h139 std::list<RawAddress> GetConnectDevices() override;
H A Dhfp_ag_service.cpp202 std::list<RawAddress> HfpAgService::GetConnectDevices() in GetConnectDevices() function in OHOS::bluetooth::HfpAgService
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp23 int32_t BluetoothHfpAgProxy::GetConnectDevices(std::vector<BluetoothRawAddress> &devices) in GetConnectDevices() function in OHOS::Bluetooth::BluetoothHfpAgProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_stub.cpp113 GetConnectDevices(devices); in GetConnectDevicesInner()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h117 std::list<RawAddress> GetConnectDevices(void) override
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp120 int32_t ret = proxy->GetConnectDevices(ori); in GetConnectedDevices()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h468 std::list<RawAddress> GetConnectDevices(void) override

Completed in 21 milliseconds

12