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:rebindingTime
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/dhcp/services/dhcp_server/src/
H
A
D
dhcp_dhcpd.cpp
219
if (!config->
rebindingTime
) {
in InitRenewalTime()
220
config->
rebindingTime
= DHCP_RENEWAL_TIME;
in InitRenewalTime()
232
config->
rebindingTime
= static_cast<uint32_t>(OHOS::DHCP::CheckDataLegal(strValue));
in InitRebindingTime()
234
if (!config->
rebindingTime
) {
in InitRebindingTime()
235
config->
rebindingTime
= DHCP_REBINDING_TIME;
in InitRebindingTime()
H
A
D
dhcp_config.cpp
71
} else if (strcmp(pKey, "
rebindingTime
") == 0) {
in SetTimeConfigInfo()
72
dhcpConfig->
rebindingTime
= uValue;
in SetTimeConfigInfo()
206
(strcmp(pTok, "
rebindingTime
") == 0)) {
in SetDhcpConfig()
280
if (config->
rebindingTime
== 0) {
in CheckDhcpConfig()
281
config->
rebindingTime
= config->leaseTime * DHCP_REBIND_MULTIPLE;
in CheckDhcpConfig()
H
A
D
dhcp_s_server.cpp
789
if (srvIns->addressPool.
rebindingTime
) {
in AppendReplyTimeOptions()
790
t2Time = HostToNetwork(srvIns->addressPool.
rebindingTime
);
in AppendReplyTimeOptions()
1885
srvIns->addressPool.
rebindingTime
= config->
rebindingTime
;
in InitServerContext()
/foundation/communication/dhcp/services/dhcp_server/include/
H
A
D
dhcp_config.h
36
uint32_t
rebindingTime
; /* Rebinding time value. */
member
H
A
D
dhcp_address_pool.h
46
uint32_t
rebindingTime
;
member
Completed in 5 milliseconds