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:ifaceType
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/wlan/chip/hdi_service/
H
A
D
wifi_chip.cpp
244
const auto
ifaceType
=
in ExpandIfaceCombinations()
local
246
expandedCombos[k][
ifaceType
]++;
in ExpandIfaceCombinations()
285
for (const auto
ifaceType
: {IfaceType::AP, IfaceType::P2P, IfaceType::STA}) {
in CanExpandedIfaceSupportIfaceType()
286
size_t numIfacesNeeded = currentCombo.at(
ifaceType
);
in CanExpandedIfaceSupportIfaceType()
287
if (
ifaceType
== type) {
in CanExpandedIfaceSupportIfaceType()
290
size_t numIfacesAllowed = expandedCombo.at(
ifaceType
);
in CanExpandedIfaceSupportIfaceType()
H
A
D
wifi_hal.h
109
WifiError (*vendorHalCreateIface)(wifiHandle handle, const char* ifname, HalIfaceType
ifaceType
);
/drivers/peripheral/wlan/test/unittest/chip/
H
A
D
wifi_hal_fn.cpp
66
WifiError VendorHalCreateIface(wifiHandle handle, const char* ifname, HalIfaceType
ifaceType
)
in VendorHalCreateIface()
argument
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H
A
D
parser.cpp
714
AutoPtr<ASTInterfaceType>
ifaceType
= dynamic_cast<ASTInterfaceType *>(paramType.Get());
in ParseParam()
local
715
if (
ifaceType
->IsCallback() && paramAttr->value_ != ParamAttr::PARAM_IN) {
in ParseParam()
718
} else if (!
ifaceType
->IsCallback() && paramAttr->value_ != ParamAttr::PARAM_OUT) {
in ParseParam()
722
if (!
ifaceType
->IsCallback()) {
in ParseParam()
723
ifaceType
->SetSerializable(true);
in ParseParam()
/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H
A
D
alsa_soundcard.c
860
snd_ctl_elem_iface_t
ifaceType
= ConvertIfaceType(ctlElem->iface);
in SetElementInfo()
local
861
snd_ctl_elem_id_set_interface(id,
ifaceType
);
in SetElementInfo()
Completed in 7 milliseconds