Home
last modified time | relevance | path

Searched refs:GetNowTimeSeconds (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_time.h27 static time_t GetNowTimeSeconds();
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/include/
H A Dhttp_client_time.h30 static time_t GetNowTimeSeconds();
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_time.cpp41 time_t HttpTime::GetNowTimeSeconds() in GetNowTimeSeconds() function in OHOS::NetStack::Http::HttpTime
H A Dhttp_cache_strategy.cpp116 int64_t nowTime = std::max<int64_t>(0, HttpTime::GetNowTimeSeconds()); in CacheResponseAgeMillis()
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_time.cpp48 time_t HttpTime::GetNowTimeSeconds() in GetNowTimeGMT() function in OHOS::NetStack::HttpClient::HttpTime
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_utils.h65 time_t GetNowTimeSeconds();
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp114 int64_t nowTime = std::max<int64_t>(0, GetNowTimeSeconds()); in CacheResponseAgeMillis()
H A Dnet_http_utils.cpp111 time_t GetNowTimeSeconds() in GetNowTimeSeconds() function