Home
last modified time | relevance | path

Searched defs:wait_for_ready (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/common_lib/cros/
Dtpm_utils.py98 def ClearTPMOwnerRequest(client, wait_for_ready=False, timeout=60): argument
/external/grpc-grpc/test/core/end2end/
Dno_server_test.cc31 void run_test(bool wait_for_ready) { in run_test()
Dconnection_refused_test.cc39 static void run_test(bool wait_for_ready, bool use_service_config) { in run_test()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dmethod_params.h55 WaitForReady wait_for_ready() const { return wait_for_ready_; } in wait_for_ready() function
Dmethod_params.cc42 grpc_json* field, ClientChannelMethodParams::WaitForReady* wait_for_ready) { in ParseWaitForReady()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dclient_context.h252 void set_wait_for_ready(bool wait_for_ready) { in set_wait_for_ready()