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:apIface
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/wlan/test/unittest/chip/
H
A
D
wifi_ap_iface_test.cpp
39
apIface
= new (std::nothrow) WifiApIface(AP_IFNAME, instances, wifiVendorHalTest, ifaceUtil);
in SetUp()
40
if (
apIface
== nullptr) {
in SetUp()
56
sptr<WifiApIface>
apIface
;
member in WifiApIfaceTest::WifiApIfaceTest
68
if (
apIface
== nullptr) {
in HWTEST_F()
71
apIface
->Invalidate();
in HWTEST_F()
72
EXPECT_FALSE(
apIface
->IsValid());
in HWTEST_F()
73
EXPECT_TRUE(
apIface
->GetName() == AP_IFNAME);
in HWTEST_F()
74
apIface
->RemoveInstance(AP_IFNAME);
in HWTEST_F()
76
EXPECT_TRUE(
apIface
->GetIfaceType(type) == HDF_SUCCESS);
in HWTEST_F()
79
EXPECT_TRUE(
apIface
in HWTEST_F()
[all...]
H
A
D
wifi_chip_test.cpp
112
sptr<IChipIface>
apIface
= new (std::nothrow) WifiApIface(TEST_AP_IFNAME, instances, vendorHal,
in HWTEST_F()
local
114
wifiChip->CreateApService(
apIface
);
in HWTEST_F()
118
wifiChip->GetApService(ifname1,
apIface
);
in HWTEST_F()
121
EXPECT_TRUE(wifiChip->GetApService(ifname1,
apIface
) == HDF_FAILURE);
in HWTEST_F()
Completed in 1 milliseconds