Home
last modified time | relevance | path

Searched refs:VALIDITY (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_dms_handler.cpp49 auto validityTime = std::chrono::steady_clock::now() - std::chrono::seconds(VALIDITY); in IsContinue()
78 auto validityTime = std::chrono::steady_clock::now() - std::chrono::seconds(VALIDITY); in GetDstBundleName()
H A Dobject_dms_handler.h53 static constexpr int64_t VALIDITY = 15; variable