Searched refs:GetSelfProcName (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | xcollie_utils.h | 51 std::string GetSelfProcName();
|
H A D | watchdog_task.cpp | 172 "PID", getprocpid(), "PROCESS_NAME", GetSelfProcName(), "MSG", sendMsg); in TimerCountTask() 239 "PROCESS_NAME", GetSelfProcName(), "MSG", sendMsg, "STACK", GetProcessStacktrace()); in SendEvent() 245 "PROCESS_NAME", GetSelfProcName(), "MSG", sendMsg, "STACK", stack); in SendEvent() 279 std::string processName = GetSelfProcName(); in SendXCollieEvent()
|
H A D | watchdog_inner.cpp | 140 if (getuid() == 0 && GetSelfProcName().find("appspawn") != std::string::npos) { in IsInAppspwan() 144 if (getuid() == 0 && GetSelfProcName().find("nativespawn") != std::string::npos) { in IsInAppspwan() 186 "THREAD_NAME", GetSelfProcName(), in ReportMainThreadEvent() 381 appCaller_.threadName = GetSelfProcName(); in CollectTrace() 822 if (uid == FOUNDATION_UID || uid == RENDER_SERVICE_UID || GetSelfProcName() == "ohos.sceneboard") { in IpcCheck() 909 "PID", pid, "TID", tid, "TGID", gid, "UID", uid, "MODULE_NAME", taskInfo, "PROCESS_NAME", GetSelfProcName(), in SendFfrtEvent() 916 "PROCESS_NAME", GetSelfProcName(), "MSG", sendMsg, "STACK", stack); in SendFfrtEvent()
|
H A D | xcollie_utils.cpp | 84 std::string GetSelfProcName() in GetSelfProcName() function
|
Completed in 4 milliseconds