Home
last modified time | relevance | path

Searched defs:serverVersion (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderRpcTestTrusty.cpp63 uint32_t serverVersion = GetParam().serverVersion; in createRpcTestSocketServerProcessEtc() local
97 for (const auto& serverVersion : testVersions()) { in getTrustyBinderRpcParams() local
DbinderRpcTestFixture.h113 uint32_t serverVersion; member
123 uint32_t serverVersion() const { return GetParam().serverVersion; } in serverVersion() function
DbinderRpcTestServiceTrusty.cpp71 for (auto serverVersion : testVersions()) { in main() local
DbinderRpcTest.cpp261 uint32_t serverVersion = GetParam().serverVersion; in createRpcTestSocketServerProcessEtc() local
1135 for (const auto& serverVersion : testVersions()) { in getTrustyBinderRpcParams() local
1279 for (const auto& serverVersion : testVersions()) { in getBinderRpcParams() local
1758 for (auto serverVersion : testVersions()) { in getRpcTranportTestParams() local
DbinderRpcTestCommon.h114 static inline std::string trustyIpcPort(uint32_t serverVersion) { in trustyIpcPort()