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:P2P_DEV_REPORTED
(Results
1 - 6
of
6
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H
A
D
p2p.c
364
dev->flags &= ~
P2P_DEV_REPORTED
;
in p2p_device_clear_reported()
529
dev->flags |=
P2P_DEV_REPORTED
| P2P_DEV_REPORTED_ONCE;
in p2p_add_group_clients()
866
if (dev->flags &
P2P_DEV_REPORTED
&& !wfd_changed &&
in p2p_add_device()
903
dev->flags |=
P2P_DEV_REPORTED
| P2P_DEV_REPORTED_ONCE;
in p2p_add_device()
1755
dev->flags |=
P2P_DEV_REPORTED
| P2P_DEV_REPORTED_ONCE;
in p2p_add_dev_info()
4285
dev->flags &
P2P_DEV_REPORTED
? "[REPORTED]" : "",
in p2p_get_peer_info_txt()
5422
if (!(dev->flags &
P2P_DEV_REPORTED
)) {
in p2p_process_nfc_connection_handover()
5425
dev->flags |=
P2P_DEV_REPORTED
| P2P_DEV_REPORTED_ONCE;
in p2p_process_nfc_connection_handover()
H
A
D
p2p_i.h
100
#define
P2P_DEV_REPORTED
BIT(1)
macro
H
A
D
p2p_go_neg.c
832
!(dev->flags &
P2P_DEV_REPORTED
))
in p2p_process_go_neg_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H
A
D
p2p.c
424
dev->flags &= ~
P2P_DEV_REPORTED
;
591
dev->flags |=
P2P_DEV_REPORTED
| P2P_DEV_REPORTED_ONCE;
930
if (dev->flags &
P2P_DEV_REPORTED
&& !wfd_changed &&
976
dev->flags |=
P2P_DEV_REPORTED
| P2P_DEV_REPORTED_ONCE;
1878
dev->flags |=
P2P_DEV_REPORTED
| P2P_DEV_REPORTED_ONCE;
4473
dev->flags &
P2P_DEV_REPORTED
? "[REPORTED]" : "",
5636
if (!(dev->flags &
P2P_DEV_REPORTED
)) {
5639
dev->flags |=
P2P_DEV_REPORTED
| P2P_DEV_REPORTED_ONCE;
H
A
D
p2p_i.h
100
#define
P2P_DEV_REPORTED
BIT(1)
macro
H
A
D
p2p_go_neg.c
897
!(dev->flags &
P2P_DEV_REPORTED
))
in p2p_process_go_neg_req()
Completed in 20 milliseconds