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:GetAllDevice
(Results
1 - 10
of
10
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_gatt_manager.cpp
86
pimpl->clientProxy_->
GetAllDevice
(devices);
in GetDevicesByStates()
111
pimpl->clientProxy_->
GetAllDevice
(device);
in GetConnectedDevices()
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H
A
D
interface_profile_gatt_client.h
267
virtual std::vector<GattDevice>
GetAllDevice
() = 0;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H
A
D
i_bluetooth_gatt_client.h
49
virtual void
GetAllDevice
(std::vector<BluetoothGattDevice> &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H
A
D
bluetooth_gatt_client_server.h
49
void
GetAllDevice
(::std::vector<BluetoothGattDevice> &device) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_client_service.h
47
std::vector<GattDevice>
GetAllDevice
() override;
H
A
D
gatt_client_service.cpp
381
std::vector<GattDevice> GattClientService::
GetAllDevice
()
in GetAllDevice()
function in OHOS::bluetooth::GattClientService
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H
A
D
bluetooth_gatt_client_proxy.h
46
void
GetAllDevice
(std::vector<BluetoothGattDevice> &devices) override;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_gatt_client_server.cpp
486
void BluetoothGattClientServer::
GetAllDevice
(::std::vector<BluetoothGattDevice> &device)
in GetAllDevice()
function in OHOS::Bluetooth::BluetoothGattClientServer
494
for (auto &dev : pimpl->clientService_->
GetAllDevice
()) {
in GetAllDevice()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H
A
D
bluetooth_gatt_client_stub.cpp
271
GetAllDevice
(device);
in GetAllDeviceInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H
A
D
bluetooth_gatt_client_proxy.cpp
239
void BluetoothGattClientProxy::
GetAllDevice
(std::vector<BluetoothGattDevice> &device)
in GetAllDevice()
function in OHOS::Bluetooth::BluetoothGattClientProxy
Completed in 7 milliseconds