Home
last modified time | relevance | path

Searched refs:GetAllDevice (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_manager.cpp86 pimpl->clientProxy_->GetAllDevice(devices); in GetDevicesByStates()
111 pimpl->clientProxy_->GetAllDevice(device); in GetConnectedDevices()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_client.h267 virtual std::vector<GattDevice> GetAllDevice() = 0;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_client.h49 virtual void GetAllDevice(std::vector<BluetoothGattDevice> &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_client_server.h49 void GetAllDevice(::std::vector<BluetoothGattDevice> &device) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.h47 std::vector<GattDevice> GetAllDevice() override;
H A Dgatt_client_service.cpp381 std::vector<GattDevice> GattClientService::GetAllDevice() in GetAllDevice() function in OHOS::bluetooth::GattClientService
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_gatt_client_proxy.h46 void GetAllDevice(std::vector<BluetoothGattDevice> &devices) override;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_client_server.cpp486 void BluetoothGattClientServer::GetAllDevice(::std::vector<BluetoothGattDevice> &device) in GetAllDevice() function in OHOS::Bluetooth::BluetoothGattClientServer
494 for (auto &dev : pimpl->clientService_->GetAllDevice()) { in GetAllDevice()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_client_stub.cpp271 GetAllDevice(device); in GetAllDeviceInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_client_proxy.cpp239 void BluetoothGattClientProxy::GetAllDevice(std::vector<BluetoothGattDevice> &device) in GetAllDevice() function in OHOS::Bluetooth::BluetoothGattClientProxy

Completed in 7 milliseconds