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:SystemVpnWrapper
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H
A
D
system_vpn_wrapper.h
28
class
SystemVpnWrapper
: public std::enable_shared_from_this<
SystemVpnWrapper
> {
class
30
SystemVpnWrapper
();
31
~
SystemVpnWrapper
();
32
static std::shared_ptr<
SystemVpnWrapper
> &GetInstance()
in GetInstance()
34
static std::shared_ptr<
SystemVpnWrapper
> instance = std::make_shared<
SystemVpnWrapper
>();
in GetInstance()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H
A
D
system_vpn_wrapper.cpp
27
SystemVpnWrapper
::
SystemVpnWrapper
()
in SystemVpnWrapper()
function in OHOS::nmd::SystemVpnWrapper
30
vpnFfrtQueue_ = std::make_shared<ffrt::queue>("
SystemVpnWrapper
");
in SystemVpnWrapper()
33
SystemVpnWrapper
::~
SystemVpnWrapper
()
in ~SystemVpnWrapper()
38
void
SystemVpnWrapper
::ExecuteUpdate(SysVpnStageCode stage)
in ExecuteUpdate()
79
int32_t
SystemVpnWrapper
::Update(NetsysNative::SysVpnStageCode stage)
in Update()
93
std::function<void()> update = std::bind(&
SystemVpnWrapper
::ExecuteUpdate, shared_from_this(), stage);
in Update()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H
A
D
netsys_native_service.cpp
1085
if (
SystemVpnWrapper
::GetInstance() == nullptr) {
in ProcessVpnStage()
1086
NETNATIVE_LOGE("ProcessVpnStage
SystemVpnWrapper
is null");
in ProcessVpnStage()
1089
int32_t ret =
SystemVpnWrapper
::GetInstance()->Update(stage);
in ProcessVpnStage()
Completed in 3 milliseconds