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:bindingMode
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/dhcp/services/dhcp_server/src/
H
A
D
dhcp_address_pool.cpp
68
newBind.
bindingMode
= BIND_MODE_DYNAMIC;
in AddNewBinding()
101
if (lease->
bindingMode
== BIND_MODE_STATIC && !same) {
in CheckIpAvailability()
144
lease.
bindingMode
= BIND_PENDING;
in CheckRangeAvailability()
294
if (binding && binding->
bindingMode
== BIND_MODE_RESERVED) {
in IsReserved()
311
if (lease && lease->
bindingMode
== BIND_MODE_RESERVED) {
in IsReservedIp()
345
binding->
bindingMode
= BIND_MODE_RESERVED;
in AddReservedBinding()
348
bind.
bindingMode
= BIND_MODE_RESERVED;
in AddReservedBinding()
372
if (binding && binding->
bindingMode
== BIND_MODE_RESERVED) {
in RemoveReservedBinding()
H
A
D
dhcp_binding.cpp
99
binding->bindingTime, binding->pendingTime, binding->pendingInterval, binding->
bindingMode
,
in WriteAddressBinding()
198
binding->
bindingMode
= atoi(strs[BINDING_BINDING_MODE_POS]);
in ParseAddressBinding()
H
A
D
dhcp_server_service_impl.cpp
299
std::string
bindingMode
;
in ConvertLeasesToStationInfos()
local
303
bindingMode
>> bindingStatus >> info.deviceName)) {
in ConvertLeasesToStationInfos()
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H
A
D
dhcp_address_pool_test.cpp
201
bind.
bindingMode
= BIND_MODE_DYNAMIC;
in HWTEST_F()
217
bind.
bindingMode
= BIND_MODE_RESERVED;
in HWTEST_F()
249
bind2.
bindingMode
= BIND_MODE_RESERVED;
in HWTEST_F()
264
bind.
bindingMode
= BIND_ASSOCIATED;
in HWTEST_F()
291
lease.
bindingMode
= BIND_MODE_DYNAMIC;
in HWTEST_F()
317
lease.
bindingMode
= BIND_MODE_DYNAMIC;
in HWTEST_F()
340
EXPECT_EQ(lease.
bindingMode
, leaseRec->
bindingMode
);
in HWTEST_F()
348
lease.
bindingMode
= BIND_MODE_DYNAMIC;
in HWTEST_F()
367
EXPECT_EQ(lease.
bindingMode
, leaseRe
in HWTEST_F()
[all...]
H
A
D
dhcp_binding_test.cpp
88
binding.
bindingMode
= 1;
in HWTEST()
/foundation/communication/dhcp/services/dhcp_server/include/
H
A
D
dhcp_binding.h
41
int
bindingMode
;
member
Completed in 7 milliseconds