Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dchannel_interface.h67 void NotifyOnStateChange(grpc_connectivity_state last_observed, T deadline, in NotifyOnStateChange()
76 bool WaitForStateChange(grpc_connectivity_state last_observed, T deadline) { in WaitForStateChange()
/external/grpc-grpc/src/cpp/client/
Dchannel_cc.cc176 void Channel::NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl()
184 bool Channel::WaitForStateChangeImpl(grpc_connectivity_state last_observed, in WaitForStateChangeImpl()