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:SetPairedStatus
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H
A
D
classic_adapter.cpp
159
device.second->
SetPairedStatus
(PAIR_NONE);
in DisablePairProcess()
1208
remoteDevice->
SetPairedStatus
(PAIR_PAIRING);
in PinCodeReq()
1536
remoteDevice->
SetPairedStatus
(PAIR_PAIRED);
in ReceiveLinkKeyNotification()
1542
remoteDevice->
SetPairedStatus
(PAIR_NONE);
in ReceiveLinkKeyNotification()
1560
remoteDevice->
SetPairedStatus
(PAIR_NONE);
in ReceiveSimplePairComplete()
1590
remoteDevice->
SetPairedStatus
(PAIR_NONE);
in ReceiveAuthenticationComplete()
1595
remoteDevice->
SetPairedStatus
(PAIR_PAIRED);
in ReceiveAuthenticationComplete()
1829
remoteDevice->
SetPairedStatus
(PAIR_PAIRING);
in StartPair()
1846
it->second->
SetPairedStatus
(PAIR_CANCELING);
in CancelPairing()
1873
it->second->
SetPairedStatus
(PAIR_NON
in RemovePair()
[all...]
H
A
D
classic_remote_device.h
363
bool
SetPairedStatus
(int status);
H
A
D
classic_remote_device.cpp
208
bool ClassicRemoteDevice::
SetPairedStatus
(int status)
in SetPairedStatus()
function in OHOS::bluetooth::ClassicRemoteDevice
H
A
D
classic_adapter_properties.cpp
460
remote->
SetPairedStatus
(PAIR_PAIRED);
in GetPairedDevice()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_adapter.cpp
671
it->second.
SetPairedStatus
(BLE_PAIR_CANCELING);
in CancelPairing()
1121
remote.
SetPairedStatus
(BLE_PAIR_PAIRED);
in ReadPeerDeviceInfoFromConf()
1357
it->second.
SetPairedStatus
(BLE_PAIR_PAIRED);
in LePairComplete()
1396
it->second.
SetPairedStatus
(BLE_PAIR_NONE);
in LePairComplete()
1413
it->second.
SetPairedStatus
(BLE_PAIR_PAIRING);
in LePairingStatus()
1418
peerDevice.
SetPairedStatus
(BLE_PAIR_PAIRING);
in LePairingStatus()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
ble_service_data.h
1057
bool
SetPairedStatus
(uint8_t status);
H
A
D
ble_service_data.cpp
1403
bool BlePeripheralDevice::
SetPairedStatus
(uint8_t status)
in SetPairedStatus()
function in OHOS::bluetooth::BlePeripheralDevice
Completed in 12 milliseconds