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
defs:leaseTime
(Results
1 - 19
of
19
) sorted by relevance
/foundation/communication/wifi/wifi/interfaces/kits/c/
H
A
D
wifi_hotspot_config.h
103
int
leaseTime
;
member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H
A
D
ap_state_machine.cpp
118
bool ApStateMachine::StartDhcpServer(const std::string &ipAddress, const int32_t &
leaseTime
)
in StartDhcpServer()
argument
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H
A
D
mock_dhcp_service.cpp
120
DhcpErrorCode __wrap_UpdateLeasesTime(const char *
leaseTime
)
in __wrap_UpdateLeasesTime()
argument
/foundation/communication/dhcp/frameworks/native/src/
H
A
D
dhcp_server_impl.cpp
182
ErrCode DhcpServerImpl::UpdateLeasesTime(const std::string&
leaseTime
)
in UpdateLeasesTime()
argument
H
A
D
dhcp_server_proxy.cpp
335
ErrCode DhcpServerProxy::UpdateLeasesTime(const std::string&
leaseTime
)
in UpdateLeasesTime()
argument
H
A
D
dhcp_server_proxy_lite.cpp
448
ErrCode DhcpServerProxy::UpdateLeasesTime(const std::string&
leaseTime
)
in UpdateLeasesTime()
argument
/foundation/communication/dhcp/services/dhcp_server/include/
H
A
D
dhcp_address_pool.h
44
uint32_t
leaseTime
;
member
H
A
D
dhcp_config.h
34
uint32_t
leaseTime
; /* Lease time value, default DHCP_LEASE_TIME. */
member
H
A
D
dhcp_binding.h
38
uint64_t
leaseTime
;
member
/foundation/communication/dhcp/frameworks/native/c_adapter/src/
H
A
D
dhcp_c_service.cpp
285
NO_SANITIZE("cfi") DhcpErrorCode UpdateLeasesTime(const char *
leaseTime
)
in UpdateLeasesTime()
argument
/foundation/communication/dhcp/services/dhcp_server/src/
H
A
D
dhcp_server_stub.cpp
239
std::string
leaseTime
= data.ReadString();
in OnUpdateLeasesTime()
local
H
A
D
dhcp_server_stub_lite.cpp
226
std::string
leaseTime
= (char *)ReadString(req, &readLen);
in OnUpdateLeasesTime()
local
H
A
D
dhcp_binding.cpp
58
uint64_t
leaseTime
= binding->
leaseTime
;
in IsExpire()
local
H
A
D
dhcp_server_service_impl.cpp
295
std::string
leaseTime
;
in ConvertLeasesToStationInfos()
local
645
ErrCode DhcpServerServiceImpl::UpdateLeasesTime(const std::string&
leaseTime
)
in UpdateLeasesTime()
argument
H
A
D
dhcp_s_server.cpp
772
uint32_t
leaseTime
= HostToNetwork(DHCP_LEASE_TIME);
in AppendReplyTimeOptions()
local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H
A
D
dhcpd_interface.cpp
103
bool DhcpdInterface::UpdateDefaultConfigFile(const int32_t &
leaseTime
)
in UpdateDefaultConfigFile()
argument
54
StartDhcpServerFromInterface(const std::string &ifaceName, Ipv4Address &ipv4, Ipv6Address &ipv6, const std::string &ipAddress, bool isIpV4, const int32_t &
leaseTime
)
StartDhcpServerFromInterface()
argument
/foundation/communication/dhcp/test/fuzztest/dhcpserverimpl_fuzzer/
H
A
D
dhcpserverimpl_fuzzer.cpp
111
std::string
leaseTime
= std::string(reinterpret_cast<const char*>(data), size);
in UpdateLeasesTimeTest()
local
/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H
A
D
wifi_ap_msg.h
179
int32_t
leaseTime
;
member
/foundation/communication/dhcp/services/dhcp_client/src/
H
A
D
dhcp_client_state_machine.cpp
1361
uint32_t
leaseTime
= LEASETIME_DEFAULT * ONE_HOURS_SEC;
in GetDhcpOffer()
local
Completed in 14 milliseconds