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:curTimestamp
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H
A
D
dhcp_client_state_machine_test.cpp
364
time_t
curTimestamp
= time(NULL);
in HWTEST_F()
local
365
dhcpClient->Renewing(
curTimestamp
);
in HWTEST_F()
368
dhcpClient->Renewing(
curTimestamp
);
in HWTEST_F()
371
dhcpClient->Renewing(
curTimestamp
);
in HWTEST_F()
377
time_t
curTimestamp
= time(NULL);
in HWTEST_F()
local
378
dhcpClient->Rebinding(
curTimestamp
);
in HWTEST_F()
381
dhcpClient->Rebinding(
curTimestamp
);
in HWTEST_F()
384
dhcpClient->Rebinding(
curTimestamp
);
in HWTEST_F()
387
dhcpClient->Rebinding(
curTimestamp
);
in HWTEST_F()
393
time_t
curTimestamp
in HWTEST_F()
local
428
time_t
curTimestamp
= time(NULL);
HWTEST_F()
local
450
time_t
curTimestamp
= time(NULL);
HWTEST_F()
local
502
time_t
curTimestamp
= time(NULL);
HWTEST_F()
local
610
time_t
curTimestamp
= time(NULL);
HWTEST_F()
local
679
time_t
curTimestamp
= time(NULL);
HWTEST_F()
local
[all...]
/foundation/communication/dhcp/services/dhcp_client/src/
H
A
D
dhcp_client_state_machine.cpp
284
time_t
curTimestamp
;
in StartIpv4()
local
332
curTimestamp
= time(NULL);
in StartIpv4()
334
DhcpRequestHandle(
curTimestamp
);
in StartIpv4()
338
DhcpResponseHandle(
curTimestamp
);
in StartIpv4()
2096
time_t
curTimestamp
= time(nullptr);
in ScheduleLeaseTimers()
local
2097
if (
curTimestamp
== static_cast<time_t>(-1)) {
in ScheduleLeaseTimers()
2101
delay = (static_cast<int64_t>(
curTimestamp
) < m_renewalTimestamp) ? 0 : (static_cast<int64_t>(
curTimestamp
) -
in ScheduleLeaseTimers()
2103
DHCP_LOGI("ScheduleLeaseTimers delay:%{public}" PRId64",
curTimestamp
:%{public}" PRId64","
in ScheduleLeaseTimers()
2104
"m_renewalTimestamp:%{public}" PRId64, delay, static_cast<int64_t>(
curTimestamp
), m_renewalTimestam
in ScheduleLeaseTimers()
[all...]
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H
A
D
dhcpclientfun_fuzzer.cpp
43
time_t
curTimestamp
= time(nullptr);
in DhcpClientStateMachineFunFuzzerTest()
local
44
if (
curTimestamp
== static_cast<time_t>(-1)) {
in DhcpClientStateMachineFunFuzzerTest()
47
dhcpClient->DhcpRequestHandle(
curTimestamp
);
in DhcpClientStateMachineFunFuzzerTest()
49
dhcpClient->DhcpResponseHandle(
curTimestamp
);
in DhcpClientStateMachineFunFuzzerTest()
Completed in 7 milliseconds