Home
last modified time | relevance | path

Searched defs:kType (Results 1 – 9 of 9) sorted by relevance

/system/connectivity/shill/net/
Dnetlink_attribute.h149 static const Type kType; variable
167 static const Type kType; variable
186 static const Type kType; variable
204 static const Type kType; variable
222 static const Type kType; variable
241 static const Type kType; variable
273 static const Type kType; variable
365 static const Type kType; variable
Dnetlink_attribute.cc445 const NetlinkAttribute::Type NetlinkU8Attribute::kType = member in shill::NetlinkU8Attribute
498 const NetlinkAttribute::Type NetlinkU16Attribute::kType = member in shill::NetlinkU16Attribute
552 const NetlinkAttribute::Type NetlinkU32Attribute::kType = member in shill::NetlinkU32Attribute
606 const NetlinkAttribute::Type NetlinkU64Attribute::kType = member in shill::NetlinkU64Attribute
659 const NetlinkAttribute::Type NetlinkFlagAttribute::kType = member in shill::NetlinkFlagAttribute
705 const NetlinkAttribute::Type NetlinkStringAttribute::kType = member in shill::NetlinkStringAttribute
799 const NetlinkAttribute::Type NetlinkNestedAttribute::kType = member in shill::NetlinkNestedAttribute
1026 const NetlinkAttribute::Type NetlinkRawAttribute::kType = member in shill::NetlinkRawAttribute
/system/connectivity/shill/dhcp/
Ddhcpv6_config.h79 static const char kType[]; variable
Ddhcpv6_config.cc70 const char DHCPv6Config::kType[] = "dhcp6"; member in shill::DHCPv6Config
Ddhcpv4_config.h124 static const char kType[]; variable
Ddhcpv4_config.cc94 const char DHCPv4Config::kType[] = "dhcp"; member in shill::DHCPv4Config
/system/connectivity/shill/
Dipconfig.cc57 const char IPConfig::kType[] = "ip"; member in shill::IPConfig
Dipconfig.h240 static const char kType[]; variable
/system/connectivity/shill/vpn/
Dopenvpn_driver_unittest.cc848 const char kType[] = "x509-type"; in TEST_F() local