Searched refs:GetResponseType (Results 1 – 9 of 9) sorted by relevance
15 StringExtractorGDBRemote::GetResponseType() const { in GetResponseType() function in StringExtractorGDBRemote443 return GetResponseType() == eOK; in IsOKResponse()447 return GetResponseType() == eUnsupported; in IsUnsupportedResponse()451 return GetResponseType() == eResponse; in IsNormalResponse()455 return GetResponseType() == eError && isxdigit(m_packet[1]) && in IsErrorResponse()460 if (GetResponseType() == eError) { in GetError()469 if (GetResponseType() == eError) { in GetStatus()501 switch (response.GetResponseType()) { in OKErrorNotSupportedResponseValidator()517 switch (response.GetResponseType()) { in JSONResponseValidator()549 switch (response.GetResponseType()) { in ASCIIHexBytesResponseValidator()
178 ResponseType GetResponseType() const;
389 constexpr ResponseType GetResponseType(uint16_t rrclass) { in GetResponseType() function
313 GetDnsClass(rrclass), GetResponseType(rrclass)); in Read()
506 def GetResponseType(self, method): member in BaseApiService
747 response.GetResponseType() != response.eResponse) in GetRemoteUnixSignals()
466 response_type = response.GetResponseType(); in BuildDynamicRegisterInfo()4014 response.GetResponseType(); in GetExtendedInfoForThread()4087 response.GetResponseType(); in GetLoadedDynamicLibrariesInfos_sender()4121 response.GetResponseType(); in GetSharedCacheInfo()
199 if (packet.GetResponseType() == in GetAck()
1486 response.GetResponseType() == StringExtractorGDBRemote::eResponse) { in GetMemoryRegionInfo()