Home
last modified time | relevance | path

Searched refs:saIdStr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp382 std::string DumpUtils::ConvertSaIdToSaName(const std::string &saIdStr) in ConvertSaIdToSaName() argument
384 int saId = StrToId(saIdStr); in ConvertSaIdToSaName()
387 return saIdStr; in ConvertSaIdToSaName()
H A Ddump_utils.h46 static std::string ConvertSaIdToSaName(const std::string &saIdStr);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h352 …void DumpLoadSaWorks(const std::string &saIdStr, const std::string &residentSaStr, std::string &re…
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp1421 void WorkSchedulerService::DumpLoadSaWorks(const std::string &saIdStr, const std::string &residentS… in DumpLoadSaWorks() argument
1424 if (saIdStr.empty() || residentSaStr.empty()) { in DumpLoadSaWorks()
1428 int32_t saId = std::stoi(saIdStr); in DumpLoadSaWorks()