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:IsExpire
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H
A
D
dhcp_binding_test.cpp
56
EXPECT_EQ(
IsExpire
(nullptr), DHCP_FALSE);
in HWTEST()
59
EXPECT_EQ(
IsExpire
(&binding), DHCP_TRUE);
in HWTEST()
64
EXPECT_EQ(
IsExpire
(&binding), DHCP_FALSE);
in HWTEST()
67
EXPECT_EQ(
IsExpire
(&binding), DHCP_TRUE);
in HWTEST()
70
EXPECT_EQ(
IsExpire
(&binding), DHCP_FALSE);
in HWTEST()
73
EXPECT_EQ(
IsExpire
(&binding), DHCP_TRUE);
in HWTEST()
/foundation/communication/dhcp/services/dhcp_server/include/
H
A
D
dhcp_binding.h
65
int
IsExpire
(AddressBinding *binding);
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H
A
D
layout_algorithm.h
169
bool
IsExpire
() const
in IsExpire()
function in OHOS::Ace::NG::LayoutAlgorithmWrapper
/foundation/communication/dhcp/test/fuzztest/dhcpbinding_fuzzer/
H
A
D
dhcpbinding_fuzzer.cpp
46
IsExpire
(&binding);
in IsExpireTest()
/foundation/communication/dhcp/services/dhcp_server/src/
H
A
D
dhcp_binding.cpp
52
int
IsExpire
(AddressBinding *binding)
in IsExpire()
function
H
A
D
dhcp_address_pool.cpp
112
if (
IsExpire
(lease)) {
in CheckIpAvailability()
H
A
D
dhcp_s_server.cpp
1103
if (!
IsExpire
(lease)) {
in NotBindingRequest()
1104
DHCP_LOGI("Not
IsExpire
REPLY_NAK");
in NotBindingRequest()
1371
if (!sameAddr && !
IsExpire
(lease)) {
in OnReceivedRequest()
1375
if (!sameAddr &&
IsExpire
(lease)) {
in OnReceivedRequest()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
frame_node.cpp
4561
if ((!layoutAlgorithm_ || (needReset && layoutAlgorithm_->
IsExpire
())) && pattern_) {
in GetLayoutAlgorithm()
Completed in 15 milliseconds