Home
last modified time | relevance | path

Searched refs:Notifier (Results 1 – 25 of 25) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/xds/
Dxds_resolver.cc72 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/
Dcds.cc75 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 …]
Dxds_cluster_resolver.cc186 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/
Dconnectivity_state.cc58 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()
Dconnectivity_state.h76 class Notifier;
/external/webrtc/pc/
Dmedia_stream_track.h24 class MediaStreamTrack : public Notifier<T> {
37 Notifier<T>::FireOnChanged(); in set_enabled()
50 Notifier<T>::FireOnChanged(); in set_state()
Dlocal_audio_source.h24 class LocalAudioSource : public Notifier<AudioSourceInterface> {
Dvideo_track_source.h25 class RTC_EXPORT VideoTrackSource : public Notifier<VideoTrackSourceInterface> {
Dmedia_stream.h24 class MediaStream : public Notifier<MediaStreamInterface> {
Dremote_audio_source.h34 class RemoteAudioSource : public Notifier<AudioSourceInterface>,
Dvideo_track.cc68 Notifier<VideoTrackInterface>::FireOnChanged(); in set_content_hint()
/external/webrtc/api/
Dnotifier.h24 class Notifier : public T {
26 Notifier() {} in Notifier() function
/external/llvm-project/lldb/include/lldb/Core/
DModuleList.h73 class Notifier {
75 virtual ~Notifier() = default;
102 ModuleList(ModuleList::Notifier *notifier);
488 Notifier *m_notifier;
/external/rust/crates/futures-util/src/future/future/
Dshared.rs21 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/
Dnotifier.rb18 class Notifier class
/external/webrtc/media/base/
Dadapted_video_track_source.h35 : public webrtc::Notifier<webrtc::VideoTrackSourceInterface> {
/external/webrtc/sdk/android/src/jni/
Dandroid_video_track_source.cc75 static_cast<webrtc::Notifier<webrtc::VideoTrackSourceInterface>*>( in SetState()
/external/mesa3d/.gitlab-ci/
Ddeqp-runner.sh143 echo USER $bot unused unused :Gitlab CI Notifier
/external/protobuf/src/google/protobuf/
Darena_unittest.cc71 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/
Dactive_call.rb154 @op_notifier = Notifier.new
/external/google-breakpad/docs/
Dmac_breakpad_starter_guide.md133 Example from the Notifier Info.plist:
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h441 public ModuleList::Notifier {
/external/llvm-project/lldb/source/Core/
DModuleList.cpp144 ModuleList::ModuleList(ModuleList::Notifier *notifier) in ModuleList()
/external/cpuinfo/test/dmesg/
Dnexus6.log820 [ 1.726538] ocmem: Notifier registered for 5
865 [ 1.733481] ocmem: Notifier registered for 1
Dgalaxy-s5-us.log1155 <6>[ 1.807006] ocmem: Notifier registered for 5