Home
last modified time | relevance | path

Searched refs:isServerSendAuthenticationHeader (Results 1 – 4 of 4) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_common.h226 bool isServerSendAuthenticationHeader() in isServerSendAuthenticationHeader() function
228 return iParser->isServerSendAuthenticationHeader(); in isServerSendAuthenticationHeader()
576 bool isServerSendAuthenticationHeader() in isServerSendAuthenticationHeader() function
578 return iParser->isServerSendAuthenticationHeader(); in isServerSendAuthenticationHeader()
Dpvmf_protocol_engine_internal.h663 OSCL_IMPORT_REF bool isServerSendAuthenticationHeader();
Dpvmf_protocol_engine_common.cpp515 OSCL_EXPORT_REF bool HttpParsingBasicObject::isServerSendAuthenticationHeader() in isServerSendAuthenticationHeader() function in HttpParsingBasicObject
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp2869 if (false == iNode->iProtocol->isServerSendAuthenticationHeader()) in handleAuthenErrResponse()