Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcTestFixture.h130 socketType() == SocketType::UNIX_BOOTSTRAP || in supportsFdTransport()
135 if (socketType() == SocketType::UNIX_BOOTSTRAP && rpcSecurity() == RpcSecurity::TLS) { in SetUp()
DbinderRpcTestCommon.h89 UNIX_BOOTSTRAP, enumerator
102 case SocketType::UNIX_BOOTSTRAP: in PrintToString()
DbinderRpcTestService.cpp135 case SocketType::UNIX_BOOTSTRAP: in main()
DbinderRpcTest.cpp270 } else if (socketType == SocketType::UNIX_BOOTSTRAP) { in createRpcTestSocketServerProcessEtc()
371 case SocketType::UNIX_BOOTSTRAP: in createRpcTestSocketServerProcessEtc()
1218 std::vector<SocketType> ret = {SocketType::UNIX, SocketType::UNIX_BOOTSTRAP, SocketType::INET, in testSocketTypes()
1437 case SocketType::UNIX_BOOTSTRAP: { in setUp()
DbinderRpcUniversalTests.cpp89 type == SocketType::UNIX_BOOTSTRAP || type == SocketType::UNIX_RAW) { in TEST_P()