Home
last modified time | relevance | path

Searched refs:GetEffectiveUrlFromCurlHandle (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/netstack/utils/profiler_utils/include/
H A Di_network_message.h65 static uint32_t GetEffectiveUrlFromCurlHandle(std::string &effectiveUrl, CURL *handle);
/ohos5.0/foundation/communication/netstack/utils/profiler_utils/src/
H A Dhttp_client_network_message.cpp69 GetEffectiveUrlFromCurlHandle(msg.responseEffectiveUrl_, handle_); in Parse()
H A Dhttp_network_message.cpp69 GetEffectiveUrlFromCurlHandle(msg.responseEffectiveUrl_, handle_); in Parse()
H A Di_network_message.cpp51 uint32_t INetworkMessage::GetEffectiveUrlFromCurlHandle(std::string &effectiveUrl, CURL *handle) in GetEffectiveUrlFromCurlHandle() function in OHOS::NetStack::INetworkMessage
/ohos5.0/foundation/communication/netstack/test/unittest/utils/profiler_utils/
H A DNetstackNetworkProfilerUtilsTest.cpp70 ret = GetEffectiveUrlFromCurlHandle(msg.responseEffectiveUrl_, handle_); in Parse()