Home
last modified time | relevance | path

Searched refs:shared_ptr_this (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/wifi/1.3/default/
Dwifi_nan_iface.cpp50 const auto shared_ptr_this = weak_ptr_this.promote(); in WifiNanIface() local
51 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in WifiNanIface()
65 shared_ptr_this->getEventCallbacks()) { in WifiNanIface()
75 shared_ptr_this->getEventCallbacks()) { in WifiNanIface()
85 shared_ptr_this->getEventCallbacks()) { in WifiNanIface()
98 shared_ptr_this->getEventCallbacks()) { in WifiNanIface()
108 shared_ptr_this->getEventCallbacks()) { in WifiNanIface()
119 shared_ptr_this->getEventCallbacks()) { in WifiNanIface()
132 shared_ptr_this->getEventCallbacks()) { in WifiNanIface()
143 shared_ptr_this->getEventCallbacks()) { in WifiNanIface()
[all …]
Dwifi_sta_iface.cpp380 const auto shared_ptr_this = weak_ptr_this.promote(); in startBackgroundScanInternal() local
381 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in startBackgroundScanInternal()
385 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in startBackgroundScanInternal()
396 const auto shared_ptr_this = weak_ptr_this.promote(); in startBackgroundScanInternal() local
397 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in startBackgroundScanInternal()
408 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in startBackgroundScanInternal()
421 const auto shared_ptr_this = weak_ptr_this.promote(); in startBackgroundScanInternal() local
422 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in startBackgroundScanInternal()
432 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in startBackgroundScanInternal()
495 const auto shared_ptr_this = weak_ptr_this.promote(); in startRssiMonitoringInternal() local
[all …]
Dwifi_rtt_controller.cpp157 const auto shared_ptr_this = weak_ptr_this.promote(); in rangeRequestInternal() local
158 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in rangeRequestInternal()
168 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in rangeRequestInternal()
Dwifi_chip.cpp1105 const auto shared_ptr_this = weak_ptr_this.promote(); in enableDebugErrorAlertsInternal() local
1106 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in enableDebugErrorAlertsInternal()
1110 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in enableDebugErrorAlertsInternal()
1226 const auto shared_ptr_this = weak_ptr_this.promote(); in registerDebugRingBufferCallback() local
1227 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in registerDebugRingBufferCallback()
1237 const auto& target = shared_ptr_this->ringbuffer_map_.find(name); in registerDebugRingBufferCallback()
1238 if (target != shared_ptr_this->ringbuffer_map_.end()) { in registerDebugRingBufferCallback()
1260 const auto shared_ptr_this = weak_ptr_this.promote(); in registerRadioModeChangeCallback() local
1261 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in registerRadioModeChangeCallback()
1272 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in registerRadioModeChangeCallback()