Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcTestFixture.h120 SocketType socketType() const { return GetParam().type; } in socketType() function
133 if (socketType() == SocketType::TIPC) { in supportsFdTransport()
138 (socketType() == SocketType::PRECONNECTED || socketType() == SocketType::UNIX || in supportsFdTransport()
139 socketType() == SocketType::UNIX_BOOTSTRAP || in supportsFdTransport()
140 socketType() == SocketType::UNIX_RAW); in supportsFdTransport()
144 if (socketType() == SocketType::UNIX_BOOTSTRAP && rpcSecurity() == RpcSecurity::TLS) { in SetUp()
DbinderRpcTest.cpp258 SocketType socketType = GetParam().type; in createRpcTestSocketServerProcessEtc() local
273 if (socketType == SocketType::UNIX_RAW) { in createRpcTestSocketServerProcessEtc()
275 } else if (socketType == SocketType::UNIX_BOOTSTRAP) { in createRpcTestSocketServerProcessEtc()
285 if (socketType == SocketType::TIPC) { in createRpcTestSocketServerProcessEtc()
300 serverConfig.socketType = static_cast<int32_t>(socketType); in createRpcTestSocketServerProcessEtc()
310 if (socketType != SocketType::TIPC) { in createRpcTestSocketServerProcessEtc()
318 if (socketType == SocketType::TIPC) { in createRpcTestSocketServerProcessEtc()
331 if (socketType != SocketType::TIPC) { in createRpcTestSocketServerProcessEtc()
341 if (socketType == SocketType::INET) { in createRpcTestSocketServerProcessEtc()
367 switch (socketType) { in createRpcTestSocketServerProcessEtc()
[all …]
DBinderRpcTestServerConfig.aidl20 int socketType;
DbinderRpcTestService.cpp110 auto socketType = static_cast<SocketType>(serverConfig.socketType); in main() local
130 switch (socketType) { in main()
DbinderRpcUniversalTests.cpp119 if (socketType() == SocketType::TIPC) { in TEST_P()
166 size_t singleLen = socketType() == SocketType::TIPC ? 512 : 4096; in TEST_P()
271 if (socketType() == SocketType::TIPC) { in TEST_P()
336 if (socketType() == SocketType::TIPC) { in TEST_P()
DbinderRpcTestCommon.h128 static inline std::string PrintToString(SocketType socketType) { in PrintToString() argument
129 switch (socketType) { in PrintToString()