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:SetConnectable
(Results
1 - 14
of
14
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
ble_parcel_data.cpp
35
this->
SetConnectable
(device.IsConnectable());
in ScanResult()
H
A
D
ble_service_data.h
243
void
SetConnectable
(bool connectable);
874
void
SetConnectable
(bool connectable);
1386
void
SetConnectable
(bool connectable)
in SetConnectable()
function in OHOS::bluetooth::BleScanResultImpl
H
A
D
ble_parcel_data.h
295
void
SetConnectable
(bool connectable)
in SetConnectable()
function in OHOS::bluetooth::AdvertiserSettings
590
void
SetConnectable
(bool connectable)
in SetConnectable()
function in OHOS::bluetooth::ScanResult
H
A
D
ble_service_data.cpp
302
void BleAdvertiserSettingsImpl::
SetConnectable
(bool connectable)
in SetConnectable()
function in OHOS::bluetooth::BleAdvertiserSettingsImpl
1061
void BlePeripheralDevice::
SetConnectable
(bool connectable)
in SetConnectable()
function in OHOS::bluetooth::BlePeripheralDevice
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_ble_advertiser.h
216
void
SetConnectable
(bool connectable);
H
A
D
bluetooth_ble_central_manager.h
185
void
SetConnectable
(bool connectable);
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_ble_central_manager.cpp
68
scanResult.
SetConnectable
(tempResult.IsConnectable());
107
scanResult.
SetConnectable
(result.IsConnectable());
237
outSettings.
SetConnectable
(inSettings.IsConnectable());
in ConvertAdvertiserSetting()
607
void BleScanResult::
SetConnectable
(bool connectable)
in SetConnectable()
function in OHOS::Bluetooth::BleScanResult
H
A
D
bluetooth_ble_advertiser.cpp
328
setting.
SetConnectable
(settings.IsConnectable());
in StartAdvertising()
381
setting.
SetConnectable
(settings.IsConnectable());
in StartAdvertising()
630
void BleAdvertiserSettings::
SetConnectable
(bool connectable)
in SetConnectable()
function in OHOS::Bluetooth::BleAdvertiserSettings
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_ble_advertiser_server.cpp
193
settingsImpl.
SetConnectable
(settings.IsConnectable());
in StartAdvertising()
H
A
D
bluetooth_ble_central_manager_server.cpp
150
bleScanResult.
SetConnectable
(iter->GetPeripheralDevice().IsConnectable());
/foundation/communication/bluetooth_service/test/unittest/ble/
H
A
D
ble_test.cpp
49
BleTest::bleInstance_->bleAdvertiserSettings_.
SetConnectable
(true);
in InitAdvertiseSettings()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H
A
D
ohos_bt_gatt.cpp
644
settings.
SetConnectable
(false);
in BleStartAdvWithAddr()
718
settings.
SetConnectable
(false);
in BleStartAdvEx()
1259
advSettings.
SetConnectable
(false);
in ConvertAdvSettingParam()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_central_manager_impl.cpp
457
device.
SetConnectable
(false);
in AddPeripheralDevice()
459
device.
SetConnectable
(true);
in AddPeripheralDevice()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H
A
D
napi_bluetooth_ble.cpp
685
outSettings.
SetConnectable
(connectable);
in ParseAdvertisingSettingsParameters()
Completed in 20 milliseconds