Home
last modified time | relevance | path

Searched refs:NotifyOnStateChange (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dchannel_interface.h67 void NotifyOnStateChange(grpc_connectivity_state last_observed, T deadline, in NotifyOnStateChange() function
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dsubchannel.h93 void NotifyOnStateChange(grpc_pollset_set* interested_parties,
Dsubchannel.cc590 c->connected_subchannel->NotifyOnStateChange( in on_connected_subchannel_connectivity_changed()
652 c->connected_subchannel->NotifyOnStateChange( in publish_transport_locked()
823 void ConnectedSubchannel::NotifyOnStateChange( in NotifyOnStateChange() function in grpc_core::ConnectedSubchannel
/external/grpc-grpc/test/cpp/end2end/
Dend2end_test.cc1128 channel_->NotifyOnStateChange(GRPC_CHANNEL_IDLE, deadline, &cq, nullptr); in TEST_P()