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:bleAdapter_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H
A
D
adapter_manager.cpp
83
std::unique_ptr<AdapterInfo<BleAdapter>>
bleAdapter_
= nullptr;
member
179
if (transport == ADAPTER_BLE &&
bleAdapter_
&&
bleAdapter_
->stateMachine) {
in ProcessMessage()
180
bleAdapter_
->stateMachine->ProcessMessage(msg);
in ProcessMessage()
334
if (pimpl->
bleAdapter_
) {
in AdapterStop()
335
pimpl->
bleAdapter_
->instance->GetContext()->Uninitialize();
in AdapterStop()
336
pimpl->
bleAdapter_
= nullptr;
in AdapterStop()
364
(transport == ADAPTER_BLE && pimpl->
bleAdapter_
== nullptr)) {
in Enable()
398
(transport == ADAPTER_BLE && pimpl->
bleAdapter_
== nullptr)) {
in Disable()
502
if (transport == ADAPTER_BLE && pimpl->
bleAdapter_
) {
in GetState()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_security.cpp
39
:
bleAdapter_
(&bleAdapter),
in BleSecurity()
422
if (
bleAdapter_
!= nullptr) {
in SavePairKeyNotify()
423
ret = (static_cast<BleAdapter *>(
bleAdapter_
))->IsRemovePairedDevice(addr);
in SavePairKeyNotify()
522
if (
bleAdapter_
!= nullptr) {
in GapEncryptionComplete()
523
(static_cast<BleAdapter *>(
bleAdapter_
))->EncryptionComplete(addr);
in GapEncryptionComplete()
698
if (
bleAdapter_
!= nullptr) {
in GapLePairFeatureReq()
699
(static_cast<BleAdapter *>(
bleAdapter_
))->LePairingStatus(addr);
in GapLePairFeatureReq()
817
if (
bleAdapter_
!= nullptr) {
in GapLePairComplete()
818
(static_cast<BleAdapter *>(
bleAdapter_
))->LePairComplete(addr, param.lePairComplete_.result);
in GapLePairComplete()
912
if (
bleAdapter_
in SetDevicePasskey()
[all...]
H
A
D
ble_security.h
124
IAdapterBle *
bleAdapter_
= nullptr;
member in OHOS::bluetooth::BleSecurity
H
A
D
ble_central_manager_impl.h
419
IAdapterBle *
bleAdapter_
= nullptr;
member in OHOS::bluetooth::BleCentralManagerImpl
H
A
D
ble_advertiser_impl.h
384
IAdapterBle *
bleAdapter_
= nullptr;
member in OHOS::bluetooth::BleAdvertiserImpl
H
A
D
ble_adapter.cpp
43
explicit GattClientCallback(BleAdapter &bleAdapter) :
bleAdapter_
(bleAdapter)
in GattClientCallback()
60
std::lock_guard<std::mutex> lock(
bleAdapter_
.pimpl->mutexRemoteName_);
63
bleAdapter_
.pimpl->remoteDeviceName_ = name;
64
bleAdapter_
.pimpl->readCharacteristicFlag_ = true;
66
bleAdapter_
.pimpl->readCharacteristicFlag_ = false;
68
bleAdapter_
.pimpl->cvfull_.notify_all();
112
BleAdapter &
bleAdapter_
;
member in OHOS::bluetooth::BleAdapter::impl::GattClientCallback
H
A
D
ble_advertiser_impl.cpp
46
bleAdapter_
(&bleAdapter),
in BleAdvertiserImpl()
128
(static_cast<BleAdapter *>(bleAdvertiser->
bleAdapter_
))->NotifyAllWaitContinue();
in AdvSetEnableResult()
602
(static_cast<BleAdapter *>(bleAdvertiser->
bleAdapter_
))->NotifyAllWaitContinue();
in ExAdvSetEnableResult()
667
(static_cast<BleAdapter *>(bleAdvertiser->
bleAdapter_
))->NotifyAllWaitContinue();
in ExAdvRemoveHandleResult()
683
(static_cast<BleAdapter *>(bleAdvertiser->
bleAdapter_
))->NotifyAllWaitContinue();
in ExAdvClearHandleResult()
1425
(static_cast<BleAdapter *>(
bleAdapter_
))->OnStartAdvertisingEvt();
in GapAdvStartCompleteEvt()
1469
(static_cast<BleAdapter *>(
bleAdapter_
))->OnStopAdvertisingEvt();
in GapAdvStopCompleteEvt()
1720
if (
bleAdapter_
!= nullptr) {
in GapExAdvStartCompleteEvt()
1721
(static_cast<BleAdapter *>(
bleAdapter_
))->OnStartAdvertisingEvt();
in GapExAdvStartCompleteEvt()
H
A
D
ble_central_manager_impl.cpp
168
bleAdapter_
(&bleAdapter),
in BleCentralManagerImpl()
622
(static_cast<BleAdapter *>(centralManager->
bleAdapter_
))->NotifyAllWaitContinue();
in ScanSetEnableResult()
653
(static_cast<BleAdapter *>(centralManager->
bleAdapter_
))->NotifyAllWaitContinue();
in ScanExSetEnableResult()
Completed in 13 milliseconds