Searched refs:NotifyOnStateChange (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | channel_interface.h | 67 void NotifyOnStateChange(grpc_connectivity_state last_observed, T deadline, in NotifyOnStateChange() function
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | subchannel.h | 93 void NotifyOnStateChange(grpc_pollset_set* interested_parties,
|
D | subchannel.cc | 590 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/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | channel_interface.h | 81 void NotifyOnStateChange(grpc_connectivity_state last_observed, T deadline, in NotifyOnStateChange() function
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | channel_interface.h | 81 void NotifyOnStateChange(grpc_connectivity_state last_observed, T deadline, in NotifyOnStateChange() function
|
/external/grpc-grpc/test/cpp/end2end/ |
D | end2end_test.cc | 1128 channel_->NotifyOnStateChange(GRPC_CHANNEL_IDLE, deadline, &cq, nullptr); in TEST_P()
|