Home
last modified time | relevance | path

Searched refs:handleTime_ (Results 1 – 4 of 4) sorted by relevance

/base/notification/eventhandler/interfaces/inner_api/
Dinner_event.h238 return handleTime_; in GetHandleTime()
248 handleTime_ = handleTime; in SetHandleTime()
536 TimePoint handleTime_; variable
Devent_queue.h40 InnerEvent::TimePoint handleTime_; member
/base/notification/eventhandler/frameworks/eventhandler/src/
Dinner_event.cpp291 content.append(", handle time = " + DumpTimeToString(handleTime_)); in Dump()
Devent_queue.cpp564 …ontent.append(", handle time = " + InnerEvent::DumpTimeToString(currentRunningEvent_.handleTime_)); in DumpCurrentRunning()
680 handleTime_ = event->GetHandleTime(); in CurrentRunningEvent()