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:vpnEventCallback_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H
A
D
networkvpn_client.cpp
107
if (
vpnEventCallback_
!= nullptr) {
in SetUpVpn()
108
UnregisterVpnEvent(
vpnEventCallback_
);
in SetUpVpn()
110
vpnEventCallback_
= new (std::nothrow) VpnSetUpEventCallback();
in SetUpVpn()
111
if (
vpnEventCallback_
== nullptr) {
in SetUpVpn()
112
NETMGR_EXT_LOG_E("
vpnEventCallback_
is nullptr");
in SetUpVpn()
115
RegisterVpnEvent(
vpnEventCallback_
);
in SetUpVpn()
122
if (
vpnEventCallback_
!= nullptr) {
in DestroyVpn()
123
UnregisterVpnEvent(
vpnEventCallback_
);
in DestroyVpn()
124
vpnEventCallback_
= nullptr;
in DestroyVpn()
328
if (proxy != nullptr &&
vpnEventCallback_
!
in RecoverCallback()
[all...]
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H
A
D
networkvpn_client_test.cpp
259
networkVpnClient_.
vpnEventCallback_
= new (std::nothrow) VpnSetUpEventCallback();
in HWTEST_F()
260
ASSERT_NE(networkVpnClient_.
vpnEventCallback_
, nullptr);
in HWTEST_F()
262
networkVpnClient_.
vpnEventCallback_
->OnVpnStateChanged(isConnected);
in HWTEST_F()
263
networkVpnClient_.
vpnEventCallback_
->OnVpnMultiUserSetUp();
in HWTEST_F()
264
EXPECT_EQ(networkVpnClient_.
vpnEventCallback_
, nullptr);
in HWTEST_F()
282
networkVpnClient_.
vpnEventCallback_
= new (std::nothrow) VpnSetUpEventCallback();
in HWTEST_F()
283
ASSERT_NE(networkVpnClient_.
vpnEventCallback_
, nullptr);
in HWTEST_F()
293
networkVpnClient_.
vpnEventCallback_
= new (std::nothrow) VpnSetUpEventCallback();
in HWTEST_F()
294
ASSERT_NE(networkVpnClient_.
vpnEventCallback_
, nullptr);
in HWTEST_F()
296
EXPECT_TRUE(networkVpnClient_.
vpnEventCallback_
in HWTEST_F()
[all...]
/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/
H
A
D
networkvpn_client.h
237
sptr<IVpnEventCallback>
vpnEventCallback_
= nullptr;
member in OHOS::NetManagerStandard::NetworkVpnClient
Completed in 3 milliseconds