Home
last modified time | relevance | path

Searched defs:cached_resource (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/cache/
H A Dfile_backed_resource_cache_test.cc149 absl::StatusOr<FileBackedResourceCache::ResourceAndMetadata> cached_resource = in TEST_F() local
180 cached_resource = (*resource_cache)->Get(kKey1, std::nullopt); in TEST_F() local
338 cached_resource = (*resource_cache)->Get(kKey1, std::nullopt); in TEST_F() local
393 cached_resource = (*resource_cache)->Get(kKey1, 6 * kMaxAge); in TEST_F() local
412 cached_resource = (*resource_cache)->Get(kKey1, 6 * kMaxAge); in TEST_F() local
501 cached_resource = (*resource_cache)->Get(kKey1, std::nullopt); in TEST_F() local
533 cached_resource = (*resource_cache)->Get(kKey1, std::nullopt); in TEST_F() local
561 cached_resource = (*resource_cache)->Get(kKey1, std::nullopt); in TEST_F() local
H A Dfile_backed_resource_cache.cc175 CachedResource cached_resource; in Put() local
226 CachedResource cached_resource = manifest.cache().at(cache_id_str); in Get() local
/aosp_15_r20/external/federated-compute/fcp/client/http/
H A Din_memory_request_response.cc63 absl::Cord cached_resource = cached_resource_and_metadata.resource; in TryGetResourceFromCache() local
430 absl::StatusOr<absl::Cord> cached_resource = in FetchResourcesInMemory() local
H A Din_memory_request_response_test.cc1292 absl::Cord cached_resource("(((*°▽°*)八(*°▽°*)))"); in TEST_F() local
1327 absl::Cord cached_resource("(((*°▽°*)八(*°▽°*)))"); in TEST_F() local