Home
last modified time | relevance | path

Searched refs:WaitForServer (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dclient_lb_end2end_test.cc521 void WaitForServer( in WaitForServer() function in grpc::testing::__anon18215c690111::ClientLbEnd2endTest
764 WaitForServer(DEBUG_LOCATION, stub, 0); in TEST_F()
792 WaitForServer(DEBUG_LOCATION, stub1, 1); in TEST_F()
971 WaitForServer(DEBUG_LOCATION, stub, 1); in TEST_F()
975 WaitForServer(DEBUG_LOCATION, stub, 2); in TEST_F()
1006 WaitForServer(DEBUG_LOCATION, stub, 0); in TEST_F()
1060 WaitForServer(DEBUG_LOCATION, stub1, 0); in TEST_F()
1087 WaitForServer(DEBUG_LOCATION, stub1, 0); in TEST_F()
1152 WaitForServer(DEBUG_LOCATION, stub, 0, [](const Status& status) { in TEST_F()
1172 WaitForServer(DEBUG_LOCATION, stub, 0); in TEST_F()
[all …]
H A Dservice_config_end2end_test.cc356 void WaitForServer( in WaitForServer() function in grpc::testing::__anon50cf22e30111::ServiceConfigEnd2endTest
/aosp_15_r20/tools/treble/build/treble_build/cmd/
H A Dmain.go152 if err := ninja.WaitForServer(ctx, int(ninjaTimeout.Seconds())); err != nil {
/aosp_15_r20/tools/treble/build/treble_build/local/
H A Dninja.go307 func (cli *ninjaCli) WaitForServer(ctx context.Context, maxTries int) error { func
/aosp_15_r20/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp2591 struct WaitForServer { struct
2705 runOnEachServer<WaitForServer>(); in main()