Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.h790 int32 parseServerResponseCode(const int32 aErrorCode, bool &isInfoEvent);
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp3035 int32 errCode = parseServerResponseCode(aErrorCode, isInfoEvent); in checkRedirectHandling()
3065 int32 ProtocolStateErrorHandler::parseServerResponseCode(const int32 aErrorCode, bool &isInfoEvent) in parseServerResponseCode() function in ProtocolStateErrorHandler