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:ifaces
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/wlan/chip/hdi_service/
H
A
D
wifi_chip.cpp
37
void InvalidateAndClearApIface(std::vector<sptr<WifiApIface>>&
ifaces
)
in InvalidateAndClearApIface()
argument
39
for (const auto& iface :
ifaces
) {
in InvalidateAndClearApIface()
42
ifaces
.clear();
in InvalidateAndClearApIface()
45
void InvalidateAndClearStaIface(std::vector<sptr<WifiStaIface>>&
ifaces
)
in InvalidateAndClearStaIface()
argument
47
for (const auto& iface :
ifaces
) {
in InvalidateAndClearStaIface()
50
ifaces
.clear();
in InvalidateAndClearStaIface()
53
void InvalidateAndClearP2pIface(std::vector<sptr<WifiP2pIface>>&
ifaces
)
in InvalidateAndClearP2pIface()
argument
55
for (const auto& iface :
ifaces
) {
in InvalidateAndClearP2pIface()
58
ifaces
.clear();
in InvalidateAndClearP2pIface()
61
void InvalidateAndClearExtIface(std::vector<sptr<WifiExtIface>>&
ifaces
)
in InvalidateAndClearExtIface()
argument
316
GetApNames(std::vector<sptr<WifiApIface>>&
ifaces
)
GetApNames()
argument
325
FindApUsingName(std::vector<sptr<WifiApIface>>&
ifaces
, const std::string& name)
FindApUsingName()
argument
336
GetP2pNames(std::vector<sptr<WifiP2pIface>>&
ifaces
)
GetP2pNames()
argument
345
FindP2pUsingName(std::vector<sptr<WifiP2pIface>>&
ifaces
, const std::string& name)
FindP2pUsingName()
argument
356
GetStaNames(std::vector<sptr<WifiStaIface>>&
ifaces
)
GetStaNames()
argument
365
FindStaUsingName(std::vector<sptr<WifiStaIface>>&
ifaces
, const std::string& name)
FindStaUsingName()
argument
376
FindExtUsingName(std::vector<sptr<WifiExtIface>>&
ifaces
, const std::string& name)
FindExtUsingName()
argument
[all...]
H
A
D
wifi_hal.h
80
WifiError VendorHalGetIfaces(wifiHandle handle, int *numIfaces, wifiInterfaceHandle **
ifaces
);
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H
A
D
hdi_wpa_hal.c
118
WpaIfaceInfo *info = p->
ifaces
;
in WpaCliAddIface()
146
info->next = p->
ifaces
;
in WpaCliAddIface()
147
p->
ifaces
= info;
in WpaCliAddIface()
158
WpaIfaceInfo *info = p->
ifaces
;
in WpaCliRemoveIface()
177
p->
ifaces
= info->next;
in WpaCliRemoveIface()
215
g_wpaInterface->
ifaces
= NULL;
in InitWifiWpaGlobalInterface()
230
WpaIfaceInfo *p = g_wpaInterface->
ifaces
;
in ReleaseWpaGlobalInterface()
H
A
D
hdi_wpa_hal.h
52
WpaIfaceInfo *
ifaces
;
member
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H
A
D
usb_pnp_notify.c
225
if (infoData.usbDev->
ifaces
[i].idesc == NULL) {
in UsbPnpNotifyAddInitInfo()
230
deviceInfo->info.interfaceInfo[i].interfaceClass = infoData.usbDev->
ifaces
[i].idesc->bInterfaceClass;
in UsbPnpNotifyAddInitInfo()
231
deviceInfo->info.interfaceInfo[i].interfaceSubClass = infoData.usbDev->
ifaces
[i].idesc->bInterfaceSubClass;
in UsbPnpNotifyAddInitInfo()
232
deviceInfo->info.interfaceInfo[i].interfaceProtocol = infoData.usbDev->
ifaces
[i].idesc->bInterfaceProtocol;
in UsbPnpNotifyAddInitInfo()
233
deviceInfo->info.interfaceInfo[i].interfaceNumber = infoData.usbDev->
ifaces
[i].idesc->bInterfaceNumber;
in UsbPnpNotifyAddInitInfo()
Completed in 4 milliseconds