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:GetSelfAppName
(Results
1 - 10
of
10
) sorted by relevance
/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/ipc/
H
A
D
i_networkvpn_service.h
74
virtual int32_t
GetSelfAppName
(std::string &selfAppName) = 0;
H
A
D
networkvpn_service_proxy.h
40
int32_t
GetSelfAppName
(std::string &selfAppName) override;
/foundation/communication/netmanager_ext/test/netmanager_ext_mock_test/
H
A
D
mock_networkvpn_service_stub_test.h
118
int32_t
GetSelfAppName
(std::string &selfAppName) override
/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/
H
A
D
networkvpn_client.h
214
int32_t
GetSelfAppName
(std::string &selfAppName);
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H
A
D
networkvpn_client.cpp
375
int32_t NetworkVpnClient::
GetSelfAppName
(std::string &selfAppName)
in GetSelfAppName()
function in OHOS::NetManagerStandard::NetworkVpnClient
379
NETMGR_EXT_LOG_E("
GetSelfAppName
proxy is nullptr");
in GetSelfAppName()
382
return proxy->
GetSelfAppName
(selfAppName);
in GetSelfAppName()
/foundation/communication/netmanager_ext/services/vpnmanager/include/
H
A
D
networkvpn_service.h
202
int32_t
GetSelfAppName
(std::string &selfAppName) override;
/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/
H
A
D
vpn_module_ext.cpp
186
auto getAppNameRes = NetworkVpnClient::GetInstance().
GetSelfAppName
(selfAppName);
in StartVpnExtensionAbility()
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/ipc/
H
A
D
networkvpn_service_proxy.cpp
82
int32_t NetworkVpnServiceProxy::
GetSelfAppName
(std::string &selfAppName)
in GetSelfAppName()
function in OHOS::NetManagerStandard::NetworkVpnServiceProxy
/foundation/communication/netmanager_ext/services/vpnmanager/src/ipc/
H
A
D
networkvpn_service_stub.cpp
372
int32_t result =
GetSelfAppName
(selfAppName);
in ReplyGetSelfAppName()
374
NETMGR_EXT_LOG_E("
GetSelfAppName
failed on service");
in ReplyGetSelfAppName()
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H
A
D
networkvpn_service.cpp
1235
int32_t NetworkVpnService::
GetSelfAppName
(std::string &selfAppName)
in GetSelfAppName()
function in OHOS::NetManagerStandard::NetworkVpnService
Completed in 12 milliseconds