Searched refs:ParseModeCmd (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/resourceschedule/soc_perf/test/unittest/ |
H A D | socperf_server_test.cpp | 371 socPerfServer_->socPerf.socPerfConfig_.ParseModeCmd(modePairInvaild, cfgFile, actions); 374 socPerfServer_->socPerf.socPerfConfig_.ParseModeCmd(modeNumberInvaild, cfgFile, actions); 377 socPerfServer_->socPerf.socPerfConfig_.ParseModeCmd(modeCmdInvaild, cfgFile, actions); 381 socPerfServer_->socPerf.socPerfConfig_.ParseModeCmd(modeSame, cfgFile, actions); 389 socPerfServer_->socPerf.socPerfConfig_.ParseModeCmd(modeNullInvaild, cfgFile, actions);
|
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/include/ |
H A D | socperf_config.h | 72 …void ParseModeCmd(const char* mode, const std::string& configFile, std::shared_ptr<Actions> action…
|
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/ |
H A D | socperf_config.cpp | 413 ParseModeCmd(mode, configFile, actions); in LoadCmd() 432 void SocPerfConfig::ParseModeCmd(const char* mode, const std::string& configFile, std::shared_ptr<A… in ParseModeCmd() function in OHOS::SOCPERF::SocPerfConfig
|