Home
last modified time | relevance | path

Searched refs:LoadFromConfigContent (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dplugin_switch_test.cpp60 ret = pluginSwitch_->LoadFromConfigContent(content);
79 ret = pluginSwitch_->LoadFromConfigContent(content);
97 ret = pluginSwitch_->LoadFromConfigContent(content);
115 ret = pluginSwitch_->LoadFromConfigContent(content);
H A Dconfig_reader_test.cpp56 if (configReader_->LoadFromConfigContent(content)) { in ParseConfigFile()
81 if (configReader_->LoadFromConfigContent(content)) {
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/include/
H A Dmock_plugin_mgr.h60 if (pluginSwitch_->LoadFromConfigContent(content)) { in Init()
76 if (configReader_->LoadFromConfigContent(content)) { in Init()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dplugin_switch.h43 bool LoadFromConfigContent(const std::string& content, bool isRssExe = false);
H A Dconfig_reader.h35 bool LoadFromConfigContent(const std::string& content);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/loadfromconfigfile_fuzzer/
H A Dloadfromconfigfile_fuzzer.cpp49 if (pluginSwitch->LoadFromConfigContent(content)) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/loadfromcustconfigfile_fuzzer/
H A Dloadfromcustconfigfile_fuzzer.cpp49 if (pluginSwitch->LoadFromConfigContent(content)) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_switch.cpp72 bool PluginSwitch::LoadFromConfigContent(const string& content, bool isRssExe) in LoadFromConfigContent() function in OHOS::ResourceSchedule::PluginSwitch
H A Dconfig_reader.cpp130 bool ConfigReader::LoadFromConfigContent(const string& content) in LoadFromConfigContent() function in OHOS::ResourceSchedule::ConfigReader
H A Dplugin_mgr.cpp113 if (!configReader_->LoadFromConfigContent(configStrs[index])) { in ParseConfigReader()
138 if (!pluginSwitch_->LoadFromConfigContent(switchStrs[index], isRssExe)) { in ParsePluginSwitch()