Searched refs:kProperties (Results 1 – 9 of 9) sorted by relevance
/system/connectivity/shill/ |
D | static_ip_parameters.cc | 46 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 …]
|
D | static_ip_parameters.h | 91 static const Property kProperties[]; variable
|
/system/connectivity/shill/vpn/ |
D | vpn_driver_unittest.cc | 83 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()
|
D | l2tp_ipsec_driver.cc | 93 const VPNDriver::Property L2TPIPSecDriver::kProperties[] = { member in shill::L2TPIPSecDriver 128 : VPNDriver(dispatcher, manager, kProperties, arraysize(kProperties)), in L2TPIPSecDriver()
|
D | third_party_vpn_driver.cc | 78 const VPNDriver::Property ThirdPartyVpnDriver::kProperties[] = { member in shill::ThirdPartyVpnDriver 91 : VPNDriver(dispatcher, manager, kProperties, arraysize(kProperties)), in ThirdPartyVpnDriver()
|
D | l2tp_ipsec_driver.h | 93 static const Property kProperties[]; variable
|
D | third_party_vpn_driver.h | 176 static const Property kProperties[]; variable
|
D | openvpn_driver.cc | 102 const VPNDriver::Property OpenVPNDriver::kProperties[] = { member in shill::OpenVPNDriver 169 : VPNDriver(dispatcher, manager, kProperties, arraysize(kProperties)), in OpenVPNDriver()
|
D | openvpn_driver.h | 176 static const Property kProperties[]; variable
|