Home
last modified time | relevance | path

Searched refs:LINE_SEPARATOR (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_queue.cpp546 dumper.Dump(dumper.GetTag() + " " + priority[i] + " priority event queue information:" + LINE_SEPARATOR); in Dump()
553 dumper.GetTag() + " Total size of " + priority[i] + " events : " + std::to_string(n) + LINE_SEPARATOR); in Dump()
556 dumper.Dump(dumper.GetTag() + " Idle priority event queue information:" + LINE_SEPARATOR); in Dump()
563 dumper.Dump(dumper.GetTag() + " Total size of Idle events : " + std::to_string(n) + LINE_SEPARATOR); in Dump()
565 dumper.Dump(dumper.GetTag() + " Total event size : " + std::to_string(total) + LINE_SEPARATOR); in Dump()
578 queueInfo += " " + priority[i] + " priority event queue:" + LINE_SEPARATOR; in DumpQueueInfo()
584 queueInfo += " Total size of " + priority[i] + " events : " + std::to_string(n) + LINE_SEPARATOR; in DumpQueueInfo()
587 queueInfo += " Idle priority event queue:" + LINE_SEPARATOR; in DumpQueueInfo()
595 queueInfo += " Total size of Idle events : " + std::to_string(n) + LINE_SEPARATOR; in DumpQueueInfo()
H A Devent_runner.cpp498 dumper.Dump(dumper.GetTag() + " Event runner is not running" + LINE_SEPARATOR); in Dump()
503 dumper.Dump(dumper.GetTag() + " Queue is nullLINE_SEPARATOR" + LINE_SEPARATOR); in Dump()
508 ", Thread ID = " + std::to_string(GetThreadId()) + ") is running" + LINE_SEPARATOR); in Dump()
516 runnerInfo = " Event runner is not running" + LINE_SEPARATOR; in DumpRunnerInfo()
520 runnerInfo = " Queue is null" + LINE_SEPARATOR; in DumpRunnerInfo()
H A Devent_handler.cpp336 std::string(sysTime) + std::to_string(us) + LINE_SEPARATOR; in Dump()
340 dumper.Dump(dumper.GetTag() + " event runner uninitialized!" + LINE_SEPARATOR); in Dump()
H A Dinner_event.cpp267 content.append(" }" + LINE_SEPARATOR); in Dump()
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Dinner_event.h38 const std::string LINE_SEPARATOR = "\n"; member

Completed in 4 milliseconds