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:pluginLibMap_
(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()
262
if (
pluginLibMap_
.find(info.libPath) !=
pluginLibMap_
.end()) {
in LoadPlugin()
270
pluginLibMap_
.emplace(info.libPath, *libInfoPtr);
in LoadPlugin()
386
auto iter =
pluginLibMap_
.find(libPath);
in GetPluginLib()
387
if (iter ==
pluginLibMap_
.end()) {
in GetPluginLib()
482
auto itMap =
pluginLibMap_
.find(pluginLib);
in DeliverResource()
483
if (itMap ==
pluginLibMap_
.end()) {
in DeliverResource()
612
auto pluginLib =
pluginLibMap_
.find(libPath);
in DumpInfoFromPlugin()
613
if (pluginLib ==
pluginLibMap_
in DumpInfoFromPlugin()
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H
A
D
plugin_mgr_test.cpp
88
PluginMgr::GetInstance().
pluginLibMap_
.emplace(LIB_NAME, *plugin);
in LoadTestPlugin()
112
EXPECT_EQ(pluginMgr_->
pluginLibMap_
.size(), 0);
in HWTEST_F()
162
EXPECT_EQ(pluginMgr_->
pluginLibMap_
.size(), 0);
in HWTEST_F()
407
PluginLib libInfo = pluginMgr_->
pluginLibMap_
.find(LIB_NAME)->second;
in HWTEST_F()
690
EXPECT_TRUE(pluginMgr_->
pluginLibMap_
.find("libapp_preload_plugin.z.so") == pluginMgr_->
pluginLibMap_
.end() ?
in HWTEST_F()
718
EXPECT_EQ(PluginMgr::GetInstance().
pluginLibMap_
.size(), 0);
in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H
A
D
plugin_mgr.h
264
std::map<std::string, PluginLib>
pluginLibMap_
;
member in OHOS::ResourceSchedule::PluginMgr
Completed in 3 milliseconds