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:ipv6Client
(Results
1 - 2
of
2
) sorted by relevance
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H
A
D
dhcp_ipv6_client_test.cpp
78
ipv6Client
= std::make_unique<OHOS::DHCP::DhcpIpv6Client>(ifname);
in SetUp()
82
if (
ipv6Client
!= nullptr) {
in TearDown()
83
ipv6Client
.reset(nullptr);
in TearDown()
87
std::unique_ptr<OHOS::DHCP::DhcpIpv6Client>
ipv6Client
;
member in OHOS::DHCP::DhcpIpv6ClientTest
92
ASSERT_TRUE(
ipv6Client
!= nullptr);
in HWTEST_F()
94
ipv6Client
->IsRunning();
in HWTEST_F()
99
ASSERT_TRUE(
ipv6Client
!= nullptr);
in HWTEST_F()
101
ipv6Client
->DhcpIPV6Stop();
in HWTEST_F()
106
ASSERT_TRUE(
ipv6Client
!= nullptr);
in HWTEST_F()
108
ipv6Client
in HWTEST_F()
[all...]
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H
A
D
dhcpclientfun_fuzzer.cpp
36
std::unique_ptr<OHOS::DHCP::DhcpIpv6Client>
ipv6Client
= std::make_unique<OHOS::DHCP::DhcpIpv6Client>("wlan0");
member
55
if (
ipv6Client
== nullptr) {
in DhcpIpv6FunFuzzerTest()
64
ipv6Client
->handleKernelEvent(data, static_cast<int>(size));
in DhcpIpv6FunFuzzerTest()
71
ipv6Client
->IsRunning();
in IsRunningFuzzerTest()
77
ipv6Client
->SetCallback(callback);
in SetCallbackFuzzerTest()
84
ipv6Client
->StartIpv6Thread(ifname, isIpv6);
in StartIpv6ThreadFuzzerTest()
90
ipv6Client
->ipv6AddrScope2Type(scope);
in Ipv6AddrScope2TypeFuzzerTest()
95
ipv6Client
->getAddrType(nullptr);
in GetAddrTypeFuzzerTest()
98
ipv6Client
->getAddrType(&addr);
in GetAddrTypeFuzzerTest()
101
ipv6Client
in GetAddrTypeFuzzerTest()
[all...]
Completed in 3 milliseconds