Home
last modified time | relevance | path

Searched defs:last_observed (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/include/grpcpp/impl/codegen/
Dintercepted_channel.h61 void NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl()
67 bool WaitForStateChangeImpl(grpc_connectivity_state last_observed, in WaitForStateChangeImpl()
Ddelegating_channel.h61 void NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl()
69 bool WaitForStateChangeImpl(grpc_connectivity_state last_observed, in WaitForStateChangeImpl()
Dchannel_interface.h81 void NotifyOnStateChange(grpc_connectivity_state last_observed, T deadline, in NotifyOnStateChange()
90 bool WaitForStateChange(grpc_connectivity_state last_observed, T deadline) { in WaitForStateChange()
/third_party/grpc/src/cpp/client/
Dchannel_cc.cc189 void Channel::NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl()
197 bool Channel::WaitForStateChangeImpl(grpc_connectivity_state last_observed, in WaitForStateChangeImpl()
/third_party/grpc/test/cpp/qps/
Dclient.h467 grpc_connectivity_state last_observed = channel->GetState(true); in WaitForChannelsToConnect() local
487 grpc_connectivity_state last_observed = channel->GetState(true); in WaitForChannelsToConnect() local