Searched refs:STALE (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/communication/netstack/test/unittest/http/cache/ |
H A D | HttpCacheStrategyTest.cpp | 77 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 D | net_http_cache_strategy.h | 30 STALE, enumerator
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/ |
H A D | http_cache_strategy.h | 31 STALE, enumerator
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_cache_strategy.cpp | 254 return STALE; in RunStrategyInternal() 293 return STALE; in RunStrategyInternal()
|
H A D | net_http_cache_proxy.cpp | 81 if (status == CacheStatus::STALE) { in ReadResponseFromCache()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/ |
H A D | http_cache_strategy.cpp | 256 return STALE; in RunStrategyInternal() 295 return STALE; in RunStrategyInternal()
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-debug-shell-net-ipdebug.md | 35 2001::1 dev eth0 lladr 44:39:C4:94:5D:44 STALE Router
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-net-ipdebug.md | 35 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 D | kv_store_errno.cpp | 45 { -E_STALE, STALE },
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/ |
H A D | cache_proxy.cpp | 88 if (status == CacheStatus::STALE) { in ReadResponseFromCache()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | store_types.h | 47 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 D | distributeddb_interfaces_nb_publish_test.cpp | 467 EXPECT_EQ(g_kvNbDelegatePtr->PublishLocal(KEY_1, true, false, nullptr), STALE);
|