Home
last modified time | relevance | path

Searched refs:NotifyOnStateChangeImpl (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dchannel_interface.h70 NotifyOnStateChangeImpl(last_observed, deadline_tp.raw_time(), cq, tag); in NotifyOnStateChange()
117 virtual void NotifyOnStateChangeImpl(grpc_connectivity_state last_observed,
/external/grpc-grpc/src/cpp/client/
Dchannel_cc.cc176 void Channel::NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl() function in grpc::Channel
189 NotifyOnStateChangeImpl(last_observed, deadline, &cq, nullptr); in WaitForStateChangeImpl()
/external/grpc-grpc/include/grpcpp/
Dchannel.h75 void NotifyOnStateChangeImpl(grpc_connectivity_state last_observed,