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:routes_
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H
A
D
vpn_config.cpp
48
int32_t routeSize = static_cast<int32_t>(
routes_
.size());
in MarshallingAddrRoute()
53
for (auto route :
routes_
) {
in MarshallingAddrRoute()
136
config->
routes_
.push_back(*route);
in UnmarshallingAddrRoute()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H
A
D
vpn_config_test.cpp
58
info.
routes_
.push_back(route1);
in HWTEST_F()
99
info.
routes_
.push_back(route);
in HWTEST_F()
H
A
D
net_vpn_impl_test.cpp
130
netVpnImpl_->vpnConfig_->
routes_
.push_back(route1);
in HWTEST_F()
/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/
H
A
D
vpn_config.h
30
std::vector<Route>
routes_
;
member
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H
A
D
net_vpn_impl.cpp
271
if (vpnConfig_->
routes_
.empty()) {
in UpdateNetLinkInfo()
283
linkInfo->routeList_.assign(vpnConfig_->
routes_
.begin(), vpnConfig_->
routes_
.end());
in UpdateNetLinkInfo()
328
for (auto &route : vpnConfig_->
routes_
) {
in DelNetLinkInfo()
H
A
D
open_vpn_ctl.cpp
182
vpnConfig_->
routes_
.emplace_back(iRoute);
in UpdateConfig()
H
A
D
networkvpn_service.cpp
403
vpnCfg->
routes_
.push_back(tmp);
in ConvertVecRouteToConfig()
513
ConvertVecRouteToJson(vpnCfg->
routes_
, jVecRoutes);
in ParseConfigToJson()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/
H
A
D
net_vpn_impl_test.cpp
150
netVpnImpl_->vpnConfig_->
routes_
.push_back(route1);
in HWTEST_F()
151
netVpnImpl_->vpnConfig_->
routes_
.push_back(toute2);
in HWTEST_F()
/foundation/communication/netmanager_ext/test/vpnmanager/fuzztest/vpnclient_fuzzer/
H
A
D
vpnclient_fuzzer.cpp
145
config->
routes_
.emplace_back(GetRouteData());
in SetUpVpnFuzzTest()
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/context/
H
A
D
setup_context.cpp
357
vpnConfig_->
routes_
.emplace_back(routeInfo);
in ParseAddrRouteParams()
/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/context/
H
A
D
setup_context_ext.cpp
333
vpnConfig_->
routes_
.emplace_back(routeInfo);
in ParseAddrRouteParams()
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/
H
A
D
vpn_config_utils.cpp
118
vpnConfig->
routes_
.emplace_back(routeInfo);
in ParseAddrRouteParams()
Completed in 9 milliseconds