Searched refs:socketType (Results 1 – 6 of 6) sorted by relevance
120 SocketType socketType() const { return GetParam().type; } in socketType() function133 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()
258 SocketType socketType = GetParam().type; in createRpcTestSocketServerProcessEtc() local273 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 …]
20 int socketType;
110 auto socketType = static_cast<SocketType>(serverConfig.socketType); in main() local130 switch (socketType) { in main()
119 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()
128 static inline std::string PrintToString(SocketType socketType) { in PrintToString() argument129 switch (socketType) { in PrintToString()