Home
last modified time | relevance | path

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

/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_base.cpp564 dumper.Dump(dumper.GetTag() + " " + priority[i] + " priority event queue information:" + LINE_SEPARATOR); in DumpCurentQueueInfo()
573 dumper.GetTag() + " Total size of " + priority[i] + " events : " + std::to_string(n) + LINE_SEPARATOR); in DumpCurentQueueInfo()
575 dumper.Dump(dumper.GetTag() + " Idle priority event queue information:" + LINE_SEPARATOR); in DumpCurentQueueInfo()
584 dumper.Dump(dumper.GetTag() + " Total size of Idle events : " + std::to_string(n) + LINE_SEPARATOR); in DumpCurentQueueInfo()
585 dumper.Dump(dumper.GetTag() + " Total event size : " + std::to_string(total) + LINE_SEPARATOR); in DumpCurentQueueInfo()
595 dumper.Dump(dumper.GetTag() + " Current Running: " + DumpCurrentRunning() + LINE_SEPARATOR); in Dump()
596 dumper.Dump(dumper.GetTag() + " History event queue information:" + LINE_SEPARATOR); in Dump()
619 queueInfo += " " + priority[i] + " priority event queue:" + LINE_SEPARATOR; in DumpQueueInfo()
625 queueInfo += " Total size of " + priority[i] + " events : " + std::to_string(n) + LINE_SEPARATOR; in DumpQueueInfo()
628 queueInfo += " Idle priority event queue:" + LINE_SEPARATOR; in DumpQueueInfo()
[all...]
H A Devent_runner.cpp736 dumper.Dump(dumper.GetTag() + " Event runner is not running" + LINE_SEPARATOR); in Dump()
741 dumper.Dump(dumper.GetTag() + " Queue is nullLINE_SEPARATOR" + LINE_SEPARATOR); in Dump()
746 ", Thread ID = " + std::to_string(GetKernelThreadId()) + ") is running" + LINE_SEPARATOR); in Dump()
753 runnerInfo = " Event runner is not running" + LINE_SEPARATOR; in DumpRunnerInfo()
757 runnerInfo = " Queue is null" + LINE_SEPARATOR; in DumpRunnerInfo()
H A Devent_handler.cpp514 InnerEvent::DumpTimeToString(now) + LINE_SEPARATOR); in Dump()
516 dumper.Dump(dumper.GetTag() + " event runner uninitialized!" + LINE_SEPARATOR); in Dump()
H A Dinner_event.cpp276 content.append(" }" + LINE_SEPARATOR); in Dump()
/base/notification/eventhandler/interfaces/inner_api/
H A Dinner_event.h40 const std::string LINE_SEPARATOR = "\n"; member

Completed in 6 milliseconds