Home
last modified time | relevance | path

Searched refs:StartWatch (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_server_config_fetcher.cc35 void StartWatch(std::string listening_address, in StartWatch() function in grpc_core::__anonfbbca19b0111::XdsServerConfigFetcher
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dsubchannel.h80 void StartWatch(grpc_pollset_set* interested_parties,
Dsubchannel.cc103 void ConnectedSubchannel::StartWatch( in StartWatch() function in grpc_core::ConnectedSubchannel
1119 connected_subchannel_->StartWatch( in PublishTransportLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dserver.h423 virtual void StartWatch(std::string listening_address,
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc415 server_->config_fetcher()->StartWatch( in Start()