Loading libs/binder/tests/binderRpcTest.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -237,9 +237,13 @@ std::string BinderRpc::PrintParamInfo(const testing::TestParamInfo<ParamType>& i std::to_string(clientVersion) + "_serverV" + std::to_string(serverVersion); if (singleThreaded) { ret += "_single_threaded"; } else { ret += "_multi_threaded"; } if (noKernel) { ret += "_no_kernel"; } else { ret += "_with_kernel"; } return ret; } Loading libs/binder/tests/binderRpcTestTrusty.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -45,9 +45,13 @@ std::string BinderRpc::PrintParamInfo(const testing::TestParamInfo<ParamType>& i std::to_string(serverVersion); if (singleThreaded) { ret += "_single_threaded"; } else { ret += "_multi_threaded"; } if (noKernel) { ret += "_no_kernel"; } else { ret += "_with_kernel"; } return ret; } Loading Loading
libs/binder/tests/binderRpcTest.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -237,9 +237,13 @@ std::string BinderRpc::PrintParamInfo(const testing::TestParamInfo<ParamType>& i std::to_string(clientVersion) + "_serverV" + std::to_string(serverVersion); if (singleThreaded) { ret += "_single_threaded"; } else { ret += "_multi_threaded"; } if (noKernel) { ret += "_no_kernel"; } else { ret += "_with_kernel"; } return ret; } Loading
libs/binder/tests/binderRpcTestTrusty.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -45,9 +45,13 @@ std::string BinderRpc::PrintParamInfo(const testing::TestParamInfo<ParamType>& i std::to_string(serverVersion); if (singleThreaded) { ret += "_single_threaded"; } else { ret += "_multi_threaded"; } if (noKernel) { ret += "_no_kernel"; } else { ret += "_with_kernel"; } return ret; } Loading