Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Dnone_io_waiter.cpp29 const int32_t HOURS_PER_YEAR = HOURS_PER_DAY * DAYS_PER_YEAR; variable
47 static const auto oneYear = std::chrono::hours(HOURS_PER_YEAR); in WaitFor()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Dnone_io_waiter.cpp27 const int32_t HOURS_PER_YEAR = HOURS_PER_DAY * DAYS_PER_YEAR; variable
48 static const auto oneYear = std::chrono::hours(HOURS_PER_YEAR); in WaitFor()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/crypto/include/
H A Dcrypto_manager.h40 static constexpr int HOURS_PER_YEAR = (24 * 365); variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dsecurity_manager.h62 static constexpr int HOURS_PER_YEAR = (24 * 365); variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_security_manager.h133 static constexpr int HOURS_PER_YEAR = (24 * 365); variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsecurity_manager.cpp367 return ((createTime + std::chrono::hours(HOURS_PER_YEAR)) < std::chrono::system_clock::now()); in IsKeyOutdated()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_security_manager.cpp576 return ((timePoint + std::chrono::hours(HOURS_PER_YEAR)) < std::chrono::system_clock::now()); in IsKeyExpired()