/third_party/grpc/src/core/ext/filters/client_channel/resolver/xds/ |
D | xds_resolver.cc | 72 class Notifier { class in grpc_core::__anone211d7d20111::XdsResolver 74 Notifier(RefCountedPtr<XdsResolver> resolver, XdsApi::LdsUpdate update); 75 Notifier(RefCountedPtr<XdsResolver> resolver, XdsApi::RdsUpdate update); 76 Notifier(RefCountedPtr<XdsResolver> resolver, grpc_error* error); 77 explicit Notifier(RefCountedPtr<XdsResolver> resolver); 96 new Notifier(resolver_, std::move(listener)); in OnListenerChanged() 98 void OnError(grpc_error* error) override { new Notifier(resolver_, error); } in OnError() 99 void OnResourceDoesNotExist() override { new Notifier(resolver_); } in OnResourceDoesNotExist() 110 new Notifier(resolver_, std::move(route_config)); in OnRouteConfigChanged() 112 void OnError(grpc_error* error) override { new Notifier(resolver_, error); } in OnError() [all …]
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/ |
D | cds.cc | 76 new Notifier(parent_, name_, std::move(cluster_data)); in OnClusterChanged() 79 new Notifier(parent_, name_, error); in OnError() 81 void OnResourceDoesNotExist() override { new Notifier(parent_, name_); } in OnResourceDoesNotExist() 84 class Notifier { class in grpc_core::__anon8131c4b70111::CdsLb::ClusterWatcher 86 Notifier(RefCountedPtr<CdsLb> parent, std::string name, 88 Notifier(RefCountedPtr<CdsLb> parent, std::string name, 90 explicit Notifier(RefCountedPtr<CdsLb> parent, std::string name); 181 CdsLb::ClusterWatcher::Notifier::Notifier(RefCountedPtr<CdsLb> parent, in Notifier() function in grpc_core::__anon8131c4b70111::CdsLb::ClusterWatcher::Notifier 192 CdsLb::ClusterWatcher::Notifier::Notifier(RefCountedPtr<CdsLb> parent, in Notifier() function in grpc_core::__anon8131c4b70111::CdsLb::ClusterWatcher::Notifier 199 CdsLb::ClusterWatcher::Notifier::Notifier(RefCountedPtr<CdsLb> parent, in Notifier() function in grpc_core::__anon8131c4b70111::CdsLb::ClusterWatcher::Notifier [all …]
|
D | xds_cluster_resolver.cc | 185 new Notifier(discovery_mechanism_, std::move(update)); in OnEndpointChanged() 188 new Notifier(discovery_mechanism_, error); in OnError() 191 new Notifier(discovery_mechanism_); in OnResourceDoesNotExist() 195 class Notifier { class in grpc_core::__anonf8d7d09e0111::XdsClusterResolverLb::EdsDiscoveryMechanism::EndpointWatcher 197 Notifier(RefCountedPtr<EdsDiscoveryMechanism> discovery_mechanism, 199 Notifier(RefCountedPtr<EdsDiscoveryMechanism> discovery_mechanism, 201 explicit Notifier( 203 ~Notifier() { discovery_mechanism_.reset(DEBUG_LOCATION, "Notifier"); } in ~Notifier() 418 XdsClusterResolverLb::EdsDiscoveryMechanism::EndpointWatcher::Notifier:: 419 Notifier(RefCountedPtr<XdsClusterResolverLb::EdsDiscoveryMechanism> in Notifier() function in grpc_core::__anonf8d7d09e0111::XdsClusterResolverLb::EdsDiscoveryMechanism::EndpointWatcher::Notifier [all …]
|
/third_party/grpc/src/core/lib/transport/ |
D | connectivity_state.cc | 58 class AsyncConnectivityStateWatcherInterface::Notifier { class in grpc_core::AsyncConnectivityStateWatcherInterface 60 Notifier(RefCountedPtr<AsyncConnectivityStateWatcherInterface> watcher, in Notifier() function in grpc_core::AsyncConnectivityStateWatcherInterface::Notifier 77 Notifier* self = static_cast<Notifier*>(arg); in SendNotification() 95 new Notifier(Ref(), state, status, in Notify()
|
D | connectivity_state.h | 76 class Notifier;
|
/third_party/grpc/src/ruby/lib/grpc/ |
D | notifier.rb | 18 class Notifier class
|
/third_party/protobuf/src/google/protobuf/ |
D | arena_unittest.cc | 72 class Notifier { class 74 Notifier() : count_(0) {} in Notifier() function in google::protobuf::Notifier 85 void SetNotifier(Notifier* notifier) { notifier_ = notifier; } in SetNotifier() 93 Notifier* notifier_; 182 Notifier notifier; in TEST()
|
/third_party/grpc/src/ruby/lib/grpc/generic/ |
D | active_call.rb | 153 @op_notifier = Notifier.new
|
/third_party/eudev/hwdb/ |
D | 20-usb-vendor-model.hwdb | 47652 ID_MODEL_FROM_DATABASE=Webmail Notifier 55059 ID_MODEL_FROM_DATABASE=Dream Cheeky Webmail Notifier
|
/third_party/NuttX/ |
D | ReleaseNotes | 21859 - Work Queue Notification: Notifier can now work with either lpwork 22361 - IOB Notifier: Don't check iob_navail in iob_notifier_setup to
|
D | ChangeLog | 20663 * sched/wqueue: Notifier design cleanup. The original concept used 22862 * sched/wqueue/kwork_notifier.c and several Kconfig files: Notifier
|