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:BleAdvertiser
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_ble_advertiser.cpp
34
struct
BleAdvertiser
::impl {
37
void Init(std::weak_ptr<
BleAdvertiser
> advertiser);
46
explicit BluetoothBleAdvertiserCallbackImp(std::weak_ptr<
BleAdvertiser
> advertiser)
in BluetoothBleAdvertiserCallbackImp()
54
std::shared_ptr<
BleAdvertiser
> advertiserSptr = advertiser_.lock();
55
CHECK_AND_RETURN_LOG(advertiserSptr, "
BleAdvertiser
is destructed");
72
std::shared_ptr<
BleAdvertiser
> advertiserSptr = advertiser_.lock();
73
CHECK_AND_RETURN_LOG(advertiserSptr, "
BleAdvertiser
is destructed");
84
std::shared_ptr<
BleAdvertiser
> advertiserSptr = advertiser_.lock();
85
CHECK_AND_RETURN_LOG(advertiserSptr, "
BleAdvertiser
is destructed");
96
std::shared_ptr<
BleAdvertiser
> advertiserSpt
175
BleAdvertiser
::
BleAdvertiser
() : pimpl(nullptr)
BleAdvertiser()
function in OHOS::Bluetooth::BleAdvertiser
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_ble_advertiser.h
406
class BLUETOOTH_API
BleAdvertiser
{
class
409
* @brief A constructor of
BleAdvertiser
.
414
static std::shared_ptr<
BleAdvertiser
> CreateInstance(void);
417
* @brief A destructor used to delete the <b>
BleAdvertiser
</b> instance.
421
~
BleAdvertiser
();
489
BleAdvertiser
();
490
BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(
BleAdvertiser
);
498
explicit
BleAdvertiser
(PassKey) :
BleAdvertiser
() {};
in BleAdvertiser()
function in OHOS::Bluetooth::BleAdvertiser
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H
A
D
napi_bluetooth_ble.cpp
44
std::shared_ptr<
BleAdvertiser
> BleAdvertiserGetInstance(void)
in BleAdvertiserGetInstance()
46
static auto instance =
BleAdvertiser
::CreateInstance();
in BleAdvertiserGetInstance()
833
std::shared_ptr<
BleAdvertiser
> bleAdvertiser = BleAdvertiserGetInstance();
in StartAdvertising()
880
std::shared_ptr<
BleAdvertiser
> bleAdvertiser = BleAdvertiserGetInstance();
in CheckAdvertisingEnableParams()
910
std::shared_ptr<
BleAdvertiser
> bleAdvertiser = BleAdvertiserGetInstance();
in EnableAdvertising()
938
std::shared_ptr<
BleAdvertiser
> bleAdvertiser = BleAdvertiserGetInstance();
in CheckAdvertisingDisableParams()
955
std::shared_ptr<
BleAdvertiser
> bleAdvertiser = BleAdvertiserGetInstance();
in DisableAdvertising()
977
std::shared_ptr<
BleAdvertiser
> bleAdvertiser = BleAdvertiserGetInstance();
in CheckStopAdvWithAdvId()
1004
std::shared_ptr<
BleAdvertiser
> bleAdvertiser = BleAdvertiserGetInstance();
in StopAdvertising()
/foundation/communication/bluetooth_service/test/unittest/ble/
H
A
D
ble_test.cpp
195
std::shared_ptr<
BleAdvertiser
> bleAdvertise =
BleAdvertiser
::CreateInstance();
in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H
A
D
ohos_bt_gatt.cpp
63
static std::shared_ptr<
BleAdvertiser
> g_BleAdvertiser = nullptr;
654
g_BleAdvertiser =
BleAdvertiser
::CreateInstance();
in BleStartAdvWithAddr()
700
g_BleAdvertiser =
BleAdvertiser
::CreateInstance();
in BleStartAdvEx()
Completed in 7 milliseconds