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:netMask_
(Results
1 - 25
of
37
) sorted by relevance
1
2
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H
A
D
inet_addr.cpp
33
out = out && (
netMask_
== obj.
netMask_
);
in operator ==()
53
if (!parcel.WriteString(
netMask_
)) {
in Marshalling()
84
if (!parcel.ReadString(ptr->
netMask_
)) {
in Unmarshalling()
118
if (!parcel.WriteString(object->
netMask_
)) {
in Marshalling()
156
str.append(
netMask_
);
in ToString()
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
H
A
D
route_utils_test.cpp
45
route.destination_.
netMask_
= "255.255.255.0";
in GetRoute()
51
route.gateway_.
netMask_
= "255.255.255.0";
in GetRoute()
68
route.destination_.
netMask_
= "255.255.255.0";
in GetRoute2()
74
route.gateway_.
netMask_
= "255.255.255.0";
in GetRoute2()
91
route.destination_.
netMask_
= "255.255.255.0";
in GetRoute3()
97
route.gateway_.
netMask_
= "255.255.255.0";
in GetRoute3()
114
route.destination_.
netMask_
= "255.255.255.0";
in GetRoute4()
120
route.gateway_.
netMask_
= "255.255.255.0";
in GetRoute4()
174
route.destination_.
netMask_
= "255.255.255.0";
in HWTEST_F()
180
route.gateway_.
netMask_
in HWTEST_F()
[all...]
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H
A
D
ethernet_lan_management.cpp
87
: ((family == AF_INET6) ? CommonUtils::Ipv6PrefixLen(inetAddr.
netMask_
)
in ReleaseLanNetLink()
88
: CommonUtils::Ipv4PrefixLen(inetAddr.
netMask_
));
in ReleaseLanNetLink()
119
: ((family == AF_INET6) ? CommonUtils::Ipv6PrefixLen(inetAddr.
netMask_
)
in SetIp()
120
: CommonUtils::Ipv4PrefixLen(inetAddr.
netMask_
));
in SetIp()
142
: ((family == AF_INET6) ? CommonUtils::Ipv6PrefixLen(inetAddr.
netMask_
)
in DelIp()
143
: CommonUtils::Ipv4PrefixLen(inetAddr.
netMask_
));
in DelIp()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_info_test/
H
A
D
net_link_info_test.cpp
55
netAddr->
netMask_
= "0.0.0.0";
in GetNetLinkInfo()
65
route->destination_.
netMask_
= "0.0.0.0";
in GetNetLinkInfo()
71
route->gateway_.
netMask_
= "0.0.0.0";
in GetNetLinkInfo()
H
A
D
inet_addr_test.cpp
43
info.
netMask_
= NET_MASK;
in GetINetAddrData()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H
A
D
net_link_info_test.cpp
55
netAddr->
netMask_
= "0.0.0.0";
in GetNetLinkInfo()
65
route->destination_.
netMask_
= "0.0.0.0";
in GetNetLinkInfo()
71
route->gateway_.
netMask_
= "0.0.0.0";
in GetNetLinkInfo()
H
A
D
net_conn_hievent_test.cpp
75
netAddr->
netMask_
= "192.255.255.255";
in GetNetLinkInfo()
85
route->destination_.
netMask_
= "192.255.255.255";
in GetNetLinkInfo()
91
route->gateway_.
netMask_
= "192.255.255.255";
in GetNetLinkInfo()
H
A
D
inet_addr_test.cpp
43
info.
netMask_
= NET_MASK;
in GetINetAddrData()
H
A
D
net_conn_client_vnic_test.cpp
101
inetAddr.
netMask_
= "255.255.255.0";
in HWTEST_F()
H
A
D
native_net_conn_test.cpp
73
netAddr->
netMask_
= "192.255.255.255";
in GetINetAddrSample()
85
route->destination_.
netMask_
= "192.255.255.255";
in GetRouteSample()
91
route->gateway_.
netMask_
= "192.255.255.255";
in GetRouteSample()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H
A
D
vpn_config_test.cpp
54
ipv4Addr.
netMask_
= "255.255.254.0";
in HWTEST_F()
72
ipv4Addr.
netMask_
= "255.255.254.0";
in HWTEST_F()
92
ipv4Addr.
netMask_
= "255.255.254.0";
in HWTEST_F()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H
A
D
ethernet_service_proxy_test.cpp
71
ipv4Addr.
netMask_
= "255.255.254.0";
in GetIfaceConfig()
79
route.
netMask_
= "0.0.0.0";
in GetIfaceConfig()
87
gateway.
netMask_
= "0.0.0.0";
in GetIfaceConfig()
H
A
D
ethernet_lan_management_test.cpp
63
ipv4Addr.
netMask_
= "255.255.255.0";
in GetNewIfaceConfig()
68
route.
netMask_
= "0.0.0.0";
in GetNewIfaceConfig()
H
A
D
ethernet_manager_test.cpp
139
ipv4Addr.
netMask_
= "255.255.254.0";
in GetIfaceConfig()
147
route.
netMask_
= "0.0.0.0";
in GetIfaceConfig()
155
gateway.
netMask_
= "0.0.0.0";
in GetIfaceConfig()
H
A
D
ethernet_service_test.cpp
69
ipv4Addr.
netMask_
= "255.255.254.0";
in GetIfaceConfig()
77
route.
netMask_
= "0.0.0.0";
in GetIfaceConfig()
85
gateway.
netMask_
= "0.0.0.0";
in GetIfaceConfig()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H
A
D
ethernet_service_proxy_test.cpp
71
ipv4Addr.
netMask_
= "255.255.254.0";
in GetIfaceConfig()
79
route.
netMask_
= "0.0.0.0";
in GetIfaceConfig()
87
gateway.
netMask_
= "0.0.0.0";
in GetIfaceConfig()
H
A
D
ethernet_lan_management_test.cpp
63
ipv4Addr.
netMask_
= "255.255.255.0";
in GetNewIfaceConfig()
68
route.
netMask_
= "0.0.0.0";
in GetNewIfaceConfig()
H
A
D
ethernet_service_test.cpp
69
ipv4Addr.
netMask_
= "255.255.254.0";
in GetIfaceConfig()
77
route.
netMask_
= "0.0.0.0";
in GetIfaceConfig()
85
gateway.
netMask_
= "0.0.0.0";
in GetIfaceConfig()
/foundation/communication/netmanager_base/interfaces/innerkits/include/
H
A
D
inet_addr.h
37
std::string
netMask_
;
member
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_ext_test/
H
A
D
networkvpn_service_ext_test.cpp
79
route.destination_.
netMask_
= "255.255.255.0";
in GetRouteInfo()
85
route.gateway_.
netMask_
= "255.255.255.0";
in GetRouteInfo()
99
sourAddr.
netMask_
= "255.255.255.0";
in HWTEST_F()
/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()
304
: ((family == AF_INET6) ? Ipv6PrefixLen(inetAddr.
netMask_
)
in UpdateIpAddrs()
305
: Ipv4PrefixLen(inetAddr.
netMask_
));
in UpdateIpAddrs()
341
: ((family == AF_INET6) ? Ipv6PrefixLen(inetAddr.
netMask_
)
in HandleUpdateIpAddrs()
342
: Ipv4PrefixLen(inetAddr.
netMask_
));
in HandleUpdateIpAddrs()
/foundation/communication/netmanager_ext/test/vpnmanager/fuzztest/vpnclient_fuzzer/
H
A
D
vpnclient_fuzzer.cpp
80
netAddr.
netMask_
= GetStringData();
in GetAddressData()
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H
A
D
open_vpn_ctl.cpp
172
iNetAddr.
netMask_
= openVpnNetmask;
in UpdateConfig()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H
A
D
net_conn_manager_test.cpp
90
netAddr->
netMask_
= "192.255.255.255";
in GetUpdateLinkInfoSample()
99
dns->
netMask_
= "192.255.255.255";
in GetUpdateLinkInfoSample()
109
route->destination_.
netMask_
= "192.255.255.255";
in GetUpdateLinkInfoSample()
115
route->gateway_.
netMask_
= "192.255.255.255";
in GetUpdateLinkInfoSample()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H
A
D
net_conn_manager_test.cpp
90
netAddr->
netMask_
= "192.255.255.255";
in GetUpdateLinkInfoSample()
99
dns->
netMask_
= "192.255.255.255";
in GetUpdateLinkInfoSample()
109
route->destination_.
netMask_
= "192.255.255.255";
in GetUpdateLinkInfoSample()
115
route->gateway_.
netMask_
= "192.255.255.255";
in GetUpdateLinkInfoSample()
Completed in 16 milliseconds
1
2