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:ipsecSecrets_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H
A
D
l2tpvpn_config.cpp
25
parcel.WriteString(
ipsecSecrets_
) &&
in Marshalling()
55
parcel.ReadString(ptr->
ipsecSecrets_
) &&
in Unmarshalling()
H
A
D
vpn_data_bean.cpp
164
l2tpVpnConfig->
ipsecSecrets_
= vpnBean->
ipsecSecrets_
;
in ConvertVpnBeanToL2tpVpnConfig()
312
vpnBean->
ipsecSecrets_
= l2tpVpnConfig->
ipsecSecrets_
;
in ConvertL2tpVpnConfigToVpnBean()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H
A
D
l2tp_vpn_config_test.cpp
45
constexpr const char *TEST_IPSEC_SECRETS = "
ipsecSecrets_
";
77
infoSequence.
ipsecSecrets_
= TEST_IPSEC_SECRETS;
in GetL2tpVpnConfigData()
125
EXPECT_EQ(result->
ipsecSecrets_
, info.
ipsecSecrets_
);
in HWTEST_F()
H
A
D
l2tp_vpn_ctl_test.cpp
197
config->
ipsecSecrets_
= "ipsecSecretsTest";
in HWTEST_F()
/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/
H
A
D
l2tpvpn_config.h
40
std::string
ipsecSecrets_
;
member
H
A
D
vpn_data_bean.h
75
std::string
ipsecSecrets_
;
member
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H
A
D
l2tp_vpn_ctl.cpp
76
if (!l2tpVpnConfig_->
ipsecSecrets_
.empty()) {
in InitConfigFile()
77
std::string ipsecSecrets = Base64::Decode(l2tpVpnConfig_->
ipsecSecrets_
);
in InitConfigFile()
H
A
D
vpn_database_helper.cpp
171
values.PutString(IPSEC_SECRETS, info->
ipsecSecrets_
);
in BindVpnData()
264
queryResultSet->GetString(INDEX_IPSEC_SECRETS, vpnBean->
ipsecSecrets_
);
in GetVpnDataFromResultSet()
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/
H
A
D
vpn_config_utils.cpp
230
GetStringFromJsOptionItem(env, config, CONFIG_IPSEC_SECRETS, l2tpVpnConfig->
ipsecSecrets_
);
in CreateAndParseL2tpVpnConf()
592
NapiUtils::SetStringPropertyUtf8(env, config, CONFIG_IPSEC_SECRETS, l2tpVpnConfig->
ipsecSecrets_
);
in CreateNapiL2tpVpnConfig()
Completed in 5 milliseconds