Home
last modified time | relevance | path

Searched refs:GetDeviceUuids (Results 1 - 19 of 19) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter.h141 virtual std::vector<Uuid> GetDeviceUuids(const RawAddress &device) const = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h260 int GetDeviceUuids(std::vector<std::string> &uuids) const;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_remote_device.h110 std::vector<Uuid> GetDeviceUuids() const;
H A Dclassic_remote_device.cpp159 std::vector<Uuid> ClassicRemoteDevice::GetDeviceUuids() const in GetDeviceUuids() function in OHOS::bluetooth::ClassicRemoteDevice
H A Dclassic_adapter_properties.cpp516 std::vector<Uuid> uuids = remote->GetDeviceUuids(); in SavePairedDeviceInfo()
H A Dclassic_adapter.h125 std::vector<Uuid> GetDeviceUuids(const RawAddress &device) const override;
H A Dclassic_adapter.cpp1465 std::vector<Uuid> prevUuids = remote->GetDeviceUuids(); in SaveRemoteDeviceUuids()
1647 std::vector<Uuid> ClassicAdapter::GetDeviceUuids(const RawAddress &device) const in GetDeviceUuids() function in OHOS::bluetooth::ClassicAdapter
1655 uuids = it->second->GetDeviceUuids(); in GetDeviceUuids()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp271 int BluetoothRemoteDevice::GetDeviceUuids(std::vector<std::string> &uuids) const in GetDeviceUuids() function in OHOS::Bluetooth::BluetoothRemoteDevice
277 return hostProxy->GetDeviceUuids(address_, uuids); in GetDeviceUuids()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h105 std::vector<Uuid> GetDeviceUuids(const RawAddress &device) const override;
H A Dble_adapter.cpp582 std::vector<Uuid> BleAdapter::GetDeviceUuids(const RawAddress &device) const in GetDeviceUuids() function in OHOS::bluetooth::BleAdapter
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h119 virtual int32_t GetDeviceUuids(const std::string &address, std::vector<std::string> &uuids) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h117 int32_t GetDeviceUuids(const std::string &address, std::vector<std::string> &uuids) override;
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_impl.cpp94 *errCode = remoteDevice.GetDeviceUuids(uuids); in GetRemoteProfileUuids()
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h94 int32_t GetDeviceUuids(const std::string &address, std::vector<std::string> &uuids) override;
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp702 device_.GetDeviceUuids(uuids); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1524 int32_t BluetoothHostServer::GetDeviceUuids(const std::string &address, std::vector<std::string> &uuids) in GetDeviceUuids() function in OHOS::Bluetooth::BluetoothHostServer
1535 parcelUuids = classicService->GetDeviceUuids(addr); in GetDeviceUuids()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp581 int32_t err = remoteDevice.GetDeviceUuids(uuids); in GetRemoteProfileUuids()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1370 int32_t BluetoothHostProxy::GetDeviceUuids(const std::string &address, std::vector<std::string> &uuids) in GetDeviceUuids() function in OHOS::Bluetooth::BluetoothHostProxy
1374 HILOGE("BluetoothHostProxy::GetDeviceUuids WriteInterfaceToken error"); in GetDeviceUuids()
1378 HILOGE("BluetoothHostProxy::GetDeviceUuids Write address error"); in GetDeviceUuids()
1385 HILOGE("BluetoothHostProxy::GetDeviceUuids done fail, error: %{public}d", error); in GetDeviceUuids()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp1223 HILOGE("BluetoothHostProxy::GetDeviceUuids Read address error"); in GetDeviceUuidsInner()
1226 int res = GetDeviceUuids(address, uuids); in GetDeviceUuidsInner()

Completed in 25 milliseconds