Searched refs:weakMonitor (Results 1 – 3 of 3) sorted by relevance
37 ffrtQueue.submit([weakMonitor = std::weak_ptr(this->NetworkMonitor_), netHandle]() mutable { in NetAvailable()38 auto networkMonitor = weakMonitor.lock(); in NetAvailable()49 …ffrtQueue.submit([weakMonitor = std::weak_ptr(this->NetworkMonitor_), netHandle, netAllCap]() muta… in NetCapabilitiesChange()50 auto networkMonitor = weakMonitor.lock(); in NetCapabilitiesChange()61 … ffrtQueue.submit([weakMonitor = std::weak_ptr(this->NetworkMonitor_), netHandle, info]() mutable { in NetConnectionPropertiesChange()62 auto networkMonitor = weakMonitor.lock(); in NetConnectionPropertiesChange()72 ffrtQueue.submit([weakMonitor = std::weak_ptr(this->NetworkMonitor_), netHandle]() mutable { in NetLost()73 auto networkMonitor = weakMonitor.lock(); in NetLost()
539 let weakMonitor: WeakRef<MonitorV2 | undefined>;543 weakMonitor = this.id2cmp_[watchId];544 …if (weakMonitor && 'deref' in weakMonitor && (monitor = weakMonitor.deref()) && monitor instanceof…
8216 let weakMonitor; variable8220 weakMonitor = this.id2cmp_[watchId];8221 …if (weakMonitor && 'deref' in weakMonitor && (monitor = weakMonitor.deref()) && monitor instanceof…