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:m_leaseTime
(Results
1 - 2
of
2
) sorted by relevance
/foundation/communication/dhcp/services/dhcp_client/src/
H
A
D
dhcp_client_state_machine.cpp
73
m_leaseTime
(0),
in DhcpClientStateMachine()
1297
m_leaseTime
= LEASETIME_DEFAULT * ONE_HOURS_SEC;
in ParseDhcpAckPacket()
1301
m_leaseTime
= u32Data;
in ParseDhcpAckPacket()
1302
DHCP_LOGI("ParseDhcpAckPacket recv DHCP_ACK 51, lease:%{public}u.",
m_leaseTime
);
in ParseDhcpAckPacket()
1304
m_renewalSec =
m_leaseTime
* RENEWAL_SEC_MULTIPLE; /* First renewal seconds. */
in ParseDhcpAckPacket()
1305
m_rebindSec =
m_leaseTime
* REBIND_SEC_MULTIPLE; /* Second rebind seconds. */
in ParseDhcpAckPacket()
1308
m_dhcpIpResult.uOptLeasetime =
m_leaseTime
;
in ParseDhcpAckPacket()
1310
m_leaseTime
, m_renewalSec, m_rebindSec);
in ParseDhcpAckPacket()
1926
m_leaseTime
= ipCached.ipResult.uOptLeasetime;
in TryCachedIp()
1930
DHCP_LOGI("TryCachedIp
m_leaseTime
in TryCachedIp()
[all...]
/foundation/communication/dhcp/services/dhcp_client/include/
H
A
D
dhcp_client_state_machine.h
133
uint32_t
m_leaseTime
;
member in OHOS::DHCP::DhcpClientStateMachine
Completed in 4 milliseconds