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:timeoutTimer
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H
A
D
smp_send.c
218
AlarmSet(encCmd->
timeoutTimer
, SMP_PAIR_WAIT_TIME, SMP_EncCmdTimeout, encCmd);
in SMP_SendLeEncryptCmd()
449
if (pEncCmd->
timeoutTimer
!= NULL) {
in SMP_FreeEncCmd()
450
AlarmCancel(pEncCmd->
timeoutTimer
);
in SMP_FreeEncCmd()
451
AlarmDelete(pEncCmd->
timeoutTimer
);
in SMP_FreeEncCmd()
452
pEncCmd->
timeoutTimer
= NULL;
in SMP_FreeEncCmd()
469
pEncCmd->
timeoutTimer
= AlarmCreate("", false);
in SMP_AllocEncCmd()
615
AlarmCancel(encCmd->
timeoutTimer
);
in SMP_Aes128Hardware()
643
AlarmCancel(encCmd->
timeoutTimer
);
in SMP_Aes128Software()
H
A
D
smp_def.h
177
Alarm *
timeoutTimer
;
member
H
A
D
smp_hci_event.c
394
AlarmCancel(pEncCmdData->
timeoutTimer
);
in SMP_OnLeEncCompTask()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H
A
D
btm_acl.c
65
Alarm *
timeoutTimer
;
member
164
connection->
timeoutTimer
= AlarmCreate(NULL, false);
in AllocAclConnection()
177
if (aclConnection->
timeoutTimer
!= NULL) {
in FreeAclConnection()
178
AlarmCancel(aclConnection->
timeoutTimer
);
in FreeAclConnection()
179
AlarmDelete(aclConnection->
timeoutTimer
);
in FreeAclConnection()
180
aclConnection->
timeoutTimer
= NULL;
in FreeAclConnection()
524
AlarmSet(connection->
timeoutTimer
,
in BtmOnConnectionComplete()
1769
AlarmCancel(connection->
timeoutTimer
);
in BTM_AclAddRef()
1791
AlarmSet(connection->
timeoutTimer
, ACL_PASSIVE_TIMEOUT, BtmAclTimeout, connection);
in BtmReleaseConnection()
Completed in 7 milliseconds