Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Drtnl_listener_unittest.cc63 listener.NotifyEvent(RTNLHandler::kRequestLink, message); in TEST_F()
76 listener.NotifyEvent(RTNLHandler::kRequestLink, message); in TEST_F()
Drtnl_listener.h38 void NotifyEvent(int type, const RTNLMessage& msg);
Drtnl_listener.cc42 void RTNLListener::NotifyEvent(int type, const RTNLMessage& msg) { in NotifyEvent() function in shill::RTNLListener
Drtnl_handler.cc217 listener->NotifyEvent(type, msg); in DispatchEvent()