Home
last modified time | relevance | path

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

/base/notification/common_event_service/services/src/
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/
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/
Devent_handler.cpp90 InnerEvent::TimePoint nowSys = InnerEvent::Clock::now(); in SendTimingEvent() local
91 auto epoch = nowSys.time_since_epoch(); in SendTimingEvent()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp1430 std::chrono::time_point<std::chrono::system_clock> nowSys = std::chrono::system_clock::now(); in GetNowSysTime() local
1431 auto epoch = nowSys.time_since_epoch(); in GetNowSysTime()
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp2275 std::chrono::time_point<std::chrono::system_clock> nowSys = std::chrono::system_clock::now(); in GetNowSysTime() local
2276 auto epoch = nowSys.time_since_epoch(); in GetNowSysTime()