Home
last modified time | relevance | path

Searched refs:kProperties (Results 1 – 9 of 9) sorted by relevance

/system/connectivity/shill/
Dstatic_ip_parameters.cc46 const StaticIPParameters::Property StaticIPParameters::kProperties[] = { member in shill::StaticIPParameters
62 for (size_t i = 0; i < arraysize(kProperties); ++i) { in PlumbPropertyStore()
63 const Property& property = kProperties[i]; in PlumbPropertyStore()
152 for (size_t i = 0; i < arraysize(kProperties); ++i) { in Load()
153 const Property& property = kProperties[i]; in Load()
199 for (size_t i = 0; i < arraysize(kProperties); ++i) { in Save()
200 const Property& property = kProperties[i]; in Save()
305 CHECK(index < arraysize(kProperties)); in ClearMappedProperty()
307 const Property& property = kProperties[index]; in ClearMappedProperty()
343 CHECK(index < arraysize(kProperties)); in GetMappedInt32Property()
[all …]
Dstatic_ip_parameters.h91 static const Property kProperties[]; variable
/system/connectivity/shill/vpn/
Dvpn_driver_unittest.cc83 static const Property kProperties[]; member in shill::VPNDriverUnderTest
89 const VPNDriverUnderTest::Property VPNDriverUnderTest::kProperties[] = { member in shill::VPNDriverUnderTest
103 : VPNDriver(dispatcher, manager, kProperties, arraysize(kProperties)) {} in VPNDriverUnderTest()
Dl2tp_ipsec_driver.cc93 const VPNDriver::Property L2TPIPSecDriver::kProperties[] = { member in shill::L2TPIPSecDriver
128 : VPNDriver(dispatcher, manager, kProperties, arraysize(kProperties)), in L2TPIPSecDriver()
Dthird_party_vpn_driver.cc78 const VPNDriver::Property ThirdPartyVpnDriver::kProperties[] = { member in shill::ThirdPartyVpnDriver
91 : VPNDriver(dispatcher, manager, kProperties, arraysize(kProperties)), in ThirdPartyVpnDriver()
Dl2tp_ipsec_driver.h93 static const Property kProperties[]; variable
Dthird_party_vpn_driver.h176 static const Property kProperties[]; variable
Dopenvpn_driver.cc102 const VPNDriver::Property OpenVPNDriver::kProperties[] = { member in shill::OpenVPNDriver
169 : VPNDriver(dispatcher, manager, kProperties, arraysize(kProperties)), in OpenVPNDriver()
Dopenvpn_driver.h176 static const Property kProperties[]; variable