Searched refs:pName (Results 1 - 5 of 5) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/crash_exception/ |
H A D | crash_exception.cpp | 65 void ReportCrashException(const char* pName, int32_t pid, int32_t uid, int32_t errCode) in ReportCrashException() argument 67 if (pName == nullptr || strnlen(pName, NAME_BUF_LEN) == NAME_BUF_LEN) { in ReportCrashException() 71 ReportCrashException(std::string(pName), pid, uid, errCode); in ReportCrashException()
|
H A D | crash_exception.h | 53 void ReportCrashException(const char* pName, int32_t pid, int32_t uid, int32_t errCode);
|
/base/hiviewdfx/hiview/plugins/performance/ |
H A D | XperfEvt.h | 79 std::string pName{""};
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlogger.cpp | 502 auto pName = sysEvent.GetEventValue("PNAME"); in UpdateSysEvent() local 503 if (pName.empty()) { in UpdateSysEvent()
|
/base/print/print_fwk/services/print_service/src/ |
H A D | print_cups_client.cpp | 940 std::string pName = printerName; in GetPPDFile() local 941 std::string filePath = fileDir + pName + ".ppd"; in GetPPDFile()
|
Completed in 6 milliseconds