Home
last modified time | relevance | path

Searched refs:GetDeviceAlias (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h147 std::string GetDeviceAlias() const;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp138 std::string BluetoothRemoteDevice::GetDeviceAlias() const in GetDeviceAlias() function in OHOS::Bluetooth::BluetoothRemoteDevice
144 return hostProxy->GetDeviceAlias(address_); in GetDeviceAlias()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h75 std::string GetDeviceAlias(const std::string &address) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h100 virtual std::string GetDeviceAlias(const std::string &address) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h97 std::string GetDeviceAlias(const std::string &address) override;
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp512 EXPECT_EQ(device_.GetDeviceAlias(), INVALID_NAME);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp916 std::string BluetoothHostProxy::GetDeviceAlias(const std::string &address) in GetDeviceAlias() function in OHOS::Bluetooth::BluetoothHostProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp737 std::string result = GetDeviceAlias(address); in GetDeviceAliasInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1372 std::string BluetoothHostServer::GetDeviceAlias(const std::string &address) in GetDeviceAlias() function in OHOS::Bluetooth::BluetoothHostServer