Home
last modified time | relevance | path

Searched refs:lastModified_ (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_response.cpp69 lastModified_ = value; in ParseCacheResponseHeader()
100 if (lastModified_.empty()) { in GetLastModified()
104 return HttpTime::StrTimeToTimestamp(lastModified_); in GetLastModified()
109 return lastModified_; in GetLastModifiedStr()
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_entity.cpp193 lastModified_ = value; in ParseCacheResponseHeader()
224 if (lastModified_.empty()) { in GetLastModified()
228 return StrTimeToTimestamp(lastModified_); in GetLastModified()
233 return lastModified_; in GetLastModifiedStr()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_reader.h89 return lastModified_; in GetLastModified()
114 struct tm lastModified_ { struct in OHOS::AppExecFwk::LIBZIP::ZipReader::EntryInfo
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_response.h86 std::string lastModified_; member in OHOS::NetStack::Http::HttpCacheResponse
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h135 std::string lastModified_; member in OHOS::NetStack::Http::HttpCacheResponse
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_reader.cpp62 lastModified_ = *GetCurrentSystemTime(); in EntryInfo()

Completed in 4 milliseconds