Home
last modified time | relevance | path

Searched refs:GetHandleTime (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/wifi/wifi/base/state_machine/src/
H A Dmessage_queue.cpp74 if (pTop == nullptr || handleTime == 0 || handleTime <= pTop->GetHandleTime()) { in AddMessageToQueue()
87 if (pCurrent == nullptr || handleTime < pCurrent->GetHandleTime()) { in AddMessageToQueue()
153 if (nowTime < curMsg->GetHandleTime()) { in GetNextMessage()
156 nextBlockTime = curMsg->GetHandleTime() - nowTime; in GetNextMessage()
H A Dinternal_message.cpp129 int64_t InternalMessage::GetHandleTime() const in GetHandleTime() function in OHOS::Wifi::InternalMessage
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_queue.cpp37 return first->GetHandleTime() < second->GetHandleTime(); in InsertEventsLocked()
66 const auto &handleTime = events.front()->GetHandleTime(); in CheckEventInListLocked()
119 needNotify = (event->GetHandleTime() < wakeUpTime_); in Insert()
325 if ((idleEvent->GetSendTime() <= idleTimeStamp_) && (idleEvent->GetHandleTime() <= now)) { in GetExpiredEventLocked()
H A Devent_handler.cpp263 if ((nowStart - std::chrono::milliseconds(deliveryTimeout)) > event->GetHandleTime()) { in DeliveryTimeAction()
/foundation/communication/wifi/wifi/base/state_machine/include/
H A Dinternal_message.h154 int64_t GetHandleTime() const;
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Dinner_event.h237 inline const TimePoint &GetHandleTime() const in GetHandleTime() function in OHOS::AppExecFwk::final

Completed in 5 milliseconds