Home
last modified time | relevance | path

Searched refs:ReadCacheFromJsonFile (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/include/
H A Dlru_cache_disk_handler.h36 void ReadCacheFromJsonFile();
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/
H A Dlru_cache_disk_handler.cpp77 void LRUCacheDiskHandler::ReadCacheFromJsonFile() in ReadCacheFromJsonFile() function in OHOS::NetStack::Http::LRUCacheDiskHandler
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dlru_cache_disk_handler.h101 void ReadCacheFromJsonFile();
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_proxy.cpp124 g_cjDiskLruCache.ReadCacheFromJsonFile(); in RunCacheWithSize()
H A Dlru_cache_disk_handler.cpp289 void LRUCacheDiskHandler::ReadCacheFromJsonFile() in ReadCacheFromJsonFile() function in OHOS::NetStack::Http::LRUCacheDiskHandler
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/
H A Dcache_proxy.cpp131 DISK_LRU_CACHE.ReadCacheFromJsonFile(); in RunCacheWithSize()