Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SetDeviceAlias
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_remote_device.h
157
int32_t
SetDeviceAlias
(const std::string &aliasName);
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_remote_device.cpp
144
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
D
i_bluetooth_host.h
103
virtual int32_t
SetDeviceAlias
(const std::string &address, const std::string &aliasName) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H
A
D
bluetooth_host_server.h
98
int32_t
SetDeviceAlias
(const std::string &address, const std::string &aliasName) override;
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H
A
D
bluetooth_connection_impl.cpp
232
*errCode = remoteDevice.
SetDeviceAlias
(name);
in SetRemoteDeviceName()
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H
A
D
bluetooth_host_proxy.h
78
int32_t
SetDeviceAlias
(const std::string &address, const std::string &aliasName) override;
/foundation/communication/bluetooth_service/test/unittest/host/
H
A
D
host_test.cpp
528
device_.
SetDeviceAlias
("deviceName");
in HWTEST_F()
/foundation/communication/nfc/services/src/tag/
H
A
D
bt_connection_manager.cpp
534
g_device.
SetDeviceAlias
(g_btData->name_);
in HandleBtConnectWaiting()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H
A
D
napi_bluetooth_connection.cpp
706
int32_t err = remoteDevice.
SetDeviceAlias
(deviceName);
in SetRemoteDeviceName()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H
A
D
bluetooth_host_proxy.cpp
964
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
D
bluetooth_host_stub.cpp
803
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
D
bluetooth_host_server.cpp
1368
int32_t BluetoothHostServer::
SetDeviceAlias
(const std::string &address, const std::string &aliasName)
in SetDeviceAlias()
function in OHOS::Bluetooth::BluetoothHostServer
Completed in 22 milliseconds