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_NONE
(Results
1 - 10
of
10
) sorted by relevance
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H
A
D
bluetooth_connection_common.cpp
27
using Bluetooth::
PAIR_NONE
;
101
case
PAIR_NONE
:
in DealPairStatus()
H
A
D
bluetooth_connection_impl.cpp
36
using Bluetooth::
PAIR_NONE
;
136
return
PAIR_NONE
;
in GetPairState()
139
int state =
PAIR_NONE
;
in GetPairState()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H
A
D
classic_remote_device.cpp
30
pairState_ =
PAIR_NONE
;
in ClassicRemoteDevice()
41
pairState_ =
PAIR_NONE
;
in ClassicRemoteDevice()
212
if (
PAIR_NONE
> status || PAIR_CANCELING < status) {
in SetPairedStatus()
H
A
D
classic_adapter.cpp
159
device.second->SetPairedStatus(
PAIR_NONE
);
in DisablePairProcess()
1542
remoteDevice->SetPairedStatus(
PAIR_NONE
);
in ReceiveLinkKeyNotification()
1560
remoteDevice->SetPairedStatus(
PAIR_NONE
);
in ReceiveSimplePairComplete()
1562
SendPairStatusChanged(ADAPTER_BREDR, device,
PAIR_NONE
);
in ReceiveSimplePairComplete()
1590
remoteDevice->SetPairedStatus(
PAIR_NONE
);
in ReceiveAuthenticationComplete()
1592
SendPairStatusChanged(ADAPTER_BREDR, device,
PAIR_NONE
);
in ReceiveAuthenticationComplete()
1812
HILOGE("StartPair failed, because of
PAIR_NONE
or PAIRING!");
in StartPair()
1873
it->second->SetPairedStatus(
PAIR_NONE
);
in RemovePair()
1886
SendPairStatusChanged(BTTransport::ADAPTER_BREDR, device,
PAIR_NONE
);
in RemovePair()
1897
it->second->SetPairedStatus(
PAIR_NONE
);
in RemoveAllPairs()
[all...]
/foundation/communication/nfc/test/fuzztest/services_test/btconnectionmanager_test/btconnectionmanager/btconnectionmanager_fuzzer/
H
A
D
btconnectionmanager_fuzzer.cpp
123
info->state_ = Bluetooth::
PAIR_NONE
;
in FuzzOnPairStatusChanged()
/foundation/communication/nfc/test/unittest/services/services_tags_test/
H
A
D
bt_connection_manager_test.cpp
235
info->state_ = Bluetooth::
PAIR_NONE
;
in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H
A
D
napi_bluetooth_connection.cpp
610
int state =
PAIR_NONE
;
in GetPairState()
961
case
PAIR_NONE
:
in DealPairStatus()
/foundation/communication/nfc/services/src/tag/
H
A
D
bt_connection_manager.cpp
776
} else if (info->state_ == Bluetooth::
PAIR_NONE
) {
in OnPairStatusChanged()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_def.h
188
const int
PAIR_NONE
= 0x01;
member
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
bt_def.h
188
const int
PAIR_NONE
= 0x01;
member
Completed in 16 milliseconds