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:g_wifi
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/wlan/test/unittest/hal/
H
A
D
wifi_hal_test.cpp
34
struct IWiFi *
g_wifi
= nullptr;
member
59
ret = WifiConstruct(&
g_wifi
);
in SetUpTestCase()
67
ret = WifiDestruct(&
g_wifi
);
in TearDownTestCase()
75
ret =
g_wifi
->start(nullptr);
in SetUp()
77
ret =
g_wifi
->start(
g_wifi
);
in SetUp()
85
ret =
g_wifi
->stop(nullptr);
in TearDown()
87
ret =
g_wifi
->stop(
g_wifi
);
in TearDown()
148
ret =
g_wifi
in HWTEST_F()
[all...]
/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_direct/
H
A
D
wlan_extend_cmd.c
24
static struct IWiFi *
g_wifi
= NULL;
variable
36
if (
g_wifi
== NULL) {
in WlanInterfaceStartChannelMeas()
37
HDF_LOGE("%{public}s
g_wifi
is NULL!", __func__);
in WlanInterfaceStartChannelMeas()
40
ret =
g_wifi
->startChannelMeas(ifName, (const struct MeasParam *)measChannelParam);
in WlanInterfaceStartChannelMeas()
57
if (
g_wifi
== NULL) {
in WlanInterfaceGetChannelMeasResult()
58
HDF_LOGE("%{public}s
g_wifi
is NULL!", __func__);
in WlanInterfaceGetChannelMeasResult()
61
ret =
g_wifi
->getChannelMeasResult(ifName, (struct MeasResult *)measChannelResult);
in WlanInterfaceGetChannelMeasResult()
78
if (
g_wifi
== NULL) {
in WlanInterfaceWifiSendCmdIoctl()
79
HDF_LOGE("%{public}s
g_wifi
is NULL!", __func__);
in WlanInterfaceWifiSendCmdIoctl()
82
ret =
g_wifi
in WlanInterfaceWifiSendCmdIoctl()
[all...]
/drivers/peripheral/wlan/test/performance/common/
H
A
D
hdf_wlan_performance_test.cpp
27
struct IWiFi *
g_wifi
= nullptr;
member
55
ret = WifiConstruct(&
g_wifi
);
in SetUpTestCase()
63
ret = WifiDestruct(&
g_wifi
);
in TearDownTestCase()
71
ret =
g_wifi
->start(nullptr);
in SetUp()
73
ret =
g_wifi
->start(
g_wifi
);
in SetUp()
81
ret =
g_wifi
->stop(nullptr);
in TearDown()
83
ret =
g_wifi
->stop(
g_wifi
);
in TearDown()
113
ret =
g_wifi
in HWTEST_F()
[all...]
/drivers/peripheral/wlan/hdi_service/service_common/
H
A
D
wlan_common_cmd.c
25
struct IWiFi *
g_wifi
= NULL;
variable
51
if (
g_wifi
== NULL ||
g_wifi
->start == NULL) {
in WlanInterfaceStart()
52
HDF_LOGE("%{public}s:
g_wifi
or
g_wifi
->start is NULL", __func__);
in WlanInterfaceStart()
55
ret =
g_wifi
->start(
g_wifi
);
in WlanInterfaceStart()
70
if (
g_wifi
== NULL ||
g_wifi
->stop == NULL) {
in WlanInterfaceStop()
71
HDF_LOGE("%{public}s:
g_wifi
o
in WlanInterfaceStop()
[all...]
Completed in 5 milliseconds