Home
last modified time | relevance | path

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

/third_party/grpc/include/grpcpp/impl/codegen/
Dintercepted_channel.h61 void NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl() function
Ddelegating_channel.h61 void NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl() function
/third_party/grpc/src/cpp/client/
Dchannel_cc.cc189 void Channel::NotifyOnStateChangeImpl(grpc_connectivity_state last_observed, in NotifyOnStateChangeImpl() function in grpc::Channel