Lines Matching refs:sendMsg
168 std::string sendMsg = name + " occured " + std::to_string(countLimit) + " times in " +
172 "PID", getprocpid(), "PROCESS_NAME", GetSelfProcName(), "MSG", sendMsg);
214 std::string sendMsg = std::string((ctime(&curTime) == nullptr) ? "" : ctime(&curTime)) +
216 sendMsg += checker->GetDumpInfo();
221 std::size_t frontPos = sendMsg.find(tidFrontStr);
222 std::size_t rearPos = sendMsg.find(tidRearStr);
227 std::string tidStr = sendMsg.substr(startPos, tidLength);
239 "PROCESS_NAME", GetSelfProcName(), "MSG", sendMsg, "STACK", GetProcessStacktrace());
245 "PROCESS_NAME", GetSelfProcName(), "MSG", sendMsg, "STACK", stack);
266 std::string sendMsg = std::string((ctime(&curTime) == nullptr) ? "" : ctime(&curTime)) + "\n"+
291 "MSG", sendMsg, "STACK", stack + "\n"+ userStack);