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:L2tpVpnConfig
(Results
1 - 13
of
13
) sorted by relevance
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H
A
D
l2tpvpn_config.cpp
21
bool
L2tpVpnConfig
::Marshalling(Parcel &parcel) const
in Marshalling()
45
sptr<
L2tpVpnConfig
>
L2tpVpnConfig
::Unmarshalling(Parcel &parcel)
in Unmarshalling()
47
sptr<
L2tpVpnConfig
> ptr = new (std::nothrow)
L2tpVpnConfig
();
in Unmarshalling()
49
NETMGR_EXT_LOG_E("
L2tpVpnConfig
ptr is null");
in Unmarshalling()
H
A
D
vpn_data_bean.cpp
123
sptr<
L2tpVpnConfig
> VpnDataBean::ConvertVpnBeanToL2tpVpnConfig(sptr<VpnDataBean> &vpnBean)
in ConvertVpnBeanToL2tpVpnConfig()
129
sptr<
L2tpVpnConfig
> l2tpVpnConfig = new (std::nothrow)
L2tpVpnConfig
();
in ConvertVpnBeanToL2tpVpnConfig()
292
L2tpVpnConfig
*l2tpVpnConfig = static_cast<
L2tpVpnConfig
*>(sysVpnConfig.GetRefPtr());
in ConvertL2tpVpnConfigToVpnBean()
H
A
D
sysvpn_config.cpp
63
return
L2tpVpnConfig
::Unmarshalling(parcel);
in Unmarshalling()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H
A
D
l2tp_vpn_ctl_test.cpp
39
sptr<
L2tpVpnConfig
> l2tpVpnconfig = new (std::nothrow)
L2tpVpnConfig
();
in SetUpTestSuite()
87
sptr<
L2tpVpnConfig
> tmp = l2tpControl_->l2tpVpnConfig_;
in HWTEST_F()
144
sptr<
L2tpVpnConfig
> config = new (std::nothrow)
L2tpVpnConfig
();
in HWTEST_F()
165
sptr<
L2tpVpnConfig
> config = new (std::nothrow)
L2tpVpnConfig
();
in HWTEST_F()
186
sptr<
L2tpVpnConfig
> config = new (std::nothrow)
L2tpVpnConfig
();
in HWTEST_F()
H
A
D
l2tp_vpn_config_test.cpp
50
L2tpVpnConfig
GetL2tpVpnConfigData()
in GetL2tpVpnConfigData()
52
L2tpVpnConfig
infoSequence;
in GetL2tpVpnConfigData()
105
L2tpVpnConfig
info = GetL2tpVpnConfigData();
in HWTEST_F()
109
sptr<
L2tpVpnConfig
> result =
L2tpVpnConfig
::Unmarshalling(parcel);
in HWTEST_F()
H
A
D
sysvpn_config_test.cpp
50
L2tpVpnConfig
GetL2tpVpnConfigData()
in GetL2tpVpnConfigData()
52
L2tpVpnConfig
infoSequence;
in GetL2tpVpnConfigData()
128
L2tpVpnConfig
info = GetL2tpVpnConfigData();
in HWTEST_F()
138
L2tpVpnConfig
info = GetL2tpVpnConfigData();
in HWTEST_F()
H
A
D
vpn_data_bean_test.cpp
102
config = new (std::nothrow)
L2tpVpnConfig
();
in HWTEST_F()
123
config = new (std::nothrow)
L2tpVpnConfig
();
in HWTEST_F()
159
sptr<
L2tpVpnConfig
> config = nullptr;
in HWTEST_F()
168
config = new (std::nothrow)
L2tpVpnConfig
();
in HWTEST_F()
/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/
H
A
D
l2tpvpn_config.h
24
struct
L2tpVpnConfig
: SysVpnConfig {
struct
46
static sptr<
L2tpVpnConfig
> Unmarshalling(Parcel &parcel);
H
A
D
vpn_data_bean.h
83
static sptr<
L2tpVpnConfig
> ConvertVpnBeanToL2tpVpnConfig(sptr<VpnDataBean> &vpnBean);
/foundation/communication/netmanager_ext/services/vpnmanager/include/
H
A
D
ipsec_vpn_ctl.h
63
sptr<
L2tpVpnConfig
> l2tpVpnConfig_ = nullptr;
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/
H
A
D
vpn_config_utils.cpp
195
sptr<
L2tpVpnConfig
> CreateAndParseL2tpVpnConf(napi_env env, napi_value config)
in CreateAndParseL2tpVpnConf()
197
sptr<
L2tpVpnConfig
> l2tpVpnConfig = new (std::nothrow)
L2tpVpnConfig
();
in CreateAndParseL2tpVpnConf()
564
L2tpVpnConfig
*l2tpVpnConfig = static_cast<
L2tpVpnConfig
*>(sysVpnConfig.GetRefPtr());
in CreateNapiL2tpVpnConfig()
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/include/
H
A
D
vpn_config_utils.h
103
sptr<
L2tpVpnConfig
> CreateAndParseL2tpVpnConf(napi_env env, napi_value config);
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H
A
D
networkvpn_service.cpp
751
sptr<
L2tpVpnConfig
> l2tpVpnConfig = VpnDataBean::ConvertVpnBeanToL2tpVpnConfig(vpnBean);
in CreateL2tpCtl()
Completed in 8 milliseconds