Home
last modified time | relevance | path

Searched refs:GetSelfProcName (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.h51 std::string GetSelfProcName();
H A Dwatchdog_task.cpp172 "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 Dwatchdog_inner.cpp140 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 Dxcollie_utils.cpp84 std::string GetSelfProcName() in GetSelfProcName() function

Completed in 4 milliseconds