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:ovpnProtocol_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H
A
D
openvpn_config.cpp
31
if (!parcel.WriteInt32(
ovpnProtocol_
)) {
in Marshalling()
81
if (!parcel.ReadInt32(ptr->
ovpnProtocol_
)) {
in Unmarshalling()
H
A
D
vpn_data_bean.cpp
68
openvpnConfig->
ovpnProtocol_
= vpnBean->
ovpnProtocol_
;
in ConvertVpnBeanToOpenvpnConfig()
247
vpnBean->
ovpnProtocol_
= openvpnConfig->
ovpnProtocol_
;
in ConvertOpenvpnConfigToVpnBean()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H
A
D
openvpn_config_test.cpp
46
infoSequence.
ovpnProtocol_
= TEST_OPENVPN_PROTOVOL;
in GetOpenvpnConfigData()
94
EXPECT_EQ(result->
ovpnProtocol_
, info.
ovpnProtocol_
);
in HWTEST_F()
/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/
H
A
D
openvpn_config.h
26
int32_t
ovpnProtocol_
;
member
H
A
D
vpn_data_bean.h
48
int32_t
ovpnProtocol_
;
member
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H
A
D
vpn_database_helper.cpp
147
values.PutInt(OPENVPN_PROTOCOL, info->
ovpnProtocol_
);
in BindVpnData()
240
queryResultSet->GetInt(INDEX_OPENVPN_PROTOCOL, vpnBean->
ovpnProtocol_
);
in GetVpnDataFromResultSet()
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/
H
A
D
vpn_config_utils.cpp
249
GetInt32FromJsOptionItem(env, config, CONFIG_OPENVPN_PROTOCOL, openvpnConfig->
ovpnProtocol_
);
in CreateAndParseOpenvpnConf()
614
NapiUtils::SetInt32Property(env, config, CONFIG_OPENVPN_PROTOCOL, openvpnConfig->
ovpnProtocol_
);
in CreateNapiOpenvpnConfig()
Completed in 6 milliseconds