Home
last modified time | relevance | path

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

/base/notification/common_event_service/services/src/
H A Dsystem_time.cpp29 InnerEvent::TimePoint nowSys = InnerEvent::Clock::now(); in GetNowSysTime() local
30 auto epoch = nowSys.time_since_epoch(); in GetNowSysTime()
/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_send_timing_event_module_test.cpp30 InnerEvent::TimePoint nowSys = InnerEvent::Clock::now(); in GetNowSysTime() local
31 auto epoch = nowSys.time_since_epoch(); in GetNowSysTime()
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_handler.cpp158 InnerEvent::TimePoint nowSys = InnerEvent::Clock::now(); in SendTimingEvent() local
159 auto epoch = nowSys.time_since_epoch(); in SendTimingEvent()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp515 std::chrono::time_point<std::chrono::system_clock> nowSys = std::chrono::system_clock::now(); in GetNowSysTime() local
516 auto epoch = nowSys.time_since_epoch(); in GetNowSysTime()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp1807 std::chrono::time_point<std::chrono::system_clock> nowSys = std::chrono::system_clock::now(); in GetNowSysTime() local
1808 auto epoch = nowSys.time_since_epoch(); in GetNowSysTime()

Completed in 10 milliseconds