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:Tmspsec
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/dhcp/services/dhcp_server/src/
H
A
D
dhcp_address_pool.cpp
74
newBind.bindingTime =
Tmspsec
();
in AddNewBinding()
75
newBind.pendingTime =
Tmspsec
();
in AddNewBinding()
108
lease->pendingTime =
Tmspsec
();
in CheckIpAvailability()
114
lease->pendingTime =
Tmspsec
();
in CheckIpAvailability()
143
lease.pendingTime =
Tmspsec
();
in CheckRangeAvailability()
349
bind.bindingTime =
Tmspsec
();
in AddReservedBinding()
524
uint64_t currTime =
Tmspsec
();
in SaveBindingRecoders()
H
A
D
dhcp_binding.cpp
68
uint64_t curr =
Tmspsec
();
in IsExpire()
171
uint64_t curr =
Tmspsec
();
in ParseAddressBinding()
H
A
D
common_util.cpp
59
uint64_t
Tmspsec
(void)
in Tmspsec()
function
H
A
D
dhcp_s_server.cpp
807
uint64_t tms =
Tmspsec
() - binding->pendingTime;
in Repending()
809
binding->pendingTime =
Tmspsec
();
in Repending()
813
binding->pendingTime =
Tmspsec
();
in Repending()
840
binding->bindingTime =
Tmspsec
();
in Rebinding()
1135
lease->bindingTime =
Tmspsec
();
in NotBindingRequest()
1430
lease->expireIn =
Tmspsec
() + lease->leaseTime;
in OnReceivedDecline()
/foundation/communication/dhcp/services/dhcp_server/include/
H
A
D
common_util.h
26
uint64_t
Tmspsec
(void);
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H
A
D
dhcp_binding_test.cpp
60
uint64_t curr =
Tmspsec
();
in HWTEST()
108
uint64_t curr =
Tmspsec
();
in HWTEST()
H
A
D
dhcp_message_sim.cpp
235
static uint32_t currXid =
Tmspsec
();
in GetXid()
237
currXid =
Tmspsec
();
in GetXid()
/foundation/communication/dhcp/test/fuzztest/commonutil_fuzzer/
H
A
D
commonutil_fuzzer.cpp
34
Tmspsec
();
in CommonUtilFuzzTest()
Completed in 7 milliseconds