Home
last modified time | relevance | path

Searched refs:httpVersion (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/utils/profiler_utils/src/
H A Di_network_message.cpp64 uint32_t INetworkMessage::GetHttpVersionFromCurlHandle(std::string &httpVersion, CURL *handle) in GetHttpVersionFromCurlHandle() argument
71 httpVersion = GetHttpVersion(tmp); in GetHttpVersionFromCurlHandle()
140 std::string INetworkMessage::GetHttpVersion(long httpVersion) in GetHttpVersion() argument
143 switch (httpVersion) { in GetHttpVersion()
/ohos5.0/foundation/communication/netstack/utils/profiler_utils/include/
H A Di_network_message.h66 static uint32_t GetHttpVersionFromCurlHandle(std::string &httpVersion, CURL *handle);
73 static std::string GetHttpVersion(long httpVersion);