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:openvpnConfig_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H
A
D
open_vpn_ctl.cpp
40
if (
openvpnConfig_
== nullptr) {
in StartOpenvpn()
41
NETMGR_EXT_LOG_E("StartOpenvpn
openvpnConfig_
is null");
in StartOpenvpn()
49
std::string cfg = Base64::Decode(
openvpnConfig_
->ovpnConfig_);
in StartOpenvpn()
56
if (!
openvpnConfig_
->askpass_.empty()) {
in StartOpenvpn()
62
askpassOfs <<
openvpnConfig_
->askpass_ << std::endl;
in StartOpenvpn()
226
if (openvpnState_ == OPENVPN_STATE_CONNECTED &&
openvpnConfig_
!= nullptr) {
in GetConnectedSysVpnConfig()
227
sysVpnConfig =
openvpnConfig_
;
in GetConnectedSysVpnConfig()
H
A
D
networkvpn_service.cpp
791
openVpnCtl->
openvpnConfig_
= openVpnConfig;
in CreateOpenvpnCtl()
/foundation/communication/netmanager_ext/services/vpnmanager/include/
H
A
D
open_vpn_ctl.h
63
sptr<OpenvpnConfig>
openvpnConfig_
;
member in OHOS::NetManagerStandard::OpenvpnCtl
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H
A
D
open_vpn_ctl_test.cpp
53
openvpnControl_->
openvpnConfig_
= openvpnConfig;
in SetUpTestSuite()
Completed in 5 milliseconds