Home
last modified time | relevance | path

Searched refs:SetDeviceAlias (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h157 int32_t SetDeviceAlias(const std::string &aliasName);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp144 int32_t BluetoothRemoteDevice::SetDeviceAlias(const std::string &aliasName) in SetDeviceAlias() function in OHOS::Bluetooth::BluetoothRemoteDevice
153 return hostProxy->SetDeviceAlias(address_, aliasName); in SetDeviceAlias()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h103 virtual int32_t SetDeviceAlias(const std::string &address, const std::string &aliasName) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h98 int32_t SetDeviceAlias(const std::string &address, const std::string &aliasName) override;
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_impl.cpp232 *errCode = remoteDevice.SetDeviceAlias(name); in SetRemoteDeviceName()
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h78 int32_t SetDeviceAlias(const std::string &address, const std::string &aliasName) override;
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp528 device_.SetDeviceAlias("deviceName"); in HWTEST_F()
/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp534 g_device.SetDeviceAlias(g_btData->name_); in HandleBtConnectWaiting()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp706 int32_t err = remoteDevice.SetDeviceAlias(deviceName); in SetRemoteDeviceName()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp964 int32_t BluetoothHostProxy::SetDeviceAlias(const std::string &address, const std::string &aliasName) in SetDeviceAlias() function in OHOS::Bluetooth::BluetoothHostProxy
968 HILOGE("BluetoothHostProxy::SetDeviceAlias WriteInterfaceToken error"); in SetDeviceAlias()
972 HILOGE("BluetoothHostProxy::SetDeviceAlias address error"); in SetDeviceAlias()
976 HILOGE("BluetoothHostProxy::SetDeviceAlias aliasName error"); in SetDeviceAlias()
983 HILOGE("BluetoothHostProxy::SetDeviceAlias done fail, error: %{public}d", error); in SetDeviceAlias()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp803 HILOGE("BluetoothHostStub::SetDeviceAlias address failed"); in SetDeviceAliasInner()
808 HILOGE("BluetoothHostStub::SetDeviceAlias aliasName failed"); in SetDeviceAliasInner()
811 int32_t res = SetDeviceAlias(address, aliasName); in SetDeviceAliasInner()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1368 int32_t BluetoothHostServer::SetDeviceAlias(const std::string &address, const std::string &aliasName) in SetDeviceAlias() function in OHOS::Bluetooth::BluetoothHostServer

Completed in 17 milliseconds