Home
last modified time | relevance | path

Searched refs:GetNowTimeGMT (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_time.h29 static std::string GetNowTimeGMT();
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/include/
H A Dhttp_client_time.h28 static std::string GetNowTimeGMT();
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_time.cpp47 std::string HttpTime::GetNowTimeGMT() in GetNowTimeGMT() function in OHOS::NetStack::Http::HttpTime
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_time.cpp29 std::string HttpTime::GetNowTimeGMT() in GetNowTimeGMT() function in OHOS::NetStack::HttpClient::HttpTime
H A Dhttp_client_task.cpp393 request_.SetRequestTime(HttpTime::GetNowTimeGMT()); in Start()
399 response_.SetRequestTime(HttpTime::GetNowTimeGMT()); in Start()
639 response_.SetResponseTime(HttpTime::GetNowTimeGMT()); in ProcessResponse()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_utils.h67 std::string GetNowTimeGMT();
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp109 context->options.SetRequestTime(GetNowTimeGMT()); in ExecRequest()
151 context->response.SetRequestTime(GetNowTimeGMT()); in RequestWithoutCache()
175 context->response.SetResponseTime(GetNowTimeGMT()); in GetCurlDataFromHandle()
H A Dnet_http_utils.cpp117 std::string GetNowTimeGMT() in GetNowTimeGMT() function
H A Dnet_http_request_context.cpp556 context->options.SetRequestTime(GetNowTimeGMT()); in Request()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp275 context->response.SetRequestTime(HttpTime::GetNowTimeGMT()); in AddCurlHandle()
300 context->response.SetResponseTime(HttpTime::GetNowTimeGMT()); in AddCurlHandle()
484 context->options.SetRequestTime(HttpTime::GetNowTimeGMT()); in AddCurlHandle()