/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/xds/ |
D | xds_resolver.cc | 72 class Notifier { class in grpc_core::__anonead745500111::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 …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/ |
D | cds.cc | 75 new Notifier(parent_, std::move(cluster_data)); in OnClusterChanged() 77 void OnError(grpc_error* error) override { new Notifier(parent_, error); } in OnError() 78 void OnResourceDoesNotExist() override { new Notifier(parent_); } in OnResourceDoesNotExist() 81 class Notifier { class in grpc_core::__anoncf5894350111::CdsLb::ClusterWatcher 83 Notifier(RefCountedPtr<CdsLb> parent, XdsApi::CdsUpdate update); 84 Notifier(RefCountedPtr<CdsLb> parent, grpc_error* error); 85 explicit Notifier(RefCountedPtr<CdsLb> parent); 157 CdsLb::ClusterWatcher::Notifier::Notifier(RefCountedPtr<CdsLb> parent, in Notifier() function in grpc_core::__anoncf5894350111::CdsLb::ClusterWatcher::Notifier 164 CdsLb::ClusterWatcher::Notifier::Notifier(RefCountedPtr<CdsLb> parent, in Notifier() function in grpc_core::__anoncf5894350111::CdsLb::ClusterWatcher::Notifier 171 CdsLb::ClusterWatcher::Notifier::Notifier(RefCountedPtr<CdsLb> parent) in Notifier() function in grpc_core::__anoncf5894350111::CdsLb::ClusterWatcher::Notifier [all …]
|
D | xds_cluster_resolver.cc | 186 new Notifier(discovery_mechanism_, std::move(update)); in OnEndpointChanged() 189 new Notifier(discovery_mechanism_, error); in OnError() 192 new Notifier(discovery_mechanism_); in OnResourceDoesNotExist() 196 class Notifier { class in grpc_core::__anon2c3b4bdc0111::XdsClusterResolverLb::EdsDiscoveryMechanism::EndpointWatcher 198 Notifier(RefCountedPtr<EdsDiscoveryMechanism> discovery_mechanism, 200 Notifier(RefCountedPtr<EdsDiscoveryMechanism> discovery_mechanism, 202 explicit Notifier( 204 ~Notifier() { discovery_mechanism_.reset(DEBUG_LOCATION, "Notifier"); } in ~Notifier() 411 XdsClusterResolverLb::EdsDiscoveryMechanism::EndpointWatcher::Notifier:: 412 Notifier(RefCountedPtr<XdsClusterResolverLb::EdsDiscoveryMechanism> in Notifier() function in grpc_core::__anon2c3b4bdc0111::XdsClusterResolverLb::EdsDiscoveryMechanism::EndpointWatcher::Notifier [all …]
|
/external/rust/crates/grpcio-sys/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;
|
/external/webrtc/pc/ |
D | media_stream_track.h | 24 class MediaStreamTrack : public Notifier<T> { 37 Notifier<T>::FireOnChanged(); in set_enabled() 50 Notifier<T>::FireOnChanged(); in set_state()
|
D | local_audio_source.h | 24 class LocalAudioSource : public Notifier<AudioSourceInterface> {
|
D | video_track_source.h | 25 class RTC_EXPORT VideoTrackSource : public Notifier<VideoTrackSourceInterface> {
|
D | media_stream.h | 24 class MediaStream : public Notifier<MediaStreamInterface> {
|
D | remote_audio_source.h | 34 class RemoteAudioSource : public Notifier<AudioSourceInterface>,
|
D | video_track.cc | 68 Notifier<VideoTrackInterface>::FireOnChanged(); in set_content_hint()
|
/external/webrtc/api/ |
D | notifier.h | 24 class Notifier : public T { 26 Notifier() {} in Notifier() function
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | ModuleList.h | 73 class Notifier { 75 virtual ~Notifier() = default; 102 ModuleList(ModuleList::Notifier *notifier); 488 Notifier *m_notifier;
|
/external/rust/crates/futures-util/src/future/future/ |
D | shared.rs | 21 notifier: Arc<Notifier>, 24 struct Notifier { struct 87 notifier: Arc::new(Notifier { in new() 357 impl ArcWake for Notifier { implementation
|
/external/grpc-grpc/src/ruby/lib/grpc/ |
D | notifier.rb | 18 class Notifier class
|
/external/webrtc/media/base/ |
D | adapted_video_track_source.h | 35 : public webrtc::Notifier<webrtc::VideoTrackSourceInterface> {
|
/external/webrtc/sdk/android/src/jni/ |
D | android_video_track_source.cc | 75 static_cast<webrtc::Notifier<webrtc::VideoTrackSourceInterface>*>( in SetState()
|
/external/mesa3d/.gitlab-ci/ |
D | deqp-runner.sh | 143 echo USER $bot unused unused :Gitlab CI Notifier
|
/external/protobuf/src/google/protobuf/ |
D | arena_unittest.cc | 71 class Notifier { class 73 Notifier() : count_(0) {} in Notifier() function in google::protobuf::Notifier 84 void SetNotifier(Notifier* notifier) { notifier_ = notifier; } in SetNotifier() 92 Notifier* notifier_; 183 Notifier notifier; in TEST()
|
/external/grpc-grpc/src/ruby/lib/grpc/generic/ |
D | active_call.rb | 154 @op_notifier = Notifier.new
|
/external/google-breakpad/docs/ |
D | mac_breakpad_starter_guide.md | 133 Example from the Notifier Info.plist:
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Target.h | 441 public ModuleList::Notifier {
|
/external/llvm-project/lldb/source/Core/ |
D | ModuleList.cpp | 144 ModuleList::ModuleList(ModuleList::Notifier *notifier) in ModuleList()
|
/external/cpuinfo/test/dmesg/ |
D | nexus6.log | 820 [ 1.726538] ocmem: Notifier registered for 5 865 [ 1.733481] ocmem: Notifier registered for 1
|
D | galaxy-s5-us.log | 1155 <6>[ 1.807006] ocmem: Notifier registered for 5
|