Home
last modified time | relevance | path

Searched refs:pName (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/crash_exception/
H A Dcrash_exception.cpp65 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 Dcrash_exception.h53 void ReportCrashException(const char* pName, int32_t pid, int32_t uid, int32_t errCode);
/base/hiviewdfx/hiview/plugins/performance/
H A DXperfEvt.h79 std::string pName{""};
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp502 auto pName = sysEvent.GetEventValue("PNAME"); in UpdateSysEvent() local
503 if (pName.empty()) { in UpdateSysEvent()
/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp940 std::string pName = printerName; in GetPPDFile() local
941 std::string filePath = fileDir + pName + ".ppd"; in GetPPDFile()

Completed in 6 milliseconds