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:configReader_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H
A
D
config_reader_test.cpp
37
* @tc.setup: initialize the member variable
configReader_
in SetUp()
39
configReader_
= make_shared<ConfigReader>();
in SetUp()
45
* @tc.teardown: clear
configReader_
in TearDown()
47
configReader_
= nullptr;
in TearDown()
56
if (
configReader_
->LoadFromConfigContent(content)) {
in ParseConfigFile()
81
if (
configReader_
->LoadFromConfigContent(content)) {
in HWTEST_F()
149
PluginConfig config =
configReader_
->GetConfig("error.xml", "");
in HWTEST_F()
152
config =
configReader_
->GetConfig("res_sched_config_comments.xml", "error.xml");
in HWTEST_F()
H
A
D
plugin_mgr_test.cpp
164
EXPECT_TRUE(pluginMgr_->
configReader_
== nullptr);
in HWTEST_F()
210
PluginMgr::GetInstance().
configReader_
= nullptr;
in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/include/
H
A
D
mock_plugin_mgr.h
70
if (!
configReader_
) {
in Init()
71
configReader_
= std::make_unique<ConfigReader>();
in Init()
76
if (
configReader_
->LoadFromConfigContent(content)) {
in Init()
H
A
D
config_reader_test.h
33
std::shared_ptr<ConfigReader>
configReader_
= nullptr;
member in OHOS::ResourceSchedule::ConfigReaderTest
/foundation/resourceschedule/qos_manager/services/src/
H
A
D
concurrent_task_controller.cpp
68
if (
configReader_
->IsBundleNameAuth(bundleName) ||
configReader_
->IsUidAuth(uid)) {
in RequestAuth()
340
configReader_
= make_unique<ConfigReader>();
in ConfigReaderInit()
341
if (!
configReader_
) {
in ConfigReaderInit()
342
CONCUR_LOGE("
configReader_
initialize error!");
in ConfigReaderInit()
347
configReader_
->GetRealConfigPath(CONFIG_FILE_NAME.c_str(), realPath);
in ConfigReaderInit()
348
if (realPath.empty() || !
configReader_
->LoadFromConfigFile(realPath)) {
in ConfigReaderInit()
353
ddlSceneSchedSwitch_ =
configReader_
->GetPowerModeSchedSwitch();
in ConfigReaderInit()
372
configReader_
= nullptr;
in Release()
706
if (configEnable_ &&
configReader_
) {
in DeadlinePowerMode()
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched_executor/test/unittest/
H
A
D
res_sched_exe_mgr_test.cpp
153
EXPECT_TRUE(PluginMgr::GetInstance().
configReader_
);
in HWTEST_F()
164
EXPECT_TRUE(nullptr == PluginMgr::GetInstance().
configReader_
);
in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H
A
D
plugin_mgr.cpp
76
if (!
configReader_
) {
in Init()
77
configReader_
= make_unique<ConfigReader>();
in Init()
102
if (!
configReader_
) {
in ParseConfigReader()
113
if (!
configReader_
->LoadFromConfigContent(configStrs[index])) {
in ParseConfigReader()
341
if (!
configReader_
) {
in GetConfig()
344
return
configReader_
->GetConfig(pluginName, configName);
in GetConfig()
585
configReader_
->Dump(result);
in DumpAllPluginConfig()
846
configReader_
= nullptr;
in OnDestroy()
/foundation/resourceschedule/qos_manager/services/include/
H
A
D
concurrent_task_controller.h
118
std::unique_ptr<ConfigReader>
configReader_
= nullptr;
member in OHOS::ConcurrentTask::TaskController
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H
A
D
plugin_mgr.h
261
std::unique_ptr<ConfigReader>
configReader_
= nullptr;
member in OHOS::ResourceSchedule::PluginMgr
Completed in 6 milliseconds