Lines Matching refs:PingPongTestParams
125 class PingPongTestParams { class
127 PingPongTestParams(size_t size, int count) in PingPongTestParams() function in IPC::__anon422127d70111::PingPongTestParams
158 std::vector<PingPongTestParams> GetDefaultTestParams() { in GetDefaultTestParams()
161 std::vector<PingPongTestParams> list; in GetDefaultTestParams()
162 list.push_back(PingPongTestParams(12, 500 * kMultiplier)); in GetDefaultTestParams()
163 list.push_back(PingPongTestParams(144, 500 * kMultiplier)); in GetDefaultTestParams()
164 list.push_back(PingPongTestParams(1728, 500 * kMultiplier)); in GetDefaultTestParams()
165 list.push_back(PingPongTestParams(20736, 120 * kMultiplier)); in GetDefaultTestParams()
166 list.push_back(PingPongTestParams(248832, 10 * kMultiplier)); in GetDefaultTestParams()
196 std::vector<PingPongTestParams> params = GetDefaultTestParams(); in RunTestChannelProxyPingPong()
230 std::vector<PingPongTestParams> params = GetDefaultTestParams(); in RunTestChannelProxySyncPing()
289 std::vector<PingPongTestParams> params = GetDefaultTestParams(); in RunPingPongServer()
717 std::vector<PingPongTestParams> params = GetDefaultTestParams(); in RunMultiThreadPingPongServer()
762 std::vector<PingPongTestParams> params = GetDefaultTestParams(); in RunSingleThreadNoPostTaskPingPongServer()
793 std::vector<PingPongTestParams> params = GetDefaultTestParams(); in RunSingleThreadPostTaskPingPongServer()