Home
last modified time | relevance | path

Searched refs:ONE_SECOND_MILLISECONDS (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/access_token/frameworks/common/src/
H A Dtime_util.cpp23 static constexpr int64_t ONE_SECOND_MILLISECONDS = 1000; variable
29 int64_t timestamp = t.tv_sec * ONE_SECOND_MILLISECONDS + t.tv_usec / ONE_SECOND_MILLISECONDS; in GetCurrentTimestamp()
/ohos5.0/base/update/updateservice/services/core/ability/alarm/src/
H A Dtimer_manager.cpp22 constexpr int32_t ONE_SECOND_MILLISECONDS = 1000; variable
62 looperInterval * ONE_SECOND_MILLISECONDS, false); in RegisterLooperEvent()
/ohos5.0/base/update/updateservice/services/startup/model/include/
H A Dstartup_constant.h50 constexpr uint64_t ONE_SECOND_MILLISECONDS = 1000L; variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/
H A Dbundle_active_calendar.h27 static const int64_t ONE_SECOND_MILLISECONDS = 1000;
H A Dbundle_active_user_service.h82 static const int64_t ONE_SECOND_MILLISECONDS = 1000;
/ohos5.0/base/update/updateservice/services/startup/manage/src/
H A Dstartup_schedule.cpp63 uint64_t scheduleTime = task.minDelayTime * Startup::ONE_SECOND_MILLISECONDS; in Schedule()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_user_service.cpp36 … BundleActiveEvent startupEvent(BundleActiveEvent::STARTUP, timeStamp - ONE_SECOND_MILLISECONDS); in Init()