Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.4/default/
Dwifi_nan_iface.cpp59 const auto shared_ptr_this = weak_ptr_this.promote(); in WifiNanIface() local
60 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in WifiNanIface()
74 shared_ptr_this->getEventCallbacks()) { in WifiNanIface()
84 shared_ptr_this->getEventCallbacks()) { in WifiNanIface()
94 shared_ptr_this->getEventCallbacks()) { in WifiNanIface()
107 shared_ptr_this->getEventCallbacks()) { in WifiNanIface()
117 shared_ptr_this->getEventCallbacks()) { in WifiNanIface()
128 shared_ptr_this->getEventCallbacks()) { in WifiNanIface()
141 shared_ptr_this->getEventCallbacks()) { in WifiNanIface()
152 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.cpp273 const auto shared_ptr_this = weak_ptr_this.promote(); in rangeRequestInternal_1_4() local
274 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in rangeRequestInternal_1_4()
284 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in rangeRequestInternal_1_4()
Dwifi_chip.cpp1150 const auto shared_ptr_this = weak_ptr_this.promote(); in enableDebugErrorAlertsInternal() local
1151 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in enableDebugErrorAlertsInternal()
1155 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in enableDebugErrorAlertsInternal()
1316 const auto shared_ptr_this = weak_ptr_this.promote(); in registerDebugRingBufferCallback() local
1317 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in registerDebugRingBufferCallback()
1328 std::unique_lock<std::mutex> lk(shared_ptr_this->lock_t); in registerDebugRingBufferCallback()
1330 shared_ptr_this->ringbuffer_map_.find(name); in registerDebugRingBufferCallback()
1331 if (target != shared_ptr_this->ringbuffer_map_.end()) { in registerDebugRingBufferCallback()
1355 const auto shared_ptr_this = weak_ptr_this.promote(); in registerRadioModeChangeCallback() local
1356 if (!shared_ptr_this.get() || !shared_ptr_this->isValid()) { in registerRadioModeChangeCallback()
[all …]