Searched refs:createTransformResp (Results 1 – 1 of 1) sorted by relevance
337 IpSecTransformResponse createTransformResp = in testCreateTransform() local339 assertEquals(IpSecManager.Status.OK, createTransformResp.status); in testCreateTransform()341 verifyTransformNetdCalledForCreatingSA(ipSecConfig, createTransformResp); in testCreateTransform()351 IpSecTransformResponse createTransformResp = in testCreateTransformAead() local353 assertEquals(IpSecManager.Status.OK, createTransformResp.status); in testCreateTransformAead()355 verifyTransformNetdCalledForCreatingSA(ipSecConfig, createTransformResp); in testCreateTransformAead()369 IpSecTransformResponse createTransformResp = in testCreateTransportModeTransformWithEncap() local371 assertEquals(IpSecManager.Status.OK, createTransformResp.status); in testCreateTransportModeTransformWithEncap()373 verifyTransformNetdCalledForCreatingSA(ipSecConfig, createTransformResp, udpSock.port); in testCreateTransportModeTransformWithEncap()376 IpSecTransformResponse createTransformResp = in testCreateTransportModeTransformWithEncap() local[all …]