Home
last modified time | relevance | path

Searched defs:switchStrs (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.cpp188 std::vector<std::string> switchStrs = PluginMgr::GetInstance().GetPluginSwitchStr(); in InitExecutorPlugin() local
H A Dplugin_mgr.cpp95 std::vector<std::string> switchStrs; in GetPluginSwitchStr() local
125 void PluginMgr::ParsePluginSwitch(const std::vector<std::string>& switchStrs, bool isRssExe) in ParsePluginSwitch()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dplugin_mgr_test.cpp701 auto switchStrs = pluginMgr_->GetPluginSwitchStr(); variable
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/src/
H A Dres_sched_exe_mgr.cpp121 … std::vector<std::string> switchStrs = payload[STR_PLUGIN_SWITCH].get<std::vector<std::string>>(); in InitPluginMgr() local