Searched refs:LINE_SEPARATOR (Results 1 – 5 of 5) sorted by relevance
589 dumper.Dump(dumper.GetTag() + " Current Running: " + DumpCurrentRunning() + LINE_SEPARATOR); in Dump()594 ….Dump(dumper.GetTag() + " " + priority[i] + " priority event queue information:" + LINE_SEPARATOR); in Dump()601 …er.GetTag() + " Total size of " + priority[i] + " events : " + std::to_string(n) + LINE_SEPARATOR); in Dump()604 dumper.Dump(dumper.GetTag() + " Idle priority event queue information:" + LINE_SEPARATOR); in Dump()611 …umper.Dump(dumper.GetTag() + " Total size of Idle events : " + std::to_string(n) + LINE_SEPARATOR); in Dump()613 dumper.Dump(dumper.GetTag() + " Total event size : " + std::to_string(total) + LINE_SEPARATOR); in Dump()626 queueInfo += " " + priority[i] + " priority event queue:" + LINE_SEPARATOR; in DumpQueueInfo()632 … " Total size of " + priority[i] + " events : " + std::to_string(n) + LINE_SEPARATOR; in DumpQueueInfo()635 queueInfo += " Idle priority event queue:" + LINE_SEPARATOR; in DumpQueueInfo()643 queueInfo += " Total size of Idle events : " + std::to_string(n) + LINE_SEPARATOR; in DumpQueueInfo()
501 dumper.Dump(dumper.GetTag() + " Event runner is not running" + LINE_SEPARATOR); in Dump()506 dumper.Dump(dumper.GetTag() + " Queue is nullLINE_SEPARATOR" + LINE_SEPARATOR); in Dump()511 … ", Thread ID = " + std::to_string(GetKernelThreadId()) + ") is running" + LINE_SEPARATOR); in Dump()518 runnerInfo = " Event runner is not running" + LINE_SEPARATOR; in DumpRunnerInfo()522 runnerInfo = " Queue is null" + LINE_SEPARATOR; in DumpRunnerInfo()
352 InnerEvent::DumpTimeToString(now) + LINE_SEPARATOR); in Dump()354 dumper.Dump(dumper.GetTag() + " event runner uninitialized!" + LINE_SEPARATOR); in Dump()
303 content.append(" }" + LINE_SEPARATOR); in Dump()
38 const std::string LINE_SEPARATOR = "\n"; variable