Searched refs:aTopic (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsIObserverService.idl65 * @param aTopic : The notification topic or subject.
72 void addObserver( in nsIObserver anObserver, in string aTopic, in boolean ownsWeak);
82 * @param aTopic : The notification topic or subject.
84 void removeObserver( in nsIObserver anObserver, in string aTopic );
92 * @param aTopic : The notification topic or subject.
96 in string aTopic,
104 * @param aTopic : The notification topic or subject.
106 nsISimpleEnumerator enumerateObservers( in string aTopic );
H A DnsObserverService.cpp110 nsresult nsObserverService::GetObserverList(const char* aTopic, nsObserverList** anObserverList) argument
128 nsCStringKey key(aTopic);
149 NS_IMETHODIMP nsObserverService::AddObserver(nsIObserver* anObserver, const char* aTopic, PRBool ownsWeak) argument
154 if (anObserver == nsnull || aTopic == nsnull)
157 rv = GetObserverList(aTopic, &anObserverList);
163 NS_IMETHODIMP nsObserverService::RemoveObserver(nsIObserver* anObserver, const char* aTopic) argument
168 if (anObserver == nsnull || aTopic == nsnull)
171 rv = GetObserverList(aTopic, &anObserverList);
177 NS_IMETHODIMP nsObserverService::EnumerateObservers(const char* aTopic, nsISimpleEnumerator** anEnumerator) argument
182 if (anEnumerator == nsnull || aTopic
192 NotifyObservers( nsISupports *aSubject, const char *aTopic, const PRUnichar *someData ) argument
[all...]
H A DnsIObserver.idl52 * topic |aTopic|. This assumes that the object implementing
63 * @param aTopic : The notification topic or subject.
68 in string aTopic,
H A DnsObserverService.h70 nsresult GetObserverList(const char* aTopic, nsObserverList** anObserverList);
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEventQueue.h77 void NotifyObservers(const char *aTopic);
H A DTimerThread.cpp452 /* void observe (in nsISupports aSubject, in string aTopic, in wstring aData); */
454 TimerThread::Observe(nsISupports* /* aSubject */, const char *aTopic, const PRUnichar* /* aData */) argument
456 if (strcmp(aTopic, "sleep_notification") == 0)
458 else if (strcmp(aTopic, "wake_notification") == 0)
H A DnsEventQueue.cpp220 nsEventQueueImpl::NotifyObservers(const char *aTopic) argument
228 os->NotifyObservers(us, aTopic, NULL);
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestObserverService.cpp84 const char *aTopic,
86 nsCString topic( aTopic );
96 printf(" aTopic=%s", topic.get());
83 Observe( nsISupports *aSubject, const char *aTopic, const PRUnichar *someData ) argument
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsExceptionService.cpp310 NS_IMETHODIMP nsExceptionService::Observe(nsISupports *aSubject, const char *aTopic, const PRUnichar *someData) argument

Completed in 329 milliseconds