Home
last modified time | relevance | path

Searched defs:configStrs (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dres_sched_mgr.cpp187 std::vector<std::string> configStrs = PluginMgr::GetInstance().GetConfigReaderStr(); in InitExecutorPlugin() local
H A Dplugin_mgr.cpp88 std::vector<std::string> configStrs; in GetConfigReaderStr() local
100 void PluginMgr::ParseConfigReader(const std::vector<std::string>& configStrs) in ParseConfigReader()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dplugin_mgr_test.cpp688 auto configStrs = pluginMgr_->GetConfigReaderStr(); variable
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/src/
H A Dres_sched_exe_mgr.cpp120 … std::vector<std::string> configStrs = payload[STR_CONFIG_READER].get<std::vector<std::string>>(); in InitPluginMgr() local