Home
last modified time | relevance | path

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

/system/connectivity/wificond/
Dserver.cpp104 for (auto& it : interface_event_callbacks_) { in RegisterCallback()
111 interface_event_callbacks_.push_back(callback); in RegisterCallback()
116 for (auto it = interface_event_callbacks_.begin(); in UnregisterCallback()
117 it != interface_event_callbacks_.end(); in UnregisterCallback()
120 interface_event_callbacks_.erase(it); in UnregisterCallback()
612 for (auto& it : interface_event_callbacks_) { in BroadcastClientInterfaceReady()
619 for (auto& it : interface_event_callbacks_) { in BroadcastApInterfaceReady()
626 for (auto& it : interface_event_callbacks_) { in BroadcastClientInterfaceTornDown()
633 for (auto& it : interface_event_callbacks_) { in BroadcastApInterfaceTornDown()
Dserver.h152 interface_event_callbacks_; variable