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:resTypeLibMap_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H
A
D
plugin_mgr_test.cpp
163
EXPECT_EQ(pluginMgr_->
resTypeLibMap_
.size(), 0);
in HWTEST_F()
229
EXPECT_EQ(PluginMgr::GetInstance().
resTypeLibMap_
.size(), 0);
in HWTEST_F()
250
EXPECT_EQ(PluginMgr::GetInstance().
resTypeLibMap_
.size(), 0);
in HWTEST_F()
315
auto iter = pluginMgr_->
resTypeLibMap_
.find(ResType::RES_TYPE_SCREEN_STATUS);
in HWTEST_F()
422
auto iter = pluginMgr_->
resTypeLibMap_
.find(ResType::RES_TYPE_SCREEN_STATUS);
in HWTEST_F()
423
EXPECT_TRUE(iter == pluginMgr_->
resTypeLibMap_
.end());
in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H
A
D
plugin_mgr.cpp
374
auto iter =
resTypeLibMap_
.find(resType);
in GetPluginListByResType()
375
if (iter ==
resTypeLibMap_
.end()) {
in GetPluginListByResType()
517
resTypeLibMap_
[resType].emplace_back(pluginLib);
in SubscribeResource()
527
auto iter =
resTypeLibMap_
.find(resType);
in UnSubscribeResource()
528
if (iter ==
resTypeLibMap_
.end()) {
in UnSubscribeResource()
535
resTypeLibMap_
.erase(iter);
in UnSubscribeResource()
655
resTypeLibMap_
.clear();
in ClearResource()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H
A
D
plugin_mgr.h
275
std::map<uint32_t, std::list<std::string>>
resTypeLibMap_
;
member in OHOS::ResourceSchedule::PluginMgr
Completed in 3 milliseconds