Searched defs:DhcpProperties (Results 1 - 2 of 2) sorted by last modified time

/system/connectivity/shill/
H A Ddhcp_properties.cc40 static string ObjectID(const DhcpProperties* d) { return "(dhcp_properties)"; }
45 // Prefix used for DhcpProperties in the PropertyStore.
48 const char* kPropertyNames[] = {DhcpProperties::kHostnameProperty,
49 DhcpProperties::kVendorClassProperty};
57 const char DhcpProperties::kHostnameProperty[] = "Hostname";
58 const char DhcpProperties::kVendorClassProperty[] = "VendorClass";
60 DhcpProperties::DhcpProperties() {} function in class:shill::DhcpProperties
62 DhcpProperties::~DhcpProperties() {}
[all...]
H A Ddhcp_properties.h33 class DhcpProperties { class in namespace:shill
38 DhcpProperties();
40 virtual ~DhcpProperties();
53 // std::unique_ptr<DhcpProperties>. The new DhcpProperties instance is the
58 // returned DhcpProperties will store:
62 // returned DhcpProperties will store:
64 static std::unique_ptr<DhcpProperties> Combine(
65 const DhcpProperties& base,
66 const DhcpProperties
[all...]

Completed in 58 milliseconds