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:BleProperties
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_properties.cpp
29
struct
BleProperties
::impl {
38
BleProperties
&
BleProperties
::GetInstance()
in GetInstance()
40
static
BleProperties
instance;
in GetInstance()
44
BleProperties
::
BleProperties
() : pimpl(std::make_unique<
BleProperties
::impl>())
in BleProperties()
function in OHOS::bluetooth::BleProperties
47
BleProperties
::~
BleProperties
()
in ~BleProperties()
50
std::string
BleProperties
[all...]
H
A
D
ble_properties.h
31
* @
BleProperties
to save and get classic properties.
33
class
BleProperties
{
class
38
BleProperties
(
BleProperties
&) = delete;
43
BleProperties
&operator=(const
BleProperties
&) = delete;
50
static
BleProperties
&GetInstance();
82
BleProperties
();
83
~
BleProperties
();
H
A
D
ble_adapter.cpp
225
ret =
BleProperties
::GetInstance().SetBondableMode(GAP_BONDABLE_MODE);
in InitBtmAndGap()
256
int ret =
BleProperties
::GetInstance().SetBondableMode(GAP_BONDABLE_MODE_NON);
in DisableTask()
353
bool ret =
BleProperties
::GetInstance().LoadBleConfigInfo();
in LoadConfig()
360
ret &=
BleProperties
::GetInstance().ConfigBleProperties();
in LoadConfig()
361
ret &=
BleProperties
::GetInstance().GetAddrFromController();
in LoadConfig()
368
BleProperties
::GetInstance().SaveDefaultValues();
in LoadConfig()
476
return
BleProperties
::GetInstance().GetLocalAddress();
in GetLocalAddress()
484
return
BleProperties
::GetInstance().GetLocalName();
in GetLocalName()
492
return
BleProperties
::GetInstance().SetLocalName(name);
in SetLocalName()
895
return
BleProperties
in GetBondableMode()
[all...]
H
A
D
ble_advertiser_impl.cpp
876
std::string name =
BleProperties
::GetInstance().GetLocalName();
in SetAdvDataToGap()
1011
std::string name =
BleProperties
::GetInstance().GetLocalName();
in SetExAdvDataToGap()
1042
std::string name =
BleProperties
::GetInstance().GetLocalName();
in SetAdvScanRspDataToGap()
1078
std::string name =
BleProperties
::GetInstance().GetLocalName();
in SetExAdvScanRspDataToGap()
Completed in 6 milliseconds