Home
last modified time | relevance | path

Searched refs:configStrs (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dres_sched_mgr.cpp188 std::vector<std::string> configStrs = PluginMgr::GetInstance().GetConfigReaderStr(); in InitExecutorPlugin() local
193 payload["config"] = configStrs; in InitExecutorPlugin()
198 PluginMgr::GetInstance().ParseConfigReader(configStrs); in InitExecutorPlugin()
H A Dplugin_mgr.cpp88 std::vector<std::string> configStrs; in GetConfigReaderStr() local
89 GetConfigContent(CONFIG_FILE_IDX, CONFIG_FILE_NAME, configStrs); in GetConfigReaderStr()
90 return configStrs; in GetConfigReaderStr()
100 void PluginMgr::ParseConfigReader(const std::vector<std::string>& configStrs) in ParseConfigReader() argument
107 int32_t configStrsSize = static_cast<int32_t>(configStrs.size()); in ParseConfigReader()
108 RESSCHED_LOGI("plugin configStrs size %{public}d", configStrsSize); in ParseConfigReader()
110 if (configStrs[index].empty()) { in ParseConfigReader()
113 if (!configReader_->LoadFromConfigContent(configStrs[index])) { in ParseConfigReader()
/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/src/
H A Dres_sched_exe_mgr.cpp123 std::vector<std::string> configStrs = payload[STR_CONFIG_READER].get<std::vector<std::string>>(); in InitPluginMgr() local
125 for (auto configStr : configStrs) { in InitPluginMgr()
131 PluginMgr::GetInstance().ParseConfigReader(configStrs); in InitPluginMgr()
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dplugin_mgr_test.cpp767 auto configStrs = pluginMgr_->GetConfigReaderStr(); in HWTEST_F() local
768 pluginMgr_->ParseConfigReader(configStrs); in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dplugin_mgr.h198 void ParseConfigReader(const std::vector<std::string>& configStrs);

Completed in 5 milliseconds