Home
last modified time | relevance | path

Searched refs:residentSaStr (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp1329 void WorkSchedulerService::DumpLoadSaWorks(const std::string &saIdStr, const std::string &residentSaStr, in DumpLoadSaWorks() argument
1332 if (saIdStr.empty() || residentSaStr.empty()) { in DumpLoadSaWorks()
1337 if (saId < 0 || (residentSaStr != "true" && residentSaStr != "false")) { in DumpLoadSaWorks()
1341 bool residentSa = (residentSaStr == "true") ? true : false; in DumpLoadSaWorks()
/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h316 void DumpLoadSaWorks(const std::string &saIdStr, const std::string &residentSaStr, std::string &result);

Completed in 3 milliseconds