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:VpnExtension
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/netmanager_ext/frameworks/native/vpnextension/src/
H
A
D
vpn_extension.cpp
33
CreatorFunc
VpnExtension
::creator_ = nullptr;
34
void
VpnExtension
::SetCreator(const CreatorFunc& creator)
in SetCreator()
39
VpnExtension
*
VpnExtension
::Create(const std::unique_ptr<OHOS::AbilityRuntime::Runtime>& runtime)
in Create()
42
return new
VpnExtension
();
in Create()
49
NETMGR_EXT_LOG_I("
VpnExtension
::Create runtime");
in Create()
55
return new
VpnExtension
();
in Create()
59
void
VpnExtension
::Init(const std::shared_ptr<AbilityLocalRecord> &record,
in Init()
65
NETMGR_EXT_LOG_I("
VpnExtension
begin init context");
in Init()
68
std::shared_ptr<VpnExtensionContext>
VpnExtension
[all...]
H
A
D
vpn_extension_module_loader.cpp
30
return
VpnExtension
::Create(runtime);
in Create()
39
params.insert(std::pair<std::string, std::string>("name", "
VpnExtension
"));
in GetParams()
H
A
D
js_vpn_extension.cpp
133
VpnExtension
::Init(record, application, handler, token);
in Init()
282
VpnExtension
::OnStop();
in OnStop()
412
HILOG_WARN("Not found
VpnExtension
.js");
in CallObjectMethod()
421
NETMGR_EXT_LOG_E("Failed to get
VpnExtension
object");
in CallObjectMethod()
428
NETMGR_EXT_LOG_E("Failed to get '%{public}s' from
VpnExtension
object", name);
in CallObjectMethod()
468
HILOG_WARN("Not found
VpnExtension
.js");
in CallOnConnect()
474
NETMGR_EXT_LOG_E("Failed to get
VpnExtension
object");
in CallOnConnect()
481
NETMGR_EXT_LOG_E("Failed to get onConnect from
VpnExtension
object");
in CallOnConnect()
500
HILOG_WARN("Not found
VpnExtension
.js");
in CallOnDisconnect()
506
NETMGR_EXT_LOG_E("Failed to get
VpnExtension
objec
in CallOnDisconnect()
[all...]
/foundation/communication/netmanager_ext/interfaces/innerkits/vpnextension/include/
H
A
D
vpn_extension.h
25
class
VpnExtension
;
26
using CreatorFunc = std::function<
VpnExtension
* (const std::unique_ptr<Runtime>& runtime)>;
30
class
VpnExtension
: public ExtensionBase<VpnExtensionContext> {
class
32
VpnExtension
() = default;
33
virtual ~
VpnExtension
() = default;
67
* @return The
VpnExtension
instance.
69
static
VpnExtension
* Create(const std::unique_ptr<OHOS::AbilityRuntime::Runtime>& runtime);
H
A
D
js_vpn_extension.h
37
class
VpnExtension
;
41
class JsVpnExtension : public
VpnExtension
{
Completed in 3 milliseconds