Searched refs:STALE (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/netstack/test/unittest/http/cache/ |
H A D | HttpCacheStrategyTest.cpp | 77 EXPECT_EQ(status, STALE); in HWTEST_F() 153 EXPECT_EQ(status, STALE); in HWTEST_F() 231 EXPECT_EQ(status, STALE); in HWTEST_F() 346 EXPECT_EQ(status, STALE); in HWTEST_F() 366 EXPECT_EQ(status, STALE); in HWTEST_F() 387 EXPECT_EQ(status, STALE); in HWTEST_F() 410 EXPECT_EQ(status, STALE); in HWTEST_F() 473 EXPECT_EQ(status, STALE); in HWTEST_F() 511 EXPECT_EQ(result, STALE); in HWTEST_F() 555 EXPECT_EQ(status, STALE); in HWTEST_F() [all...] |
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/ |
H A D | http_cache_strategy.h | 31 STALE, enumerator
|
/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | net_http_cache_strategy.h | 30 STALE, enumerator
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_cache_strategy.cpp | 253 NETSTACK_LOGI("return STALE"); in RunStrategyInternal() 254 return STALE; in RunStrategyInternal() 277 response.SetWarning("110 \"Response is STALE\""); in RunStrategyInternal() 292 NETSTACK_LOGI("return STALE"); in RunStrategyInternal() 293 return STALE; in RunStrategyInternal()
|
H A D | net_http_cache_proxy.cpp | 81 if (status == CacheStatus::STALE) { in ReadResponseFromCache()
|
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/ |
H A D | http_cache_strategy.cpp | 255 NETSTACK_LOGI("return STALE"); in RunStrategyInternal() 256 return STALE; in RunStrategyInternal() 279 response.SetWarning("110 \"Response is STALE\""); in RunStrategyInternal() 294 NETSTACK_LOGI("return STALE"); in RunStrategyInternal() 295 return STALE; in RunStrategyInternal()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_errno.cpp | 45 { -E_STALE, STALE },
|
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/ |
H A D | cache_proxy.cpp | 92 if (status == CacheStatus::STALE) { in ReadResponseFromCache()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | store_types.h | 48 STALE, // new record is staler compared to the same key existed in db. enumerator
|
/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); in HWTEST_F()
|
Completed in 6 milliseconds