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:pd_retries
(Results
1 - 6
of
6
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H
A
D
p2p_i.h
497
int
pd_retries
;
member
H
A
D
p2p_pd.c
1726
p2p->
pd_retries
= MAX_PROV_DISC_REQ_RETRIES;
in p2p_prov_disc_req()
1758
p2p->
pd_retries
= 0;
in p2p_reset_pending_pd()
H
A
D
p2p.c
4012
if (p2p->
pd_retries
) {
in p2p_timeout_prov_disc_req()
4013
p2p->
pd_retries
--;
in p2p_timeout_prov_disc_req()
4588
p2p->
pd_retries
> 0)) {
in p2p_ext_listen_timeout()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H
A
D
p2p_i.h
527
int
pd_retries
;
member
H
A
D
p2p_pd.c
1726
p2p->
pd_retries
= MAX_PROV_DISC_REQ_RETRIES;
in p2p_prov_disc_req()
1758
p2p->
pd_retries
= 0;
in p2p_reset_pending_pd()
H
A
D
p2p.c
4200
if (p2p->
pd_retries
) {
4201
p2p->
pd_retries
--;
4783
p2p->
pd_retries
> 0)) {
Completed in 20 milliseconds