Home
last modified time | relevance | path

Searched refs:WaitForReady (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dmethod_params.h35 enum WaitForReady { enum
55 WaitForReady wait_for_ready() const { return wait_for_ready_; } in wait_for_ready()
71 WaitForReady wait_for_ready_ = WAIT_FOR_READY_UNSET;
Dmethod_params.cc42 grpc_json* field, ClientChannelMethodParams::WaitForReady* wait_for_ready) { in ParseWaitForReady()
/external/grpc-grpc/src/csharp/Grpc.Core/
DCallOptions.cs122 get { return (this.flags & CallFlags.WaitForReady) == CallFlags.WaitForReady; }
214 return WithFlags(this.flags | CallFlags.WaitForReady); in WithWaitForReady()
216 return WithFlags(this.flags & ~CallFlags.WaitForReady); in WithWaitForReady()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DCallOptionsTest.cs55 var flags = CallFlags.WaitForReady | CallFlags.CacheableRequest; in WithMethods()
88 public void WaitForReady() in WaitForReady() method in Grpc.Core.Tests.CallOptionsTest
93 Assert.AreEqual(CallFlags.WaitForReady, callOptions.WithWaitForReady().Flags); in WaitForReady()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCallFlags.cs38 WaitForReady = 0x20, enumerator
/external/grpc-grpc/test/cpp/qps/
Dclient.h432 connecting_threads.emplace_back(c.WaitForReady()); in ClientImpl()
487 std::unique_ptr<std::thread> WaitForReady() { in WaitForReady() function
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dadb_wrapper.py198 self.WaitForReady()
216 def WaitForReady(self): member in AdbWrapper.PersistentShell