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:libInfo
(Results
1 - 3
of
3
) sorted by relevance
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H
A
D
plugin_mgr.cpp
152
for (const auto& [libPath,
libInfo
] : pluginLibMap_) {
in ParsePluginSwitch()
327
PluginLib
libInfo
;
in LoadOnePlugin()
local
328
libInfo
.handle = std::shared_ptr<void>(pluginHandle, dlclose);
in LoadOnePlugin()
329
libInfo
.onPluginInitFunc_ = onPluginInitFunc;
in LoadOnePlugin()
330
libInfo
.onDispatchResourceFunc_ = onDispatchResourceFunc;
in LoadOnePlugin()
331
libInfo
.onDeliverResourceFunc_ = onDeliverResourceFunc;
in LoadOnePlugin()
332
libInfo
.onDumpFunc_ = onDumpFunc;
in LoadOnePlugin()
333
libInfo
.onPluginDisableFunc_ = onPluginDisableFunc;
in LoadOnePlugin()
335
return make_shared<PluginLib>(
libInfo
);
in LoadOnePlugin()
479
PluginLib
libInfo
;
in DeliverResource()
local
667
RepairPlugin(TimePoint endTime, const std::string& pluginLib, PluginLib
libInfo
)
RepairPlugin()
argument
705
PluginLib
libInfo
;
DispatchResourceToPluginSync()
local
758
PluginLib
libInfo
;
DispatchResourceToPluginAsync()
local
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H
A
D
plugin_mgr_test.cpp
78
PluginLib
libInfo
;
in GetTestPlugin()
local
79
libInfo
.onDispatchResourceFunc_ = [](const std::shared_ptr<ResData>& data) {
in GetTestPlugin()
82
return make_shared<PluginLib>(
libInfo
);
in GetTestPlugin()
407
PluginLib
libInfo
= pluginMgr_->pluginLibMap_.find(LIB_NAME)->second;
in HWTEST_F()
local
408
pluginMgr_->RepairPlugin(Clock::now(), LIB_NAME,
libInfo
);
in HWTEST_F()
local
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H
A
D
plugin_mgr.h
233
void RepairPlugin(TimePoint endTime, const std::string& pluginLib, PluginLib
libInfo
);
Completed in 4 milliseconds