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:Ipv4PrefixLen
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/netmanager_base/test/netmanagerutils/unittest/netmanager_base_common_test/
H
A
D
ut_netmanager_base_common.cpp
537
* @tc.desc: Test UtNetmanagerBaseCommon
Ipv4PrefixLen
.
543
auto result = CommonUtils::
Ipv4PrefixLen
(ip);
in HWTEST_F()
546
result = CommonUtils::
Ipv4PrefixLen
(ip);
in HWTEST_F()
549
result = CommonUtils::
Ipv4PrefixLen
(ip);
in HWTEST_F()
552
result = CommonUtils::
Ipv4PrefixLen
(ip);
in HWTEST_F()
555
result = CommonUtils::
Ipv4PrefixLen
(ip);
in HWTEST_F()
558
result = CommonUtils::
Ipv4PrefixLen
(ip);
in HWTEST_F()
561
result = CommonUtils::
Ipv4PrefixLen
(ip);
in HWTEST_F()
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H
A
D
ethernet_lan_management.cpp
88
: CommonUtils::
Ipv4PrefixLen
(inetAddr.netMask_));
in ReleaseLanNetLink()
120
: CommonUtils::
Ipv4PrefixLen
(inetAddr.netMask_));
in SetIp()
143
: CommonUtils::
Ipv4PrefixLen
(inetAddr.netMask_));
in DelIp()
H
A
D
ethernet_configuration.cpp
266
: static_cast<uint8_t>(CommonUtils::
Ipv4PrefixLen
(dhcpResult.subNet));
in ConvertToConfiguration()
605
: static_cast<uint32_t>(CommonUtils::
Ipv4PrefixLen
(netMask.address_));
in ParserIfaceIpAndRoute()
617
: static_cast<uint32_t>(CommonUtils::
Ipv4PrefixLen
(routeMask));
in ParserIfaceIpAndRoute()
H
A
D
dev_interface_state.cpp
410
: static_cast<uint32_t>(CommonUtils::
Ipv4PrefixLen
(netMask.address_));
in GetRoutePrefixlen()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
network.cpp
156
int32_t prefixLen = inetAddr.prefixlen_ == 0 ?
Ipv4PrefixLen
(inetAddr.netMask_) : inetAddr.prefixlen_;
in ReleaseBasicNetwork()
172
int32_t prefixLen = inetAddr.prefixlen_ == 0 ?
Ipv4PrefixLen
(inetAddr.netMask_) : inetAddr.prefixlen_;
in ReleaseBasicNetwork()
197
prefixLen =
Ipv4PrefixLen
(inetAddr.netMask_);
in ReleaseVirtualNetwork()
305
:
Ipv4PrefixLen
(inetAddr.netMask_));
in UpdateIpAddrs()
342
:
Ipv4PrefixLen
(inetAddr.netMask_));
in HandleUpdateIpAddrs()
/foundation/communication/netmanager_base/utils/common_utils/include/
H
A
D
netmanager_base_common_utils.h
60
int32_t
Ipv4PrefixLen
(const std::string &ip);
/foundation/communication/netmanager_base/utils/common_utils/src/
H
A
D
netmanager_base_common_utils.cpp
246
int32_t
Ipv4PrefixLen
(const std::string &ip)
in Ipv4PrefixLen()
function
Completed in 7 milliseconds