HomeSort by relevance Sort by last modified time
    Searched refs:IDhcpEventHandlers (Results 1 - 6 of 6) sorted by null

  /system/core/nexus/
DhcpListener.h 22 class IDhcpEventHandlers;
26 IDhcpEventHandlers *mHandlers;
31 DhcpListener(Controller *c, int socket, IDhcpEventHandlers *handlers);
DhcpClient.h 23 class IDhcpEventHandlers;
34 IDhcpEventHandlers *mHandlers;
43 DhcpClient(IDhcpEventHandlers *handlers);
IDhcpEventHandlers.h 21 class IDhcpEventHandlers {
23 virtual ~IDhcpEventHandlers() {}
NetworkManager.h 26 #include "IDhcpEventHandlers.h"
31 class NetworkManager : public IControllerHandler, public IDhcpEventHandlers {
DhcpListener.cpp 26 #include "IDhcpEventHandlers.h"
31 DhcpListener::DhcpListener(Controller *c, int socket, IDhcpEventHandlers *handlers) :
DhcpClient.cpp 36 #include "IDhcpEventHandlers.h"
39 DhcpClient::DhcpClient(IDhcpEventHandlers *handlers) :

Completed in 1825 milliseconds