Searched refs:aResponseError (Results 1 – 2 of 2) sorted by relevance
800 … Error ParseResponse(const Message &aResponseMessage, Query *&aQuery, Error &aResponseError);
1358 Error Client::ParseResponse(const Message &aResponseMessage, Query *&aQuery, Error &aResponseError) in ParseResponse() argument1404 aResponseError = Header::ResponseCodeToError(header.GetResponseCode()); in ParseResponse()1406 if ((aResponseError == kErrorNone) && (info.mQueryType == kServiceQuerySrvTxt)) in ParseResponse()