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:DestroyVpn
(Results
1 - 15
of
15
) sorted by relevance
/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/
H
A
D
vpn_exec_ext.cpp
90
int32_t result = vpnClient->
DestroyVpn
(true);
in ExecDestroy()
/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/ipc/
H
A
D
i_networkvpn_service.h
68
virtual int32_t
DestroyVpn
(bool isVpnExtCall = false) = 0;
H
A
D
networkvpn_service_proxy.h
34
int32_t
DestroyVpn
(bool isVpnExtCall = false) override;
/foundation/communication/netmanager_ext/test/netmanager_ext_mock_test/
H
A
D
mock_networkvpn_service_stub_test.h
41
int32_t
DestroyVpn
(bool isVpnExtCall = false) override
/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/
H
A
D
networkvpn_client.h
94
int32_t
DestroyVpn
(bool isVpnExtCall = false);
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/
H
A
D
networkvpn_service_test.cpp
136
HWTEST_F(NetworkVpnServiceTest,
DestroyVpn
, TestSize.Level1)
in HWTEST_F()
139
EXPECT_EQ(instance_->
DestroyVpn
(), NETMANAGER_ERR_PERMISSION_DENIED);
in HWTEST_F()
H
A
D
networkvpn_client_test.cpp
115
EXPECT_EQ(networkVpnClient_.
DestroyVpn
(), NETMANAGER_EXT_SUCCESS);
in HWTEST_F()
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H
A
D
networkvpn_client.cpp
119
int32_t NetworkVpnClient::
DestroyVpn
(bool isVpnExtCall)
in DestroyVpn()
function in OHOS::NetManagerStandard::NetworkVpnClient
129
NETMGR_EXT_LOG_E("
DestroyVpn
proxy is nullptr");
in DestroyVpn()
132
return proxy->
DestroyVpn
(isVpnExtCall);
in DestroyVpn()
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/
H
A
D
vpn_exec.cpp
104
int32_t result = vpnClient->
DestroyVpn
();
in ExecDestroy()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H
A
D
networkvpn_service_proxy_test.cpp
236
auto ret = instance_->
DestroyVpn
(true);
in HWTEST_F()
H
A
D
networkvpn_service_test.cpp
345
int32_t ret = instance_->
DestroyVpn
(isVpnExtCall);
in HWTEST_F()
348
ret = instance_->
DestroyVpn
(isVpnExtCall);
in HWTEST_F()
/foundation/communication/netmanager_ext/services/vpnmanager/include/
H
A
D
networkvpn_service.h
123
int32_t
DestroyVpn
(bool isVpnExtCall = false) override;
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/ipc/
H
A
D
networkvpn_service_proxy.cpp
153
int32_t NetworkVpnServiceProxy::
DestroyVpn
(bool isVpnExtCall)
in DestroyVpn()
function in OHOS::NetManagerStandard::NetworkVpnServiceProxy
164
NETMGR_EXT_LOG_E("
DestroyVpn
proxy SendRequest failed, error code: [%{public}d]", ret);
in DestroyVpn()
/foundation/communication/netmanager_ext/services/vpnmanager/src/ipc/
H
A
D
networkvpn_service_stub.cpp
157
int32_t result =
DestroyVpn
();
in ReplyDestroyVpn()
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H
A
D
networkvpn_service.cpp
629
int32_t NetworkVpnService::
DestroyVpn
(bool isVpnExtCall)
in DestroyVpn()
function in OHOS::NetManagerStandard::NetworkVpnService
631
NETMGR_EXT_LOG_I("
DestroyVpn
in");
in DestroyVpn()
1171
DestroyVpn
();
in StartAlwaysOnVpn()
Completed in 13 milliseconds