Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderRpcTest.cpp1793 static std::vector<SocketType> testSocketTypes(bool hasPreconnected = true) { in testSocketTypes() function
1821 for (const auto& type : testSocketTypes()) { in getBinderRpcParams()
2311 for (auto socketType : testSocketTypes(false /* hasPreconnected */)) { in getRpcTranportTestParams()
2631 testing::Combine(testing::ValuesIn(testSocketTypes(false /* hasPreconnected*/)),