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:vpnService_
(Results
1 - 2
of
2
) sorted by relevance
/foundation/communication/netmanager_ext/services/vpnmanager/include/
H
A
D
networkvpn_service.h
70
explicit VpnConnStateCb(const NetworkVpnService &vpnService) :
vpnService_
(vpnService){};
in VpnConnStateCb()
75
const NetworkVpnService &
vpnService_
;
member in OHOS::NetManagerStandard::NetworkVpnService::VpnConnStateCb
81
: EventFwk::CommonEventSubscriber(subscriberInfo),
vpnService_
(vpnService){};
in ReceiveMessage()
86
NetworkVpnService &
vpnService_
;
member in OHOS::NetManagerStandard::NetworkVpnService::ReceiveMessage
267
explicit FactoryResetCallBack(NetworkVpnService& vpnService):
vpnService_
(vpnService){};
in FactoryResetCallBack()
271
return
vpnService_
.FactoryResetVpn();
in OnNetFactoryReset()
274
NetworkVpnService&
vpnService_
;
member in OHOS::NetManagerStandard::NetworkVpnService::FactoryResetCallBack
283
explicit VpnHapObserver(NetworkVpnService &vpnService) :
vpnService_
(vpnService){};
in VpnHapObserver()
290
NetworkVpnService&
vpnService_
;
member in OHOS::NetManagerStandard::NetworkVpnService::VpnHapObserver
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H
A
D
networkvpn_service.cpp
200
vpnService_
.PublishVpnConnectionStateEvent(state);
in OnVpnConnStateChanged()
201
if (!
vpnService_
.networkVpnServiceFfrtQueue_) {
in OnVpnConnStateChanged()
206
std::for_each(
vpnService_
.vpnEventCallbacks_.begin(),
vpnService_
.vpnEventCallbacks_.end(),
in OnVpnConnStateChanged()
212
vpnService_
.networkVpnServiceFfrtQueue_->submit_h(OnVpnConnStateChangedFunction,
in OnVpnConnStateChanged()
214
vpnService_
.networkVpnServiceFfrtQueue_->wait(OnVpnConnStateTask);
in OnVpnConnStateChanged()
1213
vpnService_
.StartAlwaysOnVpn();
in OnReceiveEvent()
1219
vpnService_
.StartAlwaysOnVpn();
in OnReceiveEvent()
1223
std::unique_lock<std::mutex> locker(
vpnService_
.netVpnMutex_);
in OnReceiveEvent()
1224
std::string vpnBundleName =
vpnService_
in OnReceiveEvent()
[all...]
Completed in 4 milliseconds