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:BleCentralManager
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_ble_central_manager.cpp
29
struct
BleCentralManager
::impl {
151
BleCentralManager
::impl::impl()
in impl()
174
bool
BleCentralManager
::impl::InitScannerId(void)
in InitScannerId()
190
void
BleCentralManager
::impl::ConvertBleScanSetting(const BleScanSettings &inSettings,
in ConvertBleScanSetting()
201
void
BleCentralManager
::impl::ConvertBleScanFilter(const std::vector<BleScanFilter> &filters,
in ConvertBleScanFilter()
234
void
BleCentralManager
::impl::ConvertAdvertiserSetting(const BleAdvertiserSettings &inSettings,
in ConvertAdvertiserSetting()
243
void
BleCentralManager
::impl::ConvertActiveDeviceInfo(const std::vector<BleActiveDeviceInfo> &inDeviceInfos,
in ConvertActiveDeviceInfo()
255
int32_t
BleCentralManager
::impl::CheckScanParams(const BleScanSettings &settings,
in CheckScanParams()
290
BleCentralManager
::impl::~impl()
in ~impl()
300
BleCentralManager
function in OHOS::Bluetooth::BleCentralManager
317
BleCentralManager
::
BleCentralManager
(std::shared_ptr<
BleCentralManager
Callback> callback, bool enableRandomAddrMode)
BleCentralManager()
function in OHOS::Bluetooth::BleCentralManager
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_ble_central_manager.h
547
class BLUETOOTH_API
BleCentralManager
{
class
550
* @brief A constructor used to create a <b>
BleCentralManager
</b> instance.
555
explicit
BleCentralManager
(BleCentralManagerCallback &callback);
558
* @brief A constructor used to create a <b>
BleCentralManager
</b> instance.
564
explicit
BleCentralManager
(std::shared_ptr<BleCentralManagerCallback> callback, bool enableRandomAddrMode = true);
567
* @brief A destructor used to delete the <b>
BleCentralManager
</b> instance.
571
~
BleCentralManager
();
660
BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(
BleCentralManager
);
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H
A
D
ohos_bt_gatt.cpp
67
static BluetoothObjectMap<std::shared_ptr<
BleCentralManager
>, (MAX_BLE_SCAN_NUM + 1)> g_bleCentralManagerMap;
509
std::shared_ptr<
BleCentralManager
> bleCentralManager = g_bleCentralManagerMap.GetObject(scannerId);
in BleStopScan()
557
std::shared_ptr<
BleCentralManager
> bleCentralManager = std::make_shared<
BleCentralManager
>(callback);
in BleRegisterScanCallbacks()
939
std::shared_ptr<
BleCentralManager
> bleCentralManager = g_bleCentralManagerMap.GetObject(scannerId);
in BleStartScanEx()
961
* @brief Get
BleCentralManager
object.
963
* used to operate by
BleCentralManager
object, but not related to one scan.
965
* @param bleCentralManager the pointer of
BleCentralManager
.
968
void GetBleCentralManagerObject(std::shared_ptr<
BleCentralManager
> &bleCentralManager)
in GetBleCentralManagerObject()
972
HILOGI("no exist
BleCentralManager
");
in GetBleCentralManagerObject()
[all...]
/foundation/communication/bluetooth_service/test/unittest/ble/
H
A
D
ble_test.cpp
270
BleCentralManager
bleCentralManager(bleCentralManagerCallbackTest_);
in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H
A
D
napi_bluetooth_ble.cpp
50
BleCentralManager
*BleCentralManagerGetInstance(void)
in BleCentralManagerGetInstance()
52
static
BleCentralManager
instance(NapiBluetoothBleCentralManagerCallback::GetInstance());
in BleCentralManagerGetInstance()
Completed in 6 milliseconds