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:getSignalPollInfo
(Results
1 - 8
of
8
) sorted by relevance
/drivers/peripheral/wlan/interfaces/include/
H
A
D
wifi_hal_sta_feature.h
124
int32_t (*
getSignalPollInfo
)(const char *ifName, struct SignalResult *signalResult);
member
/drivers/peripheral/wlan/chip/hdi_service/
H
A
D
wifi_vendor_hal_stubs.cpp
70
PopulateStubFor(&halFn->
getSignalPollInfo
);
in InitHalFuncTableWithStubs()
H
A
D
wifi_hal.h
127
WifiError (*
getSignalPollInfo
)(wifiInterfaceHandle handle,
member
H
A
D
wifi_vendor_hal.cpp
317
return globalFuncTable_.
getSignalPollInfo
(GetIfaceHandle(ifaceName), signalPollResult);
in GetSignalPollInfo()
/drivers/peripheral/wlan/hal/src/
H
A
D
wifi_hal_sta_feature.c
128
(*fe)->
getSignalPollInfo
= GetSignalPollInfo;
in InitStaFeature()
/drivers/peripheral/wlan/test/unittest/chip/
H
A
D
wifi_hal_fn.cpp
212
fn->
getSignalPollInfo
= WifiGetSignalInfo;
in InitWifiHalFuncTable()
/drivers/peripheral/wlan/hdi_service/service_common/
H
A
D
wlan_common_cmd.c
1541
if (g_staFeature == NULL || g_staFeature->
getSignalPollInfo
== NULL) {
in WlanInterfaceGetSignalPollInfo()
1542
HDF_LOGE("%{public}s g_staFeature or g_staFeature->
getSignalPollInfo
is NULL!", __func__);
in WlanInterfaceGetSignalPollInfo()
1550
ret = g_staFeature->
getSignalPollInfo
(ifName, (struct SignalResult *)signalResult);
in WlanInterfaceGetSignalPollInfo()
/drivers/peripheral/wlan/test/unittest/hal/
H
A
D
wifi_hal_test.cpp
2037
ret = staFeature->
getSignalPollInfo
(interfaceName, &signalResult);
2038
printf("
getSignalPollInfo
ret = %d.\n", ret);
Completed in 8 milliseconds