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:IsConnectable
(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
235
bool
IsConnectable
() const;
867
bool
IsConnectable
() const;
1308
bool
IsConnectable
() const
in IsConnectable()
function in OHOS::bluetooth::BleScanResultImpl
H
A
D
ble_parcel_data.h
250
bool
IsConnectable
() const
in IsConnectable()
function in OHOS::bluetooth::AdvertiserSettings
512
bool
IsConnectable
() const
in IsConnectable()
function in OHOS::bluetooth::ScanResult
H
A
D
ble_service_data.cpp
291
bool BleAdvertiserSettingsImpl::
IsConnectable
() const
in IsConnectable()
function in OHOS::bluetooth::BleAdvertiserSettingsImpl
1051
bool BlePeripheralDevice::
IsConnectable
() const
in IsConnectable()
function in OHOS::bluetooth::BlePeripheralDevice
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_ble_advertiser.h
199
bool
IsConnectable
() const;
H
A
D
bluetooth_ble_central_manager.h
111
bool
IsConnectable
() const;
/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()
562
bool BleScanResult::
IsConnectable
() const
in IsConnectable()
function in OHOS::Bluetooth::BleScanResult
H
A
D
bluetooth_ble_advertiser.cpp
299
uint32_t size = GetAdvertiserTotalBytes(advData, setting.
IsConnectable
());
in CheckAdvertiserData()
328
setting.SetConnectable(settings.
IsConnectable
());
in StartAdvertising()
381
setting.SetConnectable(settings.
IsConnectable
());
in StartAdvertising()
635
bool BleAdvertiserSettings::
IsConnectable
() const
in IsConnectable()
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
230
EXPECT_TRUE(BleTest::bleInstance_->bleAdvertiserSettings_.
IsConnectable
());
in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_advertiser_impl.cpp
768
if (!settings.
IsConnectable
()) {
in SetAdvParamToGap()
795
if (settings.
IsConnectable
()) {
in SetExAdvParamToGap()
801
if (settings.
IsConnectable
()) {
in SetExAdvParamToGap()
1080
if ((!iter->second.settings_.
IsConnectable
()) && (!name.empty()) &&
in SetExAdvScanRspDataToGap()
1559
if ((iter->second.settings_.
IsConnectable
()) || (iter->second.settings_.IsLegacyMode())) {
in GapExAdvParamSetCompleteEvt()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H
A
D
napi_bluetooth_ble_central_manager_callback.cpp
72
napi_get_boolean(env, bleScanResult.
IsConnectable
(), &value);
in ConvertScanResult()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H
A
D
ohos_bt_gatt.cpp
85
if (result.
IsConnectable
()) {
Completed in 18 milliseconds