Home
last modified time | relevance | path

Searched refs:GetAliasName (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_classic.h209 virtual std::string GetAliasName(const RawAddress &device) const = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_remote_device.h96 std::string GetAliasName() const;
H A Dclassic_remote_device.cpp83 std::string ClassicRemoteDevice::GetAliasName() const in GetAliasName() function in OHOS::bluetooth::ClassicRemoteDevice
H A Dclassic_adapter_properties.cpp485 std::string alias = remote->GetAliasName(); in SavePairedDeviceInfo()
H A Dclassic_adapter.h273 std::string GetAliasName(const RawAddress &device) const override;
H A Dclassic_adapter.cpp2290 std::string ClassicAdapter::GetAliasName(const RawAddress &device) const in GetAliasName() function in OHOS::bluetooth::ClassicAdapter
2298 alias = it->second->GetAliasName(); in GetAliasName()
2312 if (name != it->second->GetAliasName()) { in SetAliasName()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.h1073 std::string GetAliasName() const;
H A Dble_service_data.cpp1432 std::string BlePeripheralDevice::GetAliasName() const in GetAliasName() function in OHOS::bluetooth::BlePeripheralDevice
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1361 return classicService->GetAliasName(addr); in GetDeviceAlias()

Completed in 15 milliseconds