Home
last modified time | relevance | path

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

12345678910>>...16

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_flow_control_service.cpp56 std::chrono::system_clock::time_point now = std::chrono::system_clock::now(); in PublishFlowCtrl() local
72 std::chrono::system_clock::time_point now) in PublishGlobalFlowCtrl()
107 std::chrono::system_clock::time_point now, const int32_t callingUid) in PublishSingleAppFlowCtrl()
128 std::chrono::system_clock::time_point now, const int32_t callingUid) in PublishRecordTimestamp()
148 …FlowControlService::PublishSingleAppFlowCtrlRemoveExpire(std::chrono::system_clock::time_point now) in PublishSingleAppFlowCtrlRemoveExpire()
168 std::chrono::system_clock::time_point now = std::chrono::system_clock::now(); in UpdateFlowCtrl() local
184 std::chrono::system_clock::time_point now) in UpdateGlobalFlowCtrl()
219 std::chrono::system_clock::time_point now, const int32_t callingUid) in UpdateSingleAppFlowCtrl()
240 std::chrono::system_clock::time_point now, const int32_t callingUid) in UpdateRecordTimestamp()
260 … FlowControlService::UpdateSingleAppFlowCtrlRemoveExpire(std::chrono::system_clock::time_point now) in UpdateSingleAppFlowCtrlRemoveExpire()
/ohos5.0/foundation/ai/ai_engine/services/common/platform/time/source/
H A Dtime_elapser.cpp39 std::chrono::system_clock::time_point now = std::chrono::system_clock::now(); in ElapseMicro() local
45 std::chrono::system_clock::time_point now = std::chrono::system_clock::now(); in ElapseMilli() local
51 std::chrono::system_clock::time_point now = std::chrono::system_clock::now(); in ElapseSec() local
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_client_unittest.cpp54 auto now = time(nullptr); variable
85 auto now = time(nullptr); variable
89 auto task = [](int32_t now) { in __anon31ca51df0102()
127 auto now = time(nullptr); variable
129 auto task = [](int32_t now) { in __anon31ca51df0202()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A 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
171 time_t now = time(nullptr); variable
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A 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
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/test/common/moduletest/
H A 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
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dcall_reporter.cpp36 int64_t now = std::chrono::duration_cast<std::chrono::milliseconds>( in Count() local
48 int64_t now = std::chrono::duration_cast<std::chrono::milliseconds>( in Count() local
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_time.cpp43 auto now = std::chrono::system_clock::now(); in GetNowTimeSeconds() local
49 auto now = std::chrono::system_clock::now(); in GetNowTimeGMT() local
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A 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
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_strategy.h31 static T* DequeBatch(const uint32_t queueId, const uint64_t now, in DequeBatch()
56 const uint64_t now, std::multimap<uint64_t, T*>& whenMap, void* args) in DequeSingleByPriority()
78 const uint64_t now, std::multimap<uint64_t, T*>& whenMap, void* args) in DequeSingleAgainstStarvation()
/ohos5.0/base/notification/eventhandler/test/systemtest/ems_inner_event_system_test/
H A 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
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_proxy.cpp132 const std::chrono::steady_clock::time_point &now, in ProxyTimer()
171 const std::chrono::steady_clock::time_point &now, in PidProxyTimer()
213 const std::chrono::steady_clock::time_point &now, in AdjustTimer()
537 const std::chrono::steady_clock::time_point &now, in UpdateProxyWhenElapsedForProxyUidMap()
570 const std::chrono::steady_clock::time_point &now, in UpdateProxyWhenElapsedForProxyPidMap()
606 const std::chrono::steady_clock::time_point &now, in RestoreProxyWhenElapsedByUid()
644 const std::chrono::steady_clock::time_point &now, in RestoreProxyWhenElapsedByPid()
682 const std::chrono::steady_clock::time_point &now, in RestoreProxyWhenElapsedForProxyUidMap()
693 const std::chrono::steady_clock::time_point &now, in RestoreProxyWhenElapsedForProxyPidMap()
727 bool TimerProxy::ShowProxyTimerInfo(int fd, const int64_t now) in ShowProxyTimerInfo()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dvsync_generator_test.cpp72 void VSyncGeneratorTestCallback::OnVSyncEvent(int64_t now, int64_t period, uint32_t refreshRate, VS… in OnVSyncEvent()
326 int64_t now = SystemTime(); variable
348 int64_t now = SystemTime(); variable
370 int64_t now = SystemTime(); variable
392 int64_t now = SystemTime(); variable
414 int64_t now = SystemTime(); variable
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_time.cpp31 auto now = std::chrono::system_clock::now(); in GetNowTimeGMT() local
50 auto now = std::chrono::system_clock::now(); in GetNowTimeGMT() local
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_dfx.cpp66 auto now = chrono::steady_clock::now(); in PrintAllBufferInfo() local
71 void HCodec::PrintAllBufferInfo(bool isInput, std::chrono::time_point<std::chrono::steady_clock> no… in PrintAllBufferInfo()
90 auto now = chrono::steady_clock::now(); in OnGetHidumperInfo() local
142 void HCodec::PrintStatistic(bool isInput, std::chrono::time_point<std::chrono::steady_clock> now) in PrintStatistic()
172 auto now = chrono::steady_clock::now(); in ChangeOwnerNormal() local
221 auto now = chrono::steady_clock::now(); in ChangeOwnerDebug() local
257 …Codec::UpdateInputRecord(const BufferInfo& info, std::chrono::time_point<std::chrono::steady_clock… in UpdateInputRecord()
280 …odec::UpdateOutputRecord(const BufferInfo& info, std::chrono::time_point<std::chrono::steady_clock… in UpdateOutputRecord()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A 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
1009 time_t now; variable
1246 time_t now; variable
1282 time_t now; variable
1311 time_t now; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Ddate_util.cpp25 auto now = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); in Current() local
81 auto now = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); in GetMilliSecondsByDateTime() local
/ohos5.0/base/telephony/telephony_data/common/include/
H A Dtime_util.h67 time_t now = time(DEFAULT_TIMER); in GetCurrentTime() local
83 time_t now = time(DEFAULT_TIMER) - THIRTY_DAYS; in GetTimeOfThirty() local
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A 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
/ohos5.0/foundation/ability/ability_runtime/utils/global/time/include/
H A Dtime_util.h44 auto now = std::chrono::system_clock::now(); in FormatTime() local
56 auto now = std::chrono::system_clock::now(); in DefaultCurrentTimeStr() local
/ohos5.0/base/hiviewdfx/hiview/base/
H A 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()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dtoken_bucket.c24 uint64 now = SAMGR_GetProcessTime(); in TB_CheckMessage() local
/ohos5.0/base/time/time_service/test/fuzztest/timeservice_fuzzer/timerproxy_fuzzer/
H A Dtimerproxy_fuzzer.cpp34 auto now = std::chrono::steady_clock::now(); in FuzzTimerProxyTimer() local
53 auto now = std::chrono::steady_clock::now(); in FuzzTimerAdjustTimer() local
71 auto now = std::chrono::steady_clock::now(); in FuzzTimerResetProxy() local
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/include/agent/core/
H A Dapp_domain_verify_agent_service.h73 std::chrono::system_clock::time_point now; variable
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Devent_base_test.cpp27 auto now = std::chrono::system_clock::now(); in GetCurrentMillis() local
74 auto now = GetCurrentMillis(); variable

12345678910>>...16