Home
last modified time | relevance | path

Searched refs:interface_event_callbacks_ (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/wificond/
Dserver.cpp72 for (auto& it : interface_event_callbacks_) { in RegisterCallback()
79 interface_event_callbacks_.push_back(callback); in RegisterCallback()
84 for (auto it = interface_event_callbacks_.begin(); in UnregisterCallback()
85 it != interface_event_callbacks_.end(); in UnregisterCallback()
88 interface_event_callbacks_.erase(it); in UnregisterCallback()
328 for (auto& it : interface_event_callbacks_) { in BroadcastClientInterfaceReady()
335 for (auto& it : interface_event_callbacks_) { in BroadcastApInterfaceReady()
342 for (auto& it : interface_event_callbacks_) { in BroadcastClientInterfaceTornDown()
349 for (auto& it : interface_event_callbacks_) { in BroadcastApInterfaceTornDown()
Dserver.h121 interface_event_callbacks_; variable