Home
last modified time | relevance | path

Searched refs:allocateIpSecResources (Results 1 – 1 of 1) sorted by relevance

/system/netd/tests/
Dbinder_test.cpp186 bool allocateIpSecResources(bool expectOk, int32_t* spi);
391 bool NetdBinderTest::allocateIpSecResources(bool expectOk, int32_t* spi) { in allocateIpSecResources() function in NetdBinderTest
468 ASSERT_TRUE(allocateIpSecResources(true, &spi)); in TEST_F()
469 ASSERT_TRUE(allocateIpSecResources(false, &spi)); in TEST_F()
473 ASSERT_TRUE(allocateIpSecResources(true, &spi)); in TEST_F()