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:InitOptionList
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H
A
D
dhcp_option_test.cpp
39
if (
InitOptionList
(&options)) {
in SetUp()
55
EXPECT_EQ(RET_SUCCESS,
InitOptionList
(&testOpts));
in HWTEST_F()
57
EXPECT_EQ(RET_SUCCESS,
InitOptionList
(&options));
in HWTEST_F()
58
EXPECT_EQ(RET_ERROR,
InitOptionList
(NULL));
in HWTEST_F()
66
ASSERT_EQ(RET_SUCCESS,
InitOptionList
(&testOpts));
in HWTEST_F()
H
A
D
dhcp_message_sim.cpp
257
if (
InitOptionList
(&msg->options) != RET_SUCCESS) {
in InitMessage()
H
A
D
dhcp_s_server_test.cpp
96
if (
InitOptionList
(&config->options) != RET_SUCCESS) {
in InitServerConfig()
H
A
D
system_func_mock.cpp
303
if (
InitOptionList
(&reply.options) != RET_SUCCESS) {
in ParseMockOptions()
/foundation/communication/dhcp/services/dhcp_server/include/
H
A
D
dhcp_option.h
53
int
InitOptionList
(PDhcpOptionList pOptions);
/foundation/communication/dhcp/services/dhcp_server/src/
H
A
D
dhcp_dhcpd.cpp
304
if (
InitOptionList
(&config->options) != RET_SUCCESS) {
in InitializeDhcpConfig()
H
A
D
dhcp_option.cpp
60
int
InitOptionList
(PDhcpOptionList pOptions)
in InitOptionList()
function
H
A
D
dhcp_address_pool.cpp
241
if (
InitOptionList
(&pool->fixedOptions) != RET_SUCCESS) {
in InitAddressPool()
H
A
D
dhcp_s_server.cpp
529
InitOptionList
(&from.options);
in BeginLooper()
530
InitOptionList
(&reply.options);
in BeginLooper()
1905
if (
InitOptionList
(&srvIns->addressPool.fixedOptions) != RET_SUCCESS) {
in InitServerFixedOptions()
Completed in 7 milliseconds