Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dpre_stop_hook_server.cc77 bool TestOnlyExpectRequests(size_t expected_requests_count, in TestOnlyExpectRequests() function in grpc::testing::PreStopHookServer
79 return hook_service_.TestOnlyExpectRequests(expected_requests_count, in TestOnlyExpectRequests()
132 bool PreStopHookServerManager::TestOnlyExpectRequests( in TestOnlyExpectRequests() function in grpc::testing::PreStopHookServerManager
134 return server_->TestOnlyExpectRequests(expected_requests_count, timeout); in TestOnlyExpectRequests()
186 bool HookServiceImpl::TestOnlyExpectRequests(size_t expected_requests_count, in TestOnlyExpectRequests() function in grpc::testing::HookServiceImpl
H A Dpre_stop_hook_server_test.cc93 ASSERT_TRUE(server.TestOnlyExpectRequests(1)); in TEST()
123 ASSERT_TRUE(server.TestOnlyExpectRequests(1)); in TEST()
149 ASSERT_TRUE(server.TestOnlyExpectRequests(1, absl::Milliseconds(500))); in TEST()
212 ASSERT_TRUE(service.TestOnlyExpectRequests(2, absl::Milliseconds(100))); in TEST()
241 ASSERT_TRUE(service.TestOnlyExpectRequests(1, absl::Milliseconds(100))); in TEST()
H A Dpre_stop_hook_server.h48 bool TestOnlyExpectRequests(size_t expected_requests_count,
77 bool TestOnlyExpectRequests(