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:PAIR_PAIRED
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H
A
D
bluetooth_connection_common.cpp
29
using Bluetooth::
PAIR_PAIRED
;
107
case
PAIR_PAIRED
:
in DealPairStatus()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H
A
D
classic_remote_device.cpp
302
return (pairState_ ==
PAIR_PAIRED
);
in IsPaired()
H
A
D
classic_adapter.cpp
1536
remoteDevice->SetPairedStatus(
PAIR_PAIRED
);
in ReceiveLinkKeyNotification()
1595
remoteDevice->SetPairedStatus(
PAIR_PAIRED
);
in ReceiveAuthenticationComplete()
1596
SendPairStatusChanged(ADAPTER_BREDR, device,
PAIR_PAIRED
);
in ReceiveAuthenticationComplete()
1720
SendPairStatusChanged(ADAPTER_BREDR, device,
PAIR_PAIRED
);
in SearchAttributeEnd()
1940
if ((it == devices_.end()) || (it->second->GetPairedStatus() ==
PAIR_PAIRED
) ||
in SetDevicePairingConfirmation()
1968
(it->second->GetPairedStatus() ==
PAIR_PAIRED
)) {
in SetDevicePasskey()
2217
(it->second->GetPairedStatus() ==
PAIR_PAIRED
)) {
in SetDevicePin()
H
A
D
classic_adapter_properties.cpp
460
remote->SetPairedStatus(
PAIR_PAIRED
);
in GetPairedDevice()
/foundation/communication/nfc/services/src/tag/
H
A
D
bt_connection_manager.cpp
549
if (pairState != Bluetooth::
PAIR_PAIRED
) {
in NextActionConnect()
773
if (info->state_ == Bluetooth::
PAIR_PAIRED
) {
in OnPairStatusChanged()
/foundation/communication/nfc/test/unittest/services/services_tags_test/
H
A
D
bt_connection_manager_test.cpp
258
info->state_ = Bluetooth::
PAIR_PAIRED
;
in HWTEST_F()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_def.h
190
const int
PAIR_PAIRED
= 0x03;
member
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H
A
D
napi_bluetooth_connection.cpp
967
case
PAIR_PAIRED
:
in DealPairStatus()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
bt_def.h
190
const int
PAIR_PAIRED
= 0x03;
member
Completed in 17 milliseconds