HomeSort by relevance Sort by last modified time
    Searched defs:ipSecAllocateSpi (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tests/net/java/com/android/server/
IpSecServiceParameterizedTest.java 160 when(mMockNetd.ipSecAllocateSpi(anyInt(), anyString(), eq(mDestinationAddr), eq(TEST_SPI)))
172 when(mMockNetd.ipSecAllocateSpi(anyInt(), anyString(), eq(mDestinationAddr), eq(TEST_SPI)))
204 when(mMockNetd.ipSecAllocateSpi(anyInt(), anyString(), eq(mDestinationAddr), eq(TEST_SPI)))
238 when(mMockNetd.ipSecAllocateSpi(anyInt(), anyString(), anyString(), anyInt()))
IpSecServiceTest.java 509 when(mMockNetd.ipSecAllocateSpi(
  /system/netd/server/
NetdNativeService.cpp 478 binder::Status NetdNativeService::ipSecAllocateSpi(
486 ALOGD("ipSecAllocateSpi()");
487 return asBinderStatus(gCtls->xfrmCtrl.ipSecAllocateSpi(
XfrmController.cpp 455 netdutils::Status XfrmController::ipSecAllocateSpi(int32_t transformId,
    [all...]

Completed in 331 milliseconds