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:IsAclEncrypted
(Results
1 - 18
of
18
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H
A
D
interface_adapter.h
263
virtual bool
IsAclEncrypted
(const RawAddress &device) const = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_remote_device.h
236
bool
IsAclEncrypted
() const;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H
A
D
classic_remote_device.h
340
bool
IsAclEncrypted
() const;
H
A
D
classic_remote_device.cpp
145
bool ClassicRemoteDevice::
IsAclEncrypted
() const
in IsAclEncrypted()
function in OHOS::bluetooth::ClassicRemoteDevice
H
A
D
classic_adapter.h
224
bool
IsAclEncrypted
(const RawAddress &device) const override;
H
A
D
classic_adapter.cpp
1756
bool ClassicAdapter::
IsAclEncrypted
(const RawAddress &device) const
in IsAclEncrypted()
function in OHOS::bluetooth::ClassicAdapter
1762
isAclEncrypted = it->second->
IsAclEncrypted
();
in IsAclEncrypted()
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_remote_device.cpp
235
bool BluetoothRemoteDevice::
IsAclEncrypted
() const
in IsAclEncrypted()
function in OHOS::Bluetooth::BluetoothRemoteDevice
241
return hostProxy->
IsAclEncrypted
(transport_, address_);
in IsAclEncrypted()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_adapter.h
116
bool
IsAclEncrypted
(const RawAddress &device) const override;
H
A
D
ble_adapter.cpp
794
isBondedFromLocal = it->second.
IsAclEncrypted
();
in IsBondedFromLocal()
857
bool BleAdapter::
IsAclEncrypted
(const RawAddress &device) const
in IsAclEncrypted()
function in OHOS::bluetooth::BleAdapter
865
isAclEncrypted = it->second.
IsAclEncrypted
();
in IsAclEncrypted()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H
A
D
i_bluetooth_host.h
111
virtual bool
IsAclEncrypted
(int32_t transport, const std::string &address) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H
A
D
bluetooth_host_server.h
105
bool
IsAclEncrypted
(int32_t transport, const std::string &address) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H
A
D
bluetooth_host_proxy.h
86
bool
IsAclEncrypted
(int32_t transport, const std::string &address) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
ble_service_data.h
1006
bool
IsAclEncrypted
() const;
H
A
D
ble_service_data.cpp
1327
bool BlePeripheralDevice::
IsAclEncrypted
() const
in IsAclEncrypted()
function in OHOS::bluetooth::BlePeripheralDevice
/foundation/communication/bluetooth_service/test/unittest/host/
H
A
D
host_test.cpp
651
EXPECT_FALSE(device_.
IsAclEncrypted
());
in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_host_server.cpp
1490
bool BluetoothHostServer::
IsAclEncrypted
(int32_t transport, const std::string &address)
in IsAclEncrypted()
function in OHOS::Bluetooth::BluetoothHostServer
1497
return classicService->
IsAclEncrypted
(addr);
in IsAclEncrypted()
1499
return bleService->
IsAclEncrypted
(addr);
in IsAclEncrypted()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H
A
D
bluetooth_host_proxy.cpp
1161
bool BluetoothHostProxy::
IsAclEncrypted
(int32_t transport, const std::string &address)
in IsAclEncrypted()
function in OHOS::Bluetooth::BluetoothHostProxy
1165
HILOGE("BluetoothHostProxy::
IsAclEncrypted
WriteInterfaceToken error");
in IsAclEncrypted()
1169
HILOGE("BluetoothHostProxy::
IsAclEncrypted
transport error");
in IsAclEncrypted()
1173
HILOGE("BluetoothHostProxy::
IsAclEncrypted
address error");
in IsAclEncrypted()
1180
HILOGE("BluetoothHostProxy::
IsAclEncrypted
done fail, error: %{public}d", error);
in IsAclEncrypted()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H
A
D
bluetooth_host_stub.cpp
1061
HILOGE("BluetoothHostStub::
IsAclEncrypted
transport failed");
in IsAclEncryptedInner()
1066
HILOGE("BluetoothHostStub::
IsAclEncrypted
address failed");
in IsAclEncryptedInner()
1069
bool result =
IsAclEncrypted
(transport, address);
in IsAclEncryptedInner()
Completed in 24 milliseconds