Searched refs:isErrorNotify (Results 1 – 5 of 5) sorted by relevance
191 assertTrue(notifyPayload.isErrorNotify()); in testBuildIkeErrorNotifyWithData()201 assertTrue(notifyPayload.isErrorNotify()); in testBuildIkeErrorNotifyWithoutData()211 assertFalse(notifyPayload.isErrorNotify()); in testBuildChildConfigNotify()221 assertTrue(notifyPayload.isErrorNotify()); in testBuildChildErrorNotify()394 assertFalse(payload.isErrorNotify()); in testBuildIkeExceptionWithStatusNotify()
109 return notifyPayload.isErrorNotify(); in isValidErrorNotifyCause()
484 public boolean isErrorNotify() { in isErrorNotify() method in IkeNotifyPayload507 if (!isErrorNotify()) { in validateAndBuildIkeException()
2364 if (notifyPayload.isErrorNotify()) { in handle3gppRespAndExtractNonError3gppPayloads()3583 if (notifyPayload.isErrorNotify()) { in validateIkeInitResp()4008 if (notifyPayload.isErrorNotify()) { in handleNotifyInLastAuthResp()4581 if (notifyPayload.isErrorNotify()) { in handleResponseIkeMessage()4847 if (notifyPayload.isErrorNotify()) { in validateIkeRekeyReq()4870 if (notifyPayload.isErrorNotify()) { in validateIkeRekeyResp()4899 if (!notifyPayload.isErrorNotify()) continue; in handleErrorNotifyIfExists()5926 if (notifyPayload.isErrorNotify()) { in validateResp()
1410 if (!notify.isErrorNotify()) { in validateDeleteRespPayloadAndExchangeType()2510 if (notify.isErrorNotify()) { in validateAndNegotiateChild()2640 if (((IkeNotifyPayload) payload).isErrorNotify()) hasErrorNotify = true; in validatePayloadAndExchangeType()