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:pluginProxy
(Results
1 - 4
of
4
) sorted by relevance
/base/security/device_auth/services/frameworks/src/plugin_adapter/ext_part/
H
A
D
ext_part_proxy.c
27
static int32_t ParsePlugins(const ExtPartProxy *
pluginProxy
)
in ParsePlugins()
argument
29
ExtPluginList pluginList =
pluginProxy
->getPluginListFunc(g_extPart);
in ParsePlugins()
52
int32_t AddExtPlugin(const ExtPartProxy *
pluginProxy
)
in AddExtPlugin()
argument
54
if (
pluginProxy
== NULL ||
pluginProxy
->initExtPartFunc == NULL ||
pluginProxy
->getPluginListFunc == NULL ||
in AddExtPlugin()
55
pluginProxy
->destroyExtPartFunc == NULL) {
in AddExtPlugin()
66
res =
pluginProxy
->initExtPartFunc(NULL, g_extPart);
in AddExtPlugin()
71
res = ParsePlugins(
pluginProxy
);
in AddExtPlugin()
83
void DestroyExt(ExtPartProxy *
pluginProxy
)
in DestroyExt()
argument
[all...]
/base/security/device_auth/services/frameworks/inc/plugin_adapter/
H
A
D
ext_part_proxy.h
31
int32_t AddExtPlugin(const ExtPartProxy *
pluginProxy
);
32
void DestroyExt(ExtPartProxy *
pluginProxy
);
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
H
A
D
freeze_detector_test.cpp
173
std::shared_ptr<PluginProxy>
pluginProxy
= std::static_pointer_cast<PluginProxy>(plugin);
in HWTEST_F()
local
175
if (
pluginProxy
->HoldInstance()) {
in HWTEST_F()
200
if (!
pluginProxy
->HoldInstance()) {
in HWTEST_F()
/base/hiviewdfx/hiview/core/
H
A
D
hiview_platform.cpp
525
std::shared_ptr<PluginProxy>
pluginProxy
= std::static_pointer_cast<PluginProxy>(plugin);
in InitPlugin()
local
526
pluginProxy
->LoadPluginIfNeed();
in InitPlugin()
Completed in 4 milliseconds