Home
last modified time | relevance | path

Searched refs:STALE (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/netstack/test/unittest/http/cache/
H A DHttpCacheStrategyTest.cpp77 EXPECT_EQ(status, STALE);
153 EXPECT_EQ(status, STALE);
231 EXPECT_EQ(status, STALE);
346 EXPECT_EQ(status, STALE);
366 EXPECT_EQ(status, STALE);
387 EXPECT_EQ(status, STALE);
410 EXPECT_EQ(status, STALE);
473 EXPECT_EQ(status, STALE);
555 EXPECT_EQ(status, STALE);
576 EXPECT_EQ(status, STALE);
[all …]
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_strategy.h30 STALE, enumerator
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_strategy.h31 STALE, enumerator
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp254 return STALE; in RunStrategyInternal()
293 return STALE; in RunStrategyInternal()
H A Dnet_http_cache_proxy.cpp81 if (status == CacheStatus::STALE) { in ReadResponseFromCache()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_strategy.cpp256 return STALE; in RunStrategyInternal()
295 return STALE; in RunStrategyInternal()
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-debug-shell-net-ipdebug.md35 2001::1 dev eth0 lladr 44:39:C4:94:5D:44 STALE Router
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-net-ipdebug.md35 2001::1 dev eth0 lladr 44:39:C4:94:5D:44 STALE Router
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_errno.cpp45 { -E_STALE, STALE },
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/
H A Dcache_proxy.cpp88 if (status == CacheStatus::STALE) { in ReadResponseFromCache()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dstore_types.h47 STALE, // new record is staler compared to the same key existed in db. enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_publish_test.cpp467 EXPECT_EQ(g_kvNbDelegatePtr->PublishLocal(KEY_1, true, false, nullptr), STALE);