Home
last modified time | relevance | path

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

/system/netd/tests/
Dbinder_test.cpp150 bool allocateIpSecResources(bool expectOk, int32_t* spi);
334 bool NetdBinderTest::allocateIpSecResources(bool expectOk, int32_t* spi) { in allocateIpSecResources() function in NetdBinderTest
411 ASSERT_TRUE(allocateIpSecResources(true, &spi)); in TEST_F()
412 ASSERT_TRUE(allocateIpSecResources(false, &spi)); in TEST_F()
416 ASSERT_TRUE(allocateIpSecResources(true, &spi)); in TEST_F()