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:PluginType
(Results
1 - 10
of
10
) sorted by relevance
/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/include/
H
A
D
iplugin.h
35
enum class
PluginType
{
class in OHOS::EDM::IPlugin
115
void SetPluginType(IPlugin::
PluginType
type);
116
IPlugin::
PluginType
GetPluginType();
128
IPlugin::
PluginType
type_ =
PluginType
::BASIC;
/base/customization/enterprise_device_management/services/edm/src/strategy/
H
A
D
replace_execute_strategy.cpp
30
if (extensionPlugin != nullptr && extensionPlugin->GetPluginType() == IPlugin::
PluginType
::EXTENSION) {
in OnGetExecute()
48
if (extensionPlugin != nullptr && extensionPlugin->GetPluginType() == IPlugin::
PluginType
::EXTENSION) {
in OnSetExecute()
H
A
D
enhance_execute_strategy.cpp
34
if (extensionPlugin != nullptr && extensionPlugin->GetPluginType() == IPlugin::
PluginType
::EXTENSION) {
in OnGetExecute()
56
if (extensionPlugin != nullptr && extensionPlugin->GetPluginType() == IPlugin::
PluginType
::EXTENSION) {
in OnSetExecute()
/base/hiviewdfx/hiview/base/include/
H
A
D
plugin.h
35
enum class
PluginType
{
class in OHOS::HiviewDFX::Plugin
132
type_ =
PluginType
::DYNAMIC;
in SetHandle()
151
void SetType(
PluginType
type)
in SetType()
156
PluginType
GetType() const
in GetType()
185
PluginType
type_ =
PluginType
::STATIC;
/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/src/
H
A
D
iplugin.cpp
123
void IPlugin::SetPluginType(IPlugin::
PluginType
type)
in SetPluginType()
128
IPlugin::
PluginType
IPlugin::GetPluginType()
in GetPluginType()
/base/hiviewdfx/hiview/core/test/unittest/common/
H
A
D
plugin_bundle_test.cpp
84
if (pluginPair->second->GetType() != Plugin::
PluginType
::PROXY) {
in HWTEST_F()
/base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/
H
A
D
iplugin_test.cpp
186
IPluginMock::
PluginType
type = IPluginMock::
PluginType
::BASIC;
in HWTEST_F()
/base/customization/enterprise_device_management/services/edm/src/
H
A
D
plugin_manager.cpp
165
extensionPlugin->SetPluginType(IPlugin::
PluginType
::EXTENSION);
in AddExtensionPlugin()
/base/hiviewdfx/hiview/core/
H
A
D
hiview_platform.cpp
425
plugin->SetType(Plugin::
PluginType
::PROXY);
in CreatePlugin()
522
if (plugin->GetType() == Plugin::
PluginType
::PROXY) {
in InitPlugin()
956
if (pluginKv.second->GetType() != Plugin::
PluginType
::PROXY) {
in CheckUnloadablePlugins()
/base/hiviewdfx/hiview/service/
H
A
D
hiview_service.cpp
142
(entry.second->GetType() == Plugin::
PluginType
::DYNAMIC) ? "True" : "False");
in DumpLoadedPluginInfo()
Completed in 6 milliseconds