OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DhcpEvent
(Results
1 - 5
of
5
) sorted by null
/system/core/nexus/
DhcpEvent.cpp
19
#define LOG_TAG "
DhcpEvent
"
22
#include "
DhcpEvent
.h"
24
char *
DhcpEvent
::toString(int val, char *buffer, int max) {
25
if (val ==
DhcpEvent
::UNKNOWN)
27
else if (val ==
DhcpEvent
::STOP)
29
else if (val ==
DhcpEvent
::RENEW)
31
else if (val ==
DhcpEvent
::RELEASE)
33
else if (val ==
DhcpEvent
::TIMEOUT)
41
int
DhcpEvent
::parseString(const char *buffer) {
43
return
DhcpEvent
::UNKNOWN
[
all
...]
DhcpEvent.h
20
class
DhcpEvent
{
Android.mk
40
DhcpState.cpp
DhcpEvent
.cpp \
DhcpListener.cpp
28
#include "
DhcpEvent
.h"
100
int ev =
DhcpEvent
::parseString(tmp);
NetworkManager.cpp
28
#include "
DhcpEvent
.h"
172
LOGD("onDhcpEvent(%s)",
DhcpEvent
::toString(evt, tmp, sizeof(tmp)));
Completed in 254 milliseconds