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:LAN_STATIC
(Results
1 - 10
of
10
) sorted by relevance
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/
H
A
D
interface_configuration.h
27
LAN_STATIC
,
enumerator
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H
A
D
ethernet_lan_management_test.cpp
86
newIc->mode_ =
LAN_STATIC
;
in HWTEST_F()
117
newIc->mode_ =
LAN_STATIC
;
in HWTEST_F()
H
A
D
ethernet_configuration_test.cpp
36
constexpr const char *LAN_STATIC_KEY = "
LAN_STATIC
";
137
std::string result = ethernetConfiguration.GetIfaceMode(IPSetMode::
LAN_STATIC
);
in HWTEST_F()
182
std::string fileContent = "DEVICE=eth0\nBOOTPROTO=
LAN_STATIC
\n";
in HWTEST_F()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H
A
D
ethernet_lan_management_test.cpp
86
newIc->mode_ =
LAN_STATIC
;
in HWTEST_F()
117
newIc->mode_ =
LAN_STATIC
;
in HWTEST_F()
H
A
D
dev_interface_state_test.cpp
184
ifCfg->mode_ =
LAN_STATIC
;
in HWTEST_F()
H
A
D
ethernet_manager_test.cpp
977
input =
LAN_STATIC
;
in HWTEST_F()
981
origin =
LAN_STATIC
;
in HWTEST_F()
986
origin =
LAN_STATIC
;
in HWTEST_F()
H
A
D
ethernet_configuration_test.cpp
36
constexpr const char *LAN_STATIC_KEY = "
LAN_STATIC
";
137
std::string result = ethernetConfiguration.GetIfaceMode(IPSetMode::
LAN_STATIC
);
in HWTEST_F()
182
std::string fileContent = "DEVICE=eth0\nBOOTPROTO=
LAN_STATIC
\n";
in HWTEST_F()
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H
A
D
ethernet_management.cpp
308
if (mode == IPSetMode::STATIC || mode == IPSetMode::
LAN_STATIC
) {
in UpdateDevInterfaceLinkInfo()
493
if (fitCfg->second->mode_ ==
LAN_STATIC
|| fitCfg->second->mode_ == LAN_DHCP) {
in DevInterfaceAdd()
539
if (input ==
LAN_STATIC
|| input == LAN_DHCP) {
in ModeInputCheck()
542
} else if (origin ==
LAN_STATIC
|| origin == LAN_DHCP) {
in ModeInputCheck()
H
A
D
dev_interface_state.cpp
75
if (ifCfg_->mode_ ==
LAN_STATIC
) {
in SetLancfg()
120
if (ifCfg_->mode_ ==
LAN_STATIC
|| ifCfg_->mode_ == LAN_DHCP) {
in IsLanIface()
255
if (ifCfg_ == nullptr || ifCfg_->mode_ !=
LAN_STATIC
) {
in UpdateLanLinkInfo()
H
A
D
ethernet_configuration.cpp
57
constexpr const char *KEY_LAN_STATIC = "
LAN_STATIC
";
167
config->mode_ =
LAN_STATIC
;
in ConvertJsonToConfiguration()
234
if (cfg->mode_ == STATIC || cfg->mode_ ==
LAN_STATIC
) {
in WriteUserConfiguration()
502
cfg->mode_ =
LAN_STATIC
;
in ParseBootProto()
514
if (cfg->mode_ != STATIC && cfg->mode_ !=
LAN_STATIC
) {
in ParseStaticConfig()
626
case
LAN_STATIC
:
in GetIfaceMode()
648
if (cfg->mode_ == STATIC || cfg->mode_ ==
LAN_STATIC
) {
in GenCfgContent()
Completed in 8 milliseconds