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:GetPairedStatus
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H
A
D
classic_adapter.cpp
155
if (device.second->
GetPairedStatus
() == PAIR_PAIRING) {
in DisablePairProcess()
545
if (device.second->
GetPairedStatus
() == PAIR_PAIRING) {
in SetBondableMode()
1179
if (remoteDevice->
GetPairedStatus
() == PAIR_CANCELING) {
in SSPConfirmReq()
1202
if (remoteDevice->
GetPairedStatus
() == PAIR_CANCELING) {
in PinCodeReq()
1207
if ((remoteDevice->
GetPairedStatus
() != PAIR_PAIRING) && (remoteDevice->
GetPairedStatus
() != PAIR_CANCELING)) {
in PinCodeReq()
1594
if (remoteDevice->
GetPairedStatus
() == PAIR_PAIRING) {
in ReceiveAuthenticationComplete()
1811
if (remoteDevice->
GetPairedStatus
() == PAIR_PAIRING) {
in StartPair()
1841
if (it == devices_.end() || (it->second->
GetPairedStatus
() != PAIR_PAIRING)) {
in CancelPairing()
1926
pairState = it->second->
GetPairedStatus
();
in GetPairState()
[all...]
H
A
D
classic_remote_device.h
124
int
GetPairedStatus
() const;
H
A
D
classic_remote_device.cpp
221
int ClassicRemoteDevice::
GetPairedStatus
() const
in GetPairedStatus()
function in OHOS::bluetooth::ClassicRemoteDevice
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_adapter.cpp
602
if (BLE_PAIR_PAIRED == it->second.
GetPairedStatus
()) {
in GetPairedDevices()
637
if (BLE_PAIR_PAIRING == it->second.
GetPairedStatus
()) {
in StartPair()
659
int pairState = it->second.
GetPairedStatus
();
in CancelPairing()
688
if ((it == pimpl->peerConnDeviceList_.end()) || (it->second.
GetPairedStatus
() != BLE_PAIR_PAIRED)) {
in RemovePairWithDisConnect()
743
if (it->second.
GetPairedStatus
() != BLE_PAIR_PAIRED) {
in RemoveAllPairs()
821
if ((BLE_PAIR_CANCELING == it->second.
GetPairedStatus
()) || (!accept)) {
in SetDevicePasskey()
885
pairState = it->second.
GetPairedStatus
();
in GetPairState()
928
if ((BLE_PAIR_CANCELING == it->second.
GetPairedStatus
()) || (!accept)) {
in SetDevicePairingConfirmation()
1134
if (it->second.
GetPairedStatus
() != BLE_PAIR_PAIRED) {
in SavePeerDeviceInfoToConf()
1301
if ((it->second.
GetPairedStatus
()
in LeConnectionCompleteTask()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
ble_service_data.h
1047
uint8_t
GetPairedStatus
() const;
H
A
D
ble_service_data.cpp
1390
uint8_t BlePeripheralDevice::
GetPairedStatus
() const
in GetPairedStatus()
function in OHOS::bluetooth::BlePeripheralDevice
Completed in 10 milliseconds