Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dresolver_result_parsing.h70 const absl::optional<bool>& wait_for_ready) in ClientChannelMethodParsedConfig()
75 absl::optional<bool> wait_for_ready() const { return wait_for_ready_; } in wait_for_ready() function
Dresolver_result_parsing.cc164 absl::optional<bool> wait_for_ready; in ParsePerMethodParams() local
/external/python/bumble/bumble/transport/
Demulated_bluetooth_pb2_grpc.py168 wait_for_ready=None, argument
197 wait_for_ready=None, argument
226 wait_for_ready=None, argument
Demulated_bluetooth_vhci_pb2_grpc.py109 wait_for_ready=None, argument
/external/autotest/client/common_lib/cros/
Dtpm_utils.py62 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()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dclient_context.h289 void set_wait_for_ready(bool wait_for_ready) { in set_wait_for_ready()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dclient_context.h289 void set_wait_for_ready(bool wait_for_ready) { in set_wait_for_ready()
/external/rust/crates/grpcio/src/call/
Dclient.rs56 pub fn wait_for_ready(mut self, wait_for_ready: bool) -> CallOption { in wait_for_ready() method