Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:cacheRequest_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/netstack/frameworks/cj/http/src/
H
A
D
net_http_cache_strategy.cpp
34
cacheRequest_
.ParseRequestHeader(requestOptions_.GetHeader());
in HttpCacheStrategy()
35
cacheRequest_
.SetRequestTime(requestOptions_.GetRequestTime());
in HttpCacheStrategy()
159
int64_t requestTime =
cacheRequest_
.GetRequestTime();
in ComputeFreshnessLifetimeSecondsInternal()
174
int64_t reqMaxAge =
cacheRequest_
.GetMaxAgeSeconds();
in ComputeFreshnessLifetimeMillis()
223
return !cacheResponse.IsNoStore() && !
cacheRequest_
.IsNoStore();
in IsCacheable()
232
int64_t minFreshMillis = std::max<int64_t>(0,
cacheRequest_
.GetMinFreshSeconds() * CONVERT_TO_MILLISECONDS);
in GetFreshness()
236
maxStaleMillis = std::max<int64_t>(0,
cacheRequest_
.GetMaxStaleSeconds() * CONVERT_TO_MILLISECONDS);
in GetFreshness()
247
if (
cacheRequest_
.IsNoCache()) {
in RunStrategyInternal()
257
if (
cacheRequest_
.IsOnlyIfCached()) {
in RunStrategyInternal()
268
if (
cacheRequest_
in RunStrategyInternal()
[all...]
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H
A
D
http_cache_strategy.cpp
37
cacheRequest_
.ParseRequestHeader(requestOptions_.GetHeader());
in HttpCacheStrategy()
38
cacheRequest_
.SetRequestTime(requestOptions_.GetRequestTime());
in HttpCacheStrategy()
161
int64_t requestTime =
cacheRequest_
.GetRequestTime();
in ComputeFreshnessLifetimeSecondsInternal()
176
int64_t reqMaxAge =
cacheRequest_
.GetMaxAgeSeconds();
in ComputeFreshnessLifetimeMillis()
225
return !cacheResponse.IsNoStore() && !
cacheRequest_
.IsNoStore();
in IsCacheable()
234
int64_t minFreshMillis = std::max<int64_t>(0,
cacheRequest_
.GetMinFreshSeconds() * CONVERT_TO_MILLISECONDS);
in GetFreshness()
238
maxStaleMillis = std::max<int64_t>(0,
cacheRequest_
.GetMaxStaleSeconds() * CONVERT_TO_MILLISECONDS);
in GetFreshness()
249
if (
cacheRequest_
.IsNoCache()) {
in RunStrategyInternal()
259
if (
cacheRequest_
.IsOnlyIfCached()) {
in RunStrategyInternal()
270
if (
cacheRequest_
in RunStrategyInternal()
[all...]
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H
A
D
http_cache_strategy.h
66
HttpCacheRequest
cacheRequest_
;
member in OHOS::NetStack::Http::HttpCacheStrategy
/foundation/communication/netstack/frameworks/cj/http/include/
H
A
D
net_http_cache_strategy.h
65
HttpCacheRequest
cacheRequest_
;
member in OHOS::NetStack::Http::HttpCacheStrategy
Completed in 2 milliseconds