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_p2pFeature
(Results
1 - 2
of
2
) sorted by relevance
/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/module/
H
A
D
hdf_module_test.c
49
struct WifiFeature
g_p2pFeature
= {
variable
114
return module->iface.addFeature(module, HDF_WIFI_FEATURE_P2P, &
g_p2pFeature
);
in WiFiModuleTestAddFeature()
/drivers/peripheral/wlan/hdi_service/service_common/
H
A
D
wlan_common_cmd.c
28
struct IWiFiP2p *
g_p2pFeature
= NULL;
variable
123
ret = g_wifi->createFeature(type, (struct IWiFiBaseFeature **)&
g_p2pFeature
);
in WlanInterfaceCreateFeature()
128
if (
g_p2pFeature
!= NULL) {
in WlanInterfaceCreateFeature()
130
ifeature->type =
g_p2pFeature
->baseFeature.type;
in WlanInterfaceCreateFeature()
131
ifeature->ifName = strdup((
g_p2pFeature
->baseFeature).ifName);
in WlanInterfaceCreateFeature()
190
if (
g_p2pFeature
== NULL) {
in WlanInterfaceDestroyFeature()
191
HDF_LOGE("%{public}s
g_p2pFeature
is NULL!", __func__);
in WlanInterfaceDestroyFeature()
199
ret = strcpy_s((
g_p2pFeature
->baseFeature).ifName, IFNAMSIZ, ifeature->ifName);
in WlanInterfaceDestroyFeature()
204
ret = g_wifi->destroyFeature(&(
g_p2pFeature
->baseFeature));
in WlanInterfaceDestroyFeature()
205
g_p2pFeature
in WlanInterfaceDestroyFeature()
[all...]
Completed in 2 milliseconds