Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dsoft_bus_base_socket.h76 time_point sendTime; member
/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_base.h274 InnerEvent::TimePoint sendTime; member
/base/notification/eventhandler/interfaces/inner_api/
H A Dinner_event.h484 * @param sendTime Send time of the event.
486 inline void SetSendTime(const TimePoint &sendTime) in SetSendTime() argument
488 sendTime_ = sendTime; in SetSendTime()
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_test.cpp276 * @tc.desc: set event sendTime and get event sendTime then compare
289 auto sendTime = event->GetSendTime(); in HWTEST_F() local
290 EXPECT_EQ(now, sendTime); in HWTEST_F()
/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_base_socket.cpp68 .sendTime = std::chrono::steady_clock::now() in InsertMsgCallback()
114 auto duration = std::chrono::duration_cast<std::chrono::milliseconds>(receiveAckTime - iter->second.sendTime); in PrintTransferDuration()
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_base.cpp669 historyEvents_[historyEventIndex_].sendTime = event->GetSendTime(); in PushHistoryQueueBeforeDistribute()
697 content.append(", send time = " + InnerEvent::DumpTimeToString(historyEvent.sendTime)); in HistoryQueueDump()

Completed in 6 milliseconds