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:LoadPlugin
(Results
1 - 5
of
5
) sorted by relevance
/base/msdp/device_status/intention/services/intention_service/src/
H
A
D
intention_service.cpp
62
IPlugin *plugin =
LoadPlugin
(context.intention);
in Enable()
83
IPlugin *plugin =
LoadPlugin
(context.intention);
in Disable()
104
IPlugin *plugin =
LoadPlugin
(context.intention);
in Start()
125
IPlugin *plugin =
LoadPlugin
(context.intention);
in Stop()
148
IPlugin *plugin =
LoadPlugin
(context.intention);
in AddWatch()
170
IPlugin *plugin =
LoadPlugin
(context.intention);
in RemoveWatch()
191
IPlugin *plugin =
LoadPlugin
(context.intention);
in SetParam()
212
IPlugin *plugin =
LoadPlugin
(context.intention);
in GetParam()
235
IPlugin *plugin =
LoadPlugin
(context.intention);
in Control()
246
IPlugin* IntentionService::
LoadPlugin
(Intentio
function in OHOS::Msdp::DeviceStatus::IntentionService
[all...]
/base/customization/enterprise_device_management/services/edm/include/
H
A
D
plugin_manager.h
40
void
LoadPlugin
();
53
void
LoadPlugin
(const std::string &pluginPath);
/base/customization/enterprise_device_management/services/edm/src/
H
A
D
plugin_manager.cpp
173
void PluginManager::
LoadPlugin
()
in LoadPlugin()
function in OHOS::EDM::PluginManager
183
EDMLOGE("PluginManager::
LoadPlugin
open edm_plugin dir fail.");
in LoadPlugin()
189
LoadPlugin
(pluginDir + entry->d_name);
in LoadPlugin()
195
void PluginManager::
LoadPlugin
(const std::string &pluginPath)
in LoadPlugin()
function in OHOS::EDM::PluginManager
H
A
D
enterprise_device_mgr_ability.cpp
403
pluginMgr_->
LoadPlugin
();
in InitAllPlugins()
/base/msdp/device_status/intention/services/intention_service/include/
H
A
D
intention_service.h
51
IPlugin*
LoadPlugin
(Intention intention);
Completed in 6 milliseconds