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:wifiScanResults
(Results
1 - 1
of
1
) sorted by relevance
/drivers/peripheral/wlan/hdi_service/service_common/
H
A
D
wlan_common_cmd.c
682
static int32_t WlanFillScanResultsInfo(WifiScanResults *
wifiScanResults
, struct HdfWifiScanResults *scanResults)
in WlanFillScanResultsInfo()
argument
685
if (
wifiScanResults
== NULL || scanResults == NULL) {
in WlanFillScanResultsInfo()
686
HDF_LOGE("%{public}s:
wifiScanResults
or scanResults is NULL!", __func__);
in WlanFillScanResultsInfo()
689
for (i = 0; i <
wifiScanResults
->num; i++) {
in WlanFillScanResultsInfo()
690
if (WlanFillScanResultInfoExt(&
wifiScanResults
->scanResult[i], &scanResults->res[i]) != HDF_SUCCESS) {
in WlanFillScanResultsInfo()
694
scanResults->resLen =
wifiScanResults
->num;
in WlanFillScanResultsInfo()
721
WifiScanResults *
wifiScanResults
, const char *ifName)
in ProcessEventScanResults()
737
if (
wifiScanResults
->num == 0) {
in ProcessEventScanResults()
745
scanResults->resLen =
wifiScanResults
->num;
in ProcessEventScanResults()
748
if ((scanResults->res == NULL) || (WlanFillScanResultsInfo(
wifiScanResults
, scanResult
in ProcessEventScanResults()
720
ProcessEventScanResults(struct HdfWlanRemoteNode *node, uint32_t event, WifiScanResults *
wifiScanResults
, const char *ifName)
ProcessEventScanResults()
argument
[all...]
Completed in 3 milliseconds