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:BleConfig
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_config.cpp
24
BleConfig
&
BleConfig
::GetInstance()
in GetInstance()
26
static
BleConfig
instance;
in GetInstance()
30
BleConfig
::
BleConfig
()
in BleConfig()
function in OHOS::bluetooth::BleConfig
35
BleConfig
::~
BleConfig
()
in ~BleConfig()
38
bool
BleConfig
::LoadConfigInfo() const
in LoadConfigInfo()
40
LOG_DEBUG("[
BleConfig
] %{public}s", __func__);
in LoadConfigInfo()
44
LOG_ERROR("[
BleConfig
]
in LoadConfigInfo()
[all...]
H
A
D
ble_properties.cpp
73
pimpl->deviceName_ =
BleConfig
::GetInstance().GetLocalName();
in SetLocalName()
161
ret =
BleConfig
::GetInstance().SetLocalName(pimpl->deviceName_);
in UpdateConfig()
169
BleConfig
::GetInstance().SetLocalAddress(pimpl->macAddr_);
in UpdateConfig()
170
ret =
BleConfig
::GetInstance().SetBleLocalAddrType(BLE_ADDR_TYPE::BLE_ADDR_TYPE_PUBLIC);
in UpdateConfig()
181
ret &=
BleConfig
::GetInstance().Save();
in UpdateConfig()
189
bool ret =
BleConfig
::GetInstance().LoadConfigInfo();
in LoadBleConfigInfo()
208
return
BleConfig
::GetInstance().GetBleRoles();
in GetBleRoles()
219
return
BleConfig
::GetInstance().SetBleRoles(roles);
in SetBleRoles()
226
pimpl->deviceName_ =
BleConfig
::GetInstance().GetLocalName();
in ReadBleHostInfo()
227
pimpl->ioCapability_ =
BleConfig
in ReadBleHostInfo()
[all...]
H
A
D
ble_config.h
33
class
BleConfig
{
class
35
static
BleConfig
&GetInstance();
116
BleConfig
();
121
~
BleConfig
();
125
BleConfig
(
BleConfig
&) = delete;
130
BleConfig
&operator=(const
BleConfig
&) = delete;
H
A
D
ble_security.cpp
430
std::vector<std::string> pairedAddrList =
BleConfig
::GetInstance().GetPairedAddrList();
in SavePairKeyNotify()
437
std::string peerIdentityAddr =
BleConfig
::GetInstance().GetPeerIdentityAddr(rawAddr.GetAddress());
in SavePairKeyNotify()
441
BleConfig
::GetInstance().RemovePairedDevice(rawAddr.GetAddress());
in SavePairKeyNotify()
457
ret &=
BleConfig
::GetInstance().SetLocalEdivRand(addr.GetAddress(),
in SaveLocalPairKey()
462
ret &=
BleConfig
::GetInstance().SetLocalLtk(addr.GetAddress(), BleUtils::ConvertIntToHexString(ltk));
in SaveLocalPairKey()
463
ret &=
BleConfig
::GetInstance().SetLocalKeySize(
in SaveLocalPairKey()
470
ret &=
BleConfig
::GetInstance().SetLocalCsrk(addr.GetAddress(), BleUtils::ConvertIntToHexString(csrk));
in SaveLocalPairKey()
471
ret &=
BleConfig
::GetInstance().SetLocalSignCounter(
in SaveLocalPairKey()
484
ret &=
BleConfig
::GetInstance().SetPeerEdivRand(addr.GetAddress(),
in SavePeerPairKey()
489
ret &=
BleConfig
in SavePeerPairKey()
[all...]
H
A
D
ble_adapter.cpp
208
GAP_LeSecMode1Level level1 = static_cast<GAP_LeSecMode1Level>(
BleConfig
::GetInstance().GetBleModel1Level());
in InitBtmAndGap()
209
GAP_LeSecMode2Level level2 = static_cast<GAP_LeSecMode2Level>(
BleConfig
::GetInstance().GetBleModel2Level());
in InitBtmAndGap()
231
std::vector<std::string> pairedAddrList =
BleConfig
::GetInstance().GetPairedAddrList();
in InitBtmAndGap()
408
switch (
BleConfig
::GetInstance().GetBleAddrType()) {
in SetRpaAddrAndTypeToBtm()
423
BTM_SetOwnAddressType(
BleConfig
::GetInstance().GetBleLocalAddrType());
in SetRpaAddrAndTypeToBtm()
433
std::string irk =
BleConfig
::GetInstance().GetLocalIrk();
in SetLocalIrkAndIdentityAddrToBtm()
437
BleConfig
::GetInstance().SetLocalIrk(BleUtils::ConvertIntToHexString(key));
in SetLocalIrkAndIdentityAddrToBtm()
449
std::string addr =
BleConfig
::GetInstance().GetLocalAddress();
in SetLocalIrkAndIdentityAddrToBtm()
456
BleConfig
::GetInstance().SetBleLocalAddrType(BLE_ADDR_TYPE::BLE_ADDR_TYPE_RANDOM);
in SetLocalIrkAndIdentityAddrToBtm()
465
if (!
BleConfig
in SetLocalIrkAndIdentityAddrToBtm()
[all...]
H
A
D
ble_advertiser_impl.cpp
1417
if (
BleConfig
::GetInstance().GetBleAddrType() == BLE_ADDR_TYPE_RPA) {
in GapAdvStartCompleteEvt()
1618
if ((
BleConfig
::GetInstance().GetBleAddrType() == BLE_ADDR_TYPE_RPA) && (pimpl->operationLast_)) {
in GapExAdvDataSetCompleteEvt()
1664
if ((
BleConfig
::GetInstance().GetBleAddrType() == BLE_ADDR_TYPE_RPA) && (pimpl->operationLast_)) {
in GapExAdvScanRspDataSetCompleteEvt()
1711
if (
BleConfig
::GetInstance().GetBleAddrType() == BLE_ADDR_TYPE_RPA) {
in GapExAdvStartCompleteEvt()
H
A
D
ble_central_manager_impl.cpp
473
switch (
BleConfig
::GetInstance().GetBleScanMode()) {
in CheckBleScanMode()
Completed in 11 milliseconds