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:ovpnAuthType_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H
A
D
openvpn_config.cpp
39
if (!parcel.WriteInt32(
ovpnAuthType_
)) {
in Marshalling()
89
if (!parcel.ReadInt32(ptr->
ovpnAuthType_
)) {
in Unmarshalling()
H
A
D
vpn_data_bean.cpp
70
openvpnConfig->
ovpnAuthType_
= vpnBean->
ovpnAuthType_
;
in ConvertVpnBeanToOpenvpnConfig()
249
vpnBean->
ovpnAuthType_
= openvpnConfig->
ovpnAuthType_
;
in ConvertOpenvpnConfigToVpnBean()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H
A
D
openvpn_config_test.cpp
48
infoSequence.
ovpnAuthType_
= TEST_OPENVPN_AUTH_TYPE;
in GetOpenvpnConfigData()
96
EXPECT_EQ(result->
ovpnAuthType_
, info.
ovpnAuthType_
);
in HWTEST_F()
/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/
H
A
D
openvpn_config.h
28
int32_t
ovpnAuthType_
;
member
H
A
D
vpn_data_bean.h
50
int32_t
ovpnAuthType_
;
member
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H
A
D
vpn_database_helper.cpp
149
values.PutInt(OPENVPN_AUTH_TYPE, info->
ovpnAuthType_
);
in BindVpnData()
242
queryResultSet->GetInt(INDEX_OPENVPN_AUTH_TYPE, vpnBean->
ovpnAuthType_
);
in GetVpnDataFromResultSet()
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/
H
A
D
vpn_config_utils.cpp
251
GetInt32FromJsOptionItem(env, config, CONFIG_OPENVPN_AUTH_TYPE, openvpnConfig->
ovpnAuthType_
);
in CreateAndParseOpenvpnConf()
616
NapiUtils::SetInt32Property(env, config, CONFIG_OPENVPN_AUTH_TYPE, openvpnConfig->
ovpnAuthType_
);
in CreateNapiOpenvpnConfig()
Completed in 7 milliseconds