Searched refs:SetCrashProcInfo (Results 1 – 4 of 4) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/crash_exception/ |
D | crash_exception.h | 48 void SetCrashProcInfo(std::string& name, int32_t pid, int32_t uid);
|
D | crash_exception.cpp | 42 void SetCrashProcInfo(std::string& name, int32_t pid, int32_t uid) in SetCrashProcInfo() function
|
/base/hiviewdfx/faultloggerd/test/unittest/crash_exception/ |
D | crash_exception_test.cpp | 167 SetCrashProcInfo(keyWord, TEST_PROCESS_ID, TEST_UID); 189 SetCrashProcInfo(keyWord, TEST_PROCESS_ID, TEST_UID);
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
D | dfx_unwind_remote.cpp | 60 SetCrashProcInfo(process->processInfo_.processName, process->processInfo_.pid, in UnwindProcess()
|