Home
last modified time | relevance | path

Searched defs:now (Results 1 – 25 of 107) sorted by relevance

12345

/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
Dfaultlogger_client_unittest.cpp54 auto now = time(nullptr); variable
85 auto now = time(nullptr); variable
89 auto task = [](int32_t now) { in __anon4cd59fa70102()
127 auto now = time(nullptr); variable
129 auto task = [](int32_t now) { in __anon4cd59fa70202()
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
Dsys_event_repeat_test.cpp73 time_t now = time(nullptr); variable
102 time_t now = time(nullptr); variable
145 time_t now = time(nullptr); variable
172 time_t now = time(nullptr); variable
Dsys_event_database_test.cpp59 time_t now = time(nullptr); variable
/base/hiviewdfx/hiview/base/utility/
Dtime_util.cpp41 struct timeval now; in GenerateTimestamp() local
55 auto now = std::chrono::system_clock::now(); in GetSeconds() local
62 auto now = std::chrono::system_clock::now(); in GetMilliseconds() local
99 time_t now = std::time(nullptr); in Get0ClockStampMs() local
113 auto now = std::chrono::steady_clock::now(); in GetSteadyClockTimeMs() local
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/test/common/moduletest/
Dfaultlogger_native_interface_test.cpp54 auto now = time(nullptr); variable
75 auto now = time(nullptr); variable
96 auto now = time(nullptr); variable
126 auto now = time(nullptr); variable
/base/time/time_service/services/timer/src/
Dtimer_proxy.cpp124 const std::chrono::steady_clock::time_point &now, in ProxyTimer()
163 const std::chrono::steady_clock::time_point &now, in PidProxyTimer()
205 const std::chrono::steady_clock::time_point &now, in AdjustTimer()
224 bool TimerProxy::UpdateAdjustWhenElapsed(const std::chrono::steady_clock::time_point &now, in UpdateAdjustWhenElapsed()
313 bool TimerProxy::ResetAllProxy(const std::chrono::steady_clock::time_point &now, in ResetAllProxy()
524 const std::chrono::steady_clock::time_point &now, in UpdateProxyWhenElapsedForProxyUidMap()
557 const std::chrono::steady_clock::time_point &now, in UpdateProxyWhenElapsedForProxyPidMap()
592 const std::chrono::steady_clock::time_point &now, in RestoreProxyWhenElapsedByUid()
630 const std::chrono::steady_clock::time_point &now, in RestoreProxyWhenElapsedByPid()
667 const std::chrono::steady_clock::time_point &now, in RestoreProxyWhenElapsedForProxyUidMap()
[all …]
Dtimer_info.cpp67 bool TimerInfo::UpdateWhenElapsedFromNow(std::chrono::steady_clock::time_point now, std::chrono::na… in UpdateWhenElapsedFromNow()
86 bool TimerInfo::AdjustTimer(const std::chrono::steady_clock::time_point &now, const uint32_t interv… in AdjustTimer()
/base/notification/eventhandler/test/systemtest/ems_inner_event_system_test/
Dems_inner_event_system_test.cpp138 InnerEvent::TimePoint now = InnerEvent::Clock::now(); variable
152 InnerEvent::TimePoint now = InnerEvent::TimePoint::max(); variable
167 InnerEvent::TimePoint now = InnerEvent::Clock::time_point(); variable
181 InnerEvent::TimePoint now = InnerEvent::TimePoint::min(); variable
195 InnerEvent::TimePoint now; variable
/base/notification/distributed_notification_service/services/distributed/test/unittest/
Ddistributed_flow_control_test.cpp51 std::chrono::system_clock::time_point now = std::chrono::system_clock::now(); variable
69 std::chrono::system_clock::time_point now = std::chrono::system_clock::now(); variable
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_calendar_test.cpp46 time_t now; in CreateCalendar() local
143 time_t now; variable
188 time_t now; variable
239 time_t now; variable
283 time_t now; variable
439 time_t now; variable
984 uint64_t now = 1675876480005; variable
997 uint64_t now = 1675876480005; variable
1009 time_t now; variable
1246 time_t now; variable
[all …]
/base/hiviewdfx/hiview/base/
Devent_loop.cpp167 uint64_t now = NanoSecondSinceSystemStart(); in AddEvent() local
203 uint64_t now = NanoSecondSinceSystemStart(); in AddEventForResult() local
222 uint64_t now = NanoSecondSinceSystemStart(); in AddTimerEvent() local
449 uint64_t now = NanoSecondSinceSystemStart(); in ProcessQueuedEvent() local
470 bool EventLoop::FetchNextEvent(uint64_t now, uint64_t& leftTimeNanosecond, LoopEvent& out) in FetchNextEvent()
522 void EventLoop::ReInsertPeriodicEvent(uint64_t now, LoopEvent &event) in ReInsertPeriodicEvent()
/base/telephony/telephony_data/common/include/
Dtime_util.h67 time_t now = time(DEFAULT_TIMER); in GetCurrentTime() local
83 time_t now = time(DEFAULT_TIMER) - THIRTY_DAYS; in GetTimeOfThirty() local
/base/notification/distributed_notification_service/services/distributed/src/
Ddistributed_flow_control.cpp31 std::chrono::system_clock::time_point now = std::chrono::system_clock::now(); in KvManagerFlowControl() local
59 std::chrono::system_clock::time_point now = std::chrono::system_clock::now(); in KvStoreFlowControl() local
/base/time/time_service/test/fuzztest/timeservice_fuzzer/timerproxy_fuzzer/
Dtimerproxy_fuzzer.cpp33 auto now = std::chrono::steady_clock::now(); in FuzzTimerProxyTimer() local
52 auto now = std::chrono::steady_clock::now(); in FuzzTimerAdjustTimer() local
70 auto now = std::chrono::steady_clock::now(); in FuzzTimerResetProxy() local
/base/hiviewdfx/hiview/base/test/unittest/common/
Devent_base_test.cpp27 auto now = std::chrono::system_clock::now(); in GetCurrentMillis() local
74 auto now = GetCurrentMillis(); variable
/base/notification/eventhandler/frameworks/eventhandler/include/
Devent_handler_utils.h38 InnerEvent::TimePoint now = InnerEvent::Clock::now(); in TimePointToTimeOut() local
109 InnerEvent::TimePoint now = InnerEvent::Clock::now(); in GetTimeStamp() local
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_timer.cpp31 time_t now; // unit is seconds. in ReminderRequestTimer() local
104 time_t now; in UpdateTimeInfo() local
/base/telephony/ril_adapter/services/hril/src/
Dhril_event.cpp46 struct timeval now; in GetNextTimeOut() local
62 struct timeval now; in ProcessTimerList() local
158 struct timeval now; in AddTimerEvent() local
/base/telephony/call_manager/services/spam_call/src/
Dtime_wait_helper.cpp45 auto now = std::chrono::system_clock::now(); in WaitForResult() local
/base/msdp/device_status/utils/common/include/
Dtime_cost_chk.h36 : beginTime_(std::chrono::high_resolution_clock::now()), in beginTime_()
/base/notification/common_event_service/services/src/
Dpublish_manager.cpp36 int64_t now = SystemTime::GetNowSysTime(); in CheckIsFloodAttack() local
/base/hiviewdfx/faultloggerd/tools/crash_validator/
Dmain.cpp31 auto now = time(nullptr); in SigIntHandler() local
/base/startup/appspawn/modules/sysevent/
Dappspawn_hisysevent.cpp29 auto now = std::chrono::system_clock::now(); in AppSpawnHiSysEventWrite() local
/base/useriam/user_auth_framework/common/utils/
Diam_time.cpp35 const time_point<system_clock> now = system_clock::now(); in GetNowTimeString() local
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
Dlib_event_handler_event_queue_test.cpp132 auto now = InnerEvent::Clock::now(); in DelayTest() local
161 auto now = InnerEvent::Clock::now(); in InsertPriorityTest() local
247 auto now = InnerEvent::Clock::now(); in InsertPriorityEvent() local
259 auto now = InnerEvent::Clock::now(); in InsertPriorityEvent() local
276 auto now = InnerEvent::Clock::now(); in InsertAllPriorityEvent() local
288 auto now = InnerEvent::Clock::now(); in InsertAllPriorityEvent() local
300 auto now = InnerEvent::Clock::now(); in InsertAllPriorityEvent() local
599 auto now = InnerEvent::Clock::now(); variable
607 auto now = InnerEvent::Clock::now(); variable
1899 auto now = InnerEvent::Clock::now(); variable
[all …]

12345