Home
last modified time | relevance | path

Searched refs:queueInfo (Results 1 – 3 of 3) sorted by relevance

/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_queue.cpp616 void EventQueue::DumpQueueInfo(std::string& queueInfo) in DumpQueueInfo() argument
626 queueInfo += " " + priority[i] + " priority event queue:" + LINE_SEPARATOR; in DumpQueueInfo()
629 queueInfo += " No." + std::to_string(n) + " : " + (*it)->Dump(); in DumpQueueInfo()
632queueInfo += " Total size of " + priority[i] + " events : " + std::to_string(n) + LI… in DumpQueueInfo()
635 queueInfo += " Idle priority event queue:" + LINE_SEPARATOR; in DumpQueueInfo()
640 queueInfo += " No." + std::to_string(n) + " : " + (*it)->Dump(); in DumpQueueInfo()
643 queueInfo += " Total size of Idle events : " + std::to_string(n) + LINE_SEPARATOR; in DumpQueueInfo()
645 queueInfo += " Total event size : " + std::to_string(total); in DumpQueueInfo()
Devent_runner.cpp526 std::string queueInfo; in DumpRunnerInfo() local
527 queue_->DumpQueueInfo(queueInfo); in DumpRunnerInfo()
528 runnerInfo += queueInfo; in DumpRunnerInfo()
/base/notification/eventhandler/interfaces/inner_api/
Devent_queue.h193 void DumpQueueInfo(std::string& queueInfo);