Home
last modified time | relevance | path

Searched refs:InterfaceState (Results 1 – 7 of 7) sorted by relevance

/device/generic/goldfish/network/netmgr/
Dinterface_state.cpp19 const char* interfaceStateToStr(InterfaceState state) { in interfaceStateToStr()
21 case InterfaceState::Up: in interfaceStateToStr()
23 case InterfaceState::Down: in interfaceStateToStr()
Dmonitor.h23 const char* interfaceStateToStr(InterfaceState state);
32 InterfaceState state)>;
Daddress_assigner.cpp40 InterfaceState state) { in onInterfaceState()
47 case InterfaceState::Up: in onInterfaceState()
50 case InterfaceState::Down: in onInterfaceState()
Dmonitor.cpp162 InterfaceState state = (msg->ifi_flags & IFF_UP) ? InterfaceState::Up : in handleNewLink()
163 InterfaceState::Down; in handleNewLink()
Dinterface_state.h19 enum class InterfaceState { enum
Daddress_assigner.h35 InterfaceState state);
/device/generic/goldfish/ril/
Dreference-ril.c381 enum InterfaceState { enum
387 enum InterfaceState state) { in setInterfaceState()