Searched refs:clientVersion (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/binder/tests/ |
D | binderRpcTestTrusty.cpp | 62 uint32_t clientVersion = GetParam().clientVersion; in createRpcTestSocketServerProcessEtc() local 71 EXPECT_TRUE(session->setProtocolVersion(clientVersion)); in createRpcTestSocketServerProcessEtc() 96 for (const auto& clientVersion : testVersions()) { in getTrustyBinderRpcParams() local 101 .clientVersion = clientVersion, in getTrustyBinderRpcParams()
|
D | binderRpcTestFixture.h | 112 uint32_t clientVersion; member 122 uint32_t clientVersion() const { return GetParam().clientVersion; } in clientVersion() function 137 return clientVersion() >= 1 && serverVersion() >= 1 && rpcSecurity() != RpcSecurity::TLS && in supportsFdTransport() 161 std::to_string(info.param.clientVersion) + "_serverV" + in PrintParamInfo()
|
D | binderRpcTest.cpp | 260 uint32_t clientVersion = GetParam().clientVersion; in createRpcTestSocketServerProcessEtc() local 362 LOG_ALWAYS_FATAL_IF(!session->setProtocolVersion(clientVersion)); in createRpcTestSocketServerProcessEtc() 1134 for (const auto& clientVersion : testVersions()) { in getTrustyBinderRpcParams() local 1139 .clientVersion = clientVersion, in getTrustyBinderRpcParams() 1278 for (const auto& clientVersion : testVersions()) { in getBinderRpcParams() local 1285 .clientVersion = clientVersion, in getBinderRpcParams() 1299 .clientVersion = RPC_WIRE_PROTOCOL_VERSION, in getBinderRpcParams()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | RcsClientConfiguration.java | 80 @NonNull String clientVendor, @NonNull String clientVersion) { in RcsClientConfiguration() argument 81 this(rcsVersion, rcsProfile, clientVendor, clientVersion, true); in RcsClientConfiguration() 102 @NonNull String clientVendor, @NonNull String clientVersion, in RcsClientConfiguration() argument 107 mClientVersion = clientVersion; in RcsClientConfiguration() 174 String clientVersion = in.readString(); 177 clientVendor, clientVersion, rcsEnabledByUser);
|