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:GetNowTimeGMT
(Results
1 - 10
of
10
) sorted by relevance
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H
A
D
http_time.h
29
static std::string
GetNowTimeGMT
();
/foundation/communication/netstack/frameworks/native/http/http_client/include/
H
A
D
http_client_time.h
28
static std::string
GetNowTimeGMT
();
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H
A
D
http_time.cpp
47
std::string HttpTime::
GetNowTimeGMT
()
in GetNowTimeGMT()
function in OHOS::NetStack::Http::HttpTime
/foundation/communication/netstack/frameworks/native/http/http_client/
H
A
D
http_client_time.cpp
29
std::string HttpTime::
GetNowTimeGMT
()
in GetNowTimeGMT()
function in OHOS::NetStack::HttpClient::HttpTime
H
A
D
http_client_task.cpp
433
request_.SetRequestTime(HttpTime::
GetNowTimeGMT
());
in Start()
439
response_.SetRequestTime(HttpTime::
GetNowTimeGMT
());
in Start()
695
response_.SetResponseTime(HttpTime::
GetNowTimeGMT
());
in ProcessResponse()
/foundation/communication/netstack/frameworks/cj/http/include/
H
A
D
net_http_utils.h
67
std::string
GetNowTimeGMT
();
/foundation/communication/netstack/frameworks/cj/http/src/
H
A
D
net_http_client_exec.cpp
109
context->options.SetRequestTime(
GetNowTimeGMT
());
in ExecRequest()
151
context->response.SetRequestTime(
GetNowTimeGMT
());
in RequestWithoutCache()
175
context->response.SetResponseTime(
GetNowTimeGMT
());
in GetCurlDataFromHandle()
H
A
D
net_http_utils.cpp
117
std::string
GetNowTimeGMT
()
in GetNowTimeGMT()
function
H
A
D
net_http_request_context.cpp
556
context->options.SetRequestTime(
GetNowTimeGMT
());
in Request()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H
A
D
http_exec.cpp
344
context->response.SetRequestTime(HttpTime::
GetNowTimeGMT
());
in AddCurlHandle()
369
context->response.SetResponseTime(HttpTime::
GetNowTimeGMT
());
in AddCurlHandle()
556
context->options.SetRequestTime(HttpTime::
GetNowTimeGMT
());
in AddCurlHandle()
Completed in 9 milliseconds