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:JsVpnExtension
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/netmanager_ext/frameworks/native/vpnextension/src/
H
A
D
js_vpn_extension.cpp
111
JsVpnExtension
*
JsVpnExtension
::Create(const std::unique_ptr<Runtime>& runtime)
in Create()
113
return new
JsVpnExtension
(static_cast<JsRuntime&>(*runtime));
in Create()
116
JsVpnExtension
::
JsVpnExtension
(JsRuntime& jsRuntime) : jsRuntime_(jsRuntime) {}
in JsVpnExtension()
function in OHOS::NetManagerStandard::JsVpnExtension
117
JsVpnExtension
::~
JsVpnExtension
()
in ~JsVpnExtension()
129
void
JsVpnExtension
::Init(const std::shared_ptr<AbilityLocalRecord> &record,
in Init()
143
NETMGR_EXT_LOG_D("
JsVpnExtension
::Init moduleName:%{public}s,srcPath:%{public}s.",
in Init()
155
NETMGR_EXT_LOG_I("
JsVpnExtension
in Init()
[all...]
H
A
D
vpn_extension.cpp
52
return
JsVpnExtension
::Create(runtime);
in Create()
/foundation/communication/netmanager_ext/interfaces/innerkits/vpnextension/include/
H
A
D
js_vpn_extension.h
41
class
JsVpnExtension
: public VpnExtension {
class
43
explicit
JsVpnExtension
(JsRuntime& jsRuntime);
44
virtual ~
JsVpnExtension
() override;
47
* @brief Create
JsVpnExtension
.
50
* @return The
JsVpnExtension
instance.
52
static
JsVpnExtension
* Create(const std::unique_ptr<Runtime>& runtime);
182
explicit JsVpnExtensionDisplayListener(const std::weak_ptr<
JsVpnExtension
>& jsVpnExtension)
in JsVpnExtensionDisplayListener()
212
std::weak_ptr<
JsVpnExtension
> jsVpnExtension_;
Completed in 2 milliseconds