Searched refs:errorInfo (Results 1 – 3 of 3) sorted by relevance
80 SoapObject errorInfo = (SoapObject) response.getProperty(SPPErrorProperty); in SppResponseMessage() local81 if (!errorInfo.hasAttribute(SPPErrorCodeAttribute)) { in SppResponseMessage()85 errorInfo.getAttributeAsString(SPPErrorCodeAttribute)); in SppResponseMessage()
89 SoapObject errorInfo = new SoapObject(); in verifySppSoapResponseWithErrorAttribute() local90 errorInfo.addAttribute(SppResponseMessage.SPPErrorCodeAttribute, TEST_ERROR); in verifySppSoapResponseWithErrorAttribute()91 soapObject.addProperty(SppResponseMessage.SPPErrorProperty, errorInfo); in verifySppSoapResponseWithErrorAttribute()
47 static std::vector<ERROR_PAIR> errorInfo{ variable66 return GetPairStr<camera_status_t>(err, errorInfo); in GetErrorStr()