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:GetDeviceUuids
(Results
1 - 19
of
19
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H
A
D
interface_adapter.h
141
virtual std::vector<Uuid>
GetDeviceUuids
(const RawAddress &device) const = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_remote_device.h
260
int
GetDeviceUuids
(std::vector<std::string> &uuids) const;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H
A
D
classic_remote_device.h
110
std::vector<Uuid>
GetDeviceUuids
() const;
H
A
D
classic_remote_device.cpp
159
std::vector<Uuid> ClassicRemoteDevice::
GetDeviceUuids
() const
in GetDeviceUuids()
function in OHOS::bluetooth::ClassicRemoteDevice
H
A
D
classic_adapter_properties.cpp
516
std::vector<Uuid> uuids = remote->
GetDeviceUuids
();
in SavePairedDeviceInfo()
H
A
D
classic_adapter.h
125
std::vector<Uuid>
GetDeviceUuids
(const RawAddress &device) const override;
H
A
D
classic_adapter.cpp
1465
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
D
bluetooth_remote_device.cpp
271
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
D
ble_adapter.h
105
std::vector<Uuid>
GetDeviceUuids
(const RawAddress &device) const override;
H
A
D
ble_adapter.cpp
582
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
D
i_bluetooth_host.h
119
virtual int32_t
GetDeviceUuids
(const std::string &address, std::vector<std::string> &uuids) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H
A
D
bluetooth_host_server.h
117
int32_t
GetDeviceUuids
(const std::string &address, std::vector<std::string> &uuids) override;
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H
A
D
bluetooth_connection_impl.cpp
94
*errCode = remoteDevice.
GetDeviceUuids
(uuids);
in GetRemoteProfileUuids()
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H
A
D
bluetooth_host_proxy.h
94
int32_t
GetDeviceUuids
(const std::string &address, std::vector<std::string> &uuids) override;
/foundation/communication/bluetooth_service/test/unittest/host/
H
A
D
host_test.cpp
702
device_.
GetDeviceUuids
(uuids);
in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_host_server.cpp
1524
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
D
napi_bluetooth_connection.cpp
581
int32_t err = remoteDevice.
GetDeviceUuids
(uuids);
in GetRemoteProfileUuids()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H
A
D
bluetooth_host_proxy.cpp
1370
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
D
bluetooth_host_stub.cpp
1223
HILOGE("BluetoothHostProxy::
GetDeviceUuids
Read address error");
in GetDeviceUuidsInner()
1226
int res =
GetDeviceUuids
(address, uuids);
in GetDeviceUuidsInner()
Completed in 27 milliseconds