Home
last modified time | relevance | path

Searched refs:GetReasonParse (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netstack/utils/profiler_utils/include/
H A Di_network_message.h69 static std::string GetReasonParse(const std::string &rawHeader);
/foundation/communication/netstack/utils/profiler_utils/src/
H A Dhttp_client_network_message.cpp62 msg.responseReasonPhrase_ = GetReasonParse(response_.GetHeader()); in Parse()
H A Dhttp_network_message.cpp62 msg.responseReasonPhrase_ = GetReasonParse(response_.GetRawHeader()); in Parse()
H A Di_network_message.cpp98 std::string INetworkMessage::GetReasonParse(const std::string &rawHeader) in GetReasonParse() function in OHOS::NetStack::INetworkMessage
/foundation/communication/netstack/test/unittest/utils/profiler_utils/
H A DNetstackNetworkProfilerUtilsTest.cpp83 msg.responseReasonPhrase_ = GetReasonParse(REQUEST_HEADERS); in Parse()
/foundation/communication/netstack/test/unittest/websocket_test/
H A DNetstackNetworkProfilerUtilsTest.cpp83 msg.responseReasonPhrase_ = GetReasonParse(REQUEST_HEADERS); in Parse()

Completed in 3 milliseconds