Home
last modified time | relevance | path

Searched defs:ONE_DAY_MILLISECONDS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp25 static constexpr int64_t ONE_DAY_MILLISECONDS = 24 * 60 * 60 * 1000L; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_strategy.cpp28 static constexpr int64_t ONE_DAY_MILLISECONDS = 24 * 60 * 60 * 1000L; variable
/ohos5.0/base/security/access_token/services/privacymanager/include/common/
H A Dconstant.h82 const static int64_t ONE_DAY_MILLISECONDS = 24 * 60 * 60 * MILLISECONDS; // 1s = 1000ms variable