Home
last modified time | relevance | path

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

123456

/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/perfmonitoring/
H A DPerformanceMetricsCollector.cpp78 AggregatedResults::AggregatedResults(nsID aUUID, in AggregatedResults() argument
80 : mPendingResults(0), mCollector(aCollector), mUUID(aUUID) { in AggregatedResults()
191 void PerformanceMetricsCollector::ForgetAggregatedResults(const nsID& aUUID) { in ForgetAggregatedResults() argument
198 LOG(("[%s] Removing from the table", nsIDToCString(aUUID).get())); in ForgetAggregatedResults()
199 mAggregatedResults.Remove(aUUID); in ForgetAggregatedResults()
279 const nsID& aUUID, const nsTArray<PerformanceInfo>& aMetrics) { in DataReceived() argument
284 LOG(("[%s] gInstance is gone", nsIDToCString(aUUID).get())); in DataReceived()
288 return gInstance->DataReceivedInternal(aUUID, aMetrics); in DataReceived()
292 const nsID& aUUID, const nsTArray<PerformanceInfo>& aMetrics) { in DataReceivedInternal() argument
294 UniquePtr<AggregatedResults>* results = mAggregatedResults.GetValue(aUUID); in DataReceivedInternal()
[all …]
H A DPerformanceMetricsCollector.h52 AggregatedResults(nsID aUUID, PerformanceMetricsCollector* aCollector);
91 static nsresult DataReceived(const nsID& aUUID,
93 void ForgetAggregatedResults(const nsID& aUUID);
98 nsresult DataReceivedInternal(const nsID& aUUID,
/dports/www/firefox/firefox-99.0/toolkit/components/perfmonitoring/
H A DPerformanceMetricsCollector.cpp81 AggregatedResults::AggregatedResults(nsID aUUID, in AggregatedResults() argument
83 : mPendingResults(0), mCollector(aCollector), mUUID(aUUID) { in AggregatedResults()
194 void PerformanceMetricsCollector::ForgetAggregatedResults(const nsID& aUUID) { in ForgetAggregatedResults() argument
201 LOG(("[%s] Removing from the table", nsIDToCString(aUUID).get())); in ForgetAggregatedResults()
202 mAggregatedResults.Remove(aUUID); in ForgetAggregatedResults()
283 const nsID& aUUID, const nsTArray<PerformanceInfo>& aMetrics) { in DataReceived() argument
288 LOG(("[%s] gInstance is gone", nsIDToCString(aUUID).get())); in DataReceived()
292 return gInstance->DataReceivedInternal(aUUID, aMetrics); in DataReceived()
296 const nsID& aUUID, const nsTArray<PerformanceInfo>& aMetrics) { in DataReceivedInternal() argument
298 auto results = mAggregatedResults.Lookup(aUUID); in DataReceivedInternal()
[all …]
H A DPerformanceMetricsCollector.h54 AggregatedResults(nsID aUUID, PerformanceMetricsCollector* aCollector);
93 static nsresult DataReceived(const nsID& aUUID,
95 void ForgetAggregatedResults(const nsID& aUUID);
100 nsresult DataReceivedInternal(const nsID& aUUID,
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/perfmonitoring/
H A DPerformanceMetricsCollector.cpp78 AggregatedResults::AggregatedResults(nsID aUUID, in AggregatedResults() argument
80 : mPendingResults(0), mCollector(aCollector), mUUID(aUUID) { in AggregatedResults()
191 void PerformanceMetricsCollector::ForgetAggregatedResults(const nsID& aUUID) { in ForgetAggregatedResults() argument
198 LOG(("[%s] Removing from the table", nsIDToCString(aUUID).get())); in ForgetAggregatedResults()
199 mAggregatedResults.Remove(aUUID); in ForgetAggregatedResults()
280 const nsID& aUUID, const nsTArray<PerformanceInfo>& aMetrics) { in DataReceived() argument
285 LOG(("[%s] gInstance is gone", nsIDToCString(aUUID).get())); in DataReceived()
289 return gInstance->DataReceivedInternal(aUUID, aMetrics); in DataReceived()
293 const nsID& aUUID, const nsTArray<PerformanceInfo>& aMetrics) { in DataReceivedInternal() argument
295 auto results = mAggregatedResults.Lookup(aUUID); in DataReceivedInternal()
[all …]
H A DPerformanceMetricsCollector.h53 AggregatedResults(nsID aUUID, PerformanceMetricsCollector* aCollector);
92 static nsresult DataReceived(const nsID& aUUID,
94 void ForgetAggregatedResults(const nsID& aUUID);
99 nsresult DataReceivedInternal(const nsID& aUUID,
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/perfmonitoring/
H A DPerformanceMetricsCollector.cpp78 AggregatedResults::AggregatedResults(nsID aUUID, in AggregatedResults() argument
80 : mPendingResults(0), mCollector(aCollector), mUUID(aUUID) { in AggregatedResults()
191 void PerformanceMetricsCollector::ForgetAggregatedResults(const nsID& aUUID) { in ForgetAggregatedResults() argument
198 LOG(("[%s] Removing from the table", nsIDToCString(aUUID).get())); in ForgetAggregatedResults()
199 mAggregatedResults.Remove(aUUID); in ForgetAggregatedResults()
280 const nsID& aUUID, const nsTArray<PerformanceInfo>& aMetrics) { in DataReceived() argument
285 LOG(("[%s] gInstance is gone", nsIDToCString(aUUID).get())); in DataReceived()
289 return gInstance->DataReceivedInternal(aUUID, aMetrics); in DataReceived()
293 const nsID& aUUID, const nsTArray<PerformanceInfo>& aMetrics) { in DataReceivedInternal() argument
295 auto results = mAggregatedResults.Lookup(aUUID); in DataReceivedInternal()
[all …]
H A DPerformanceMetricsCollector.h53 AggregatedResults(nsID aUUID, PerformanceMetricsCollector* aCollector);
92 static nsresult DataReceived(const nsID& aUUID,
94 void ForgetAggregatedResults(const nsID& aUUID);
99 nsresult DataReceivedInternal(const nsID& aUUID,
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/messagechannel/
H A DMessagePortParent.cpp14 MessagePortParent::MessagePortParent(const nsID& aUUID) in MessagePortParent() argument
16 , mUUID(aUUID) in MessagePortParent()
163 MessagePortParent::ForceClose(const nsID& aUUID, in ForceClose() argument
173 return service->ForceClose(aUUID, aDestinationUUID, aSequenceID); in ForceClose()
H A DMessagePortService.cpp267 MessagePortService::CloseAll(const nsID& aUUID, bool aForced) in CloseAll() argument
270 if (!mPorts.Get(aUUID, &data)) { in CloseAll()
299 mPorts.Remove(aUUID); in CloseAll()
311 MOZ_ASSERT(!aUUID.Equals(iter.Key())); in CloseAll()
388 MessagePortService::ForceClose(const nsID& aUUID, in ForceClose() argument
393 if (!mPorts.Get(aUUID, &data)) { in ForceClose()
404 CloseAll(aUUID, true); in ForceClose()
H A DMessagePortService.h42 bool ForceClose(const nsID& aUUID,
49 void CloseAll(const nsID& aUUID, bool aForced = false);
/dports/www/firefox-esr/firefox-91.8.0/dom/messagechannel/
H A DMessagePortService.cpp266 void MessagePortService::CloseAll(const nsID& aUUID, bool aForced) { in CloseAll() argument
268 if (!mPorts.Get(aUUID, &data)) { in CloseAll()
301 mPorts.Remove(aUUID); in CloseAll()
311 MOZ_ASSERT(!mPorts.Contains(aUUID)); in CloseAll()
384 bool MessagePortService::ForceClose(const nsID& aUUID, in ForceClose() argument
388 if (!mPorts.Get(aUUID, &data)) { in ForceClose()
399 CloseAll(aUUID, true); in ForceClose()
H A DMessagePortParent.cpp15 MessagePortParent::MessagePortParent(const nsID& aUUID) in MessagePortParent() argument
17 mUUID(aUUID), in MessagePortParent()
147 bool MessagePortParent::ForceClose(const nsID& aUUID, in ForceClose() argument
157 return service->ForceClose(aUUID, aDestinationUUID, aSequenceID); in ForceClose()
H A DMessagePortService.h45 bool ForceClose(const nsID& aUUID, const nsID& aDestinationUUID,
51 void CloseAll(const nsID& aUUID, bool aForced = false);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/messagechannel/
H A DMessagePortService.cpp266 void MessagePortService::CloseAll(const nsID& aUUID, bool aForced) { in CloseAll() argument
268 if (!mPorts.Get(aUUID, &data)) { in CloseAll()
301 mPorts.Remove(aUUID); in CloseAll()
313 MOZ_ASSERT(!aUUID.Equals(iter.Key())); in CloseAll()
387 bool MessagePortService::ForceClose(const nsID& aUUID, in ForceClose() argument
391 if (!mPorts.Get(aUUID, &data)) { in ForceClose()
402 CloseAll(aUUID, true); in ForceClose()
H A DMessagePortParent.cpp15 MessagePortParent::MessagePortParent(const nsID& aUUID) in MessagePortParent() argument
17 mUUID(aUUID), in MessagePortParent()
147 bool MessagePortParent::ForceClose(const nsID& aUUID, in ForceClose() argument
157 return service->ForceClose(aUUID, aDestinationUUID, aSequenceID); in ForceClose()
H A DMessagePortService.h45 bool ForceClose(const nsID& aUUID, const nsID& aDestinationUUID,
51 void CloseAll(const nsID& aUUID, bool aForced = false);
/dports/www/firefox/firefox-99.0/dom/messagechannel/
H A DMessagePortService.cpp266 void MessagePortService::CloseAll(const nsID& aUUID, bool aForced) { in CloseAll() argument
268 if (!mPorts.Get(aUUID, &data)) { in CloseAll()
301 mPorts.Remove(aUUID); in CloseAll()
311 MOZ_ASSERT(!mPorts.Contains(aUUID)); in CloseAll()
384 bool MessagePortService::ForceClose(const nsID& aUUID, in ForceClose() argument
388 if (!mPorts.Get(aUUID, &data)) { in ForceClose()
400 CloseAll(aUUID, true); in ForceClose()
H A DMessagePortParent.cpp15 MessagePortParent::MessagePortParent(const nsID& aUUID) in MessagePortParent() argument
17 mUUID(aUUID), in MessagePortParent()
164 bool MessagePortParent::ForceClose(const nsID& aUUID, in ForceClose() argument
175 return service->ForceClose(aUUID, aDestinationUUID, aSequenceID); in ForceClose()
H A DMessagePortService.h45 bool ForceClose(const nsID& aUUID, const nsID& aDestinationUUID,
51 void CloseAll(const nsID& aUUID, bool aForced = false);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/messagechannel/
H A DMessagePortService.cpp257 void MessagePortService::CloseAll(const nsID& aUUID, bool aForced) { in CloseAll() argument
259 if (!mPorts.Get(aUUID, &data)) { in CloseAll()
287 mPorts.Remove(aUUID); in CloseAll()
299 MOZ_ASSERT(!aUUID.Equals(iter.Key())); in CloseAll()
373 bool MessagePortService::ForceClose(const nsID& aUUID, in ForceClose() argument
377 if (!mPorts.Get(aUUID, &data)) { in ForceClose()
388 CloseAll(aUUID, true); in ForceClose()
H A DMessagePortParent.cpp15 MessagePortParent::MessagePortParent(const nsID& aUUID) in MessagePortParent() argument
17 mUUID(aUUID), in MessagePortParent()
147 /* static */ bool MessagePortParent::ForceClose(const nsID& aUUID, in ForceClose() argument
157 return service->ForceClose(aUUID, aDestinationUUID, aSequenceID); in ForceClose()
H A DMessagePortService.h43 bool ForceClose(const nsID& aUUID, const nsID& aDestinationUUID,
49 void CloseAll(const nsID& aUUID, bool aForced = false);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/messagechannel/
H A DMessagePortService.cpp266 void MessagePortService::CloseAll(const nsID& aUUID, bool aForced) { in CloseAll() argument
268 if (!mPorts.Get(aUUID, &data)) { in CloseAll()
301 mPorts.Remove(aUUID); in CloseAll()
311 MOZ_ASSERT(!mPorts.Contains(aUUID)); in CloseAll()
384 bool MessagePortService::ForceClose(const nsID& aUUID, in ForceClose() argument
388 if (!mPorts.Get(aUUID, &data)) { in ForceClose()
399 CloseAll(aUUID, true); in ForceClose()
H A DMessagePortParent.cpp15 MessagePortParent::MessagePortParent(const nsID& aUUID) in MessagePortParent() argument
17 mUUID(aUUID), in MessagePortParent()
147 bool MessagePortParent::ForceClose(const nsID& aUUID, in ForceClose() argument
157 return service->ForceClose(aUUID, aDestinationUUID, aSequenceID); in ForceClose()

123456