HomeSort by relevance Sort by last modified time
    Searched refs:kProperties (Results 1 - 9 of 9) sorted by null

  /system/connectivity/shill/
static_ip_parameters.cc 46 const StaticIPParameters::Property StaticIPParameters::kProperties[] = {
62 for (size_t i = 0; i < arraysize(kProperties); ++i) {
63 const Property& property = kProperties[i];
152 for (size_t i = 0; i < arraysize(kProperties); ++i) {
153 const Property& property = kProperties[i];
199 for (size_t i = 0; i < arraysize(kProperties); ++i) {
200 const Property& property = kProperties[i];
305 CHECK(index < arraysize(kProperties));
307 const Property& property = kProperties[index];
343 CHECK(index < arraysize(kProperties));
    [all...]
static_ip_parameters.h 91 static const Property kProperties[];
  /system/connectivity/shill/vpn/
l2tp_ipsec_driver.cc 93 const VPNDriver::Property L2TPIPSecDriver::kProperties[] = {
128 : VPNDriver(dispatcher, manager, kProperties, arraysize(kProperties)),
l2tp_ipsec_driver.h 93 static const Property kProperties[];
third_party_vpn_driver.h 176 static const Property kProperties[];
vpn_driver_unittest.cc 83 static const Property kProperties[];
89 const VPNDriverUnderTest::Property VPNDriverUnderTest::kProperties[] = {
103 : VPNDriver(dispatcher, manager, kProperties, arraysize(kProperties)) {}
third_party_vpn_driver.cc 78 const VPNDriver::Property ThirdPartyVpnDriver::kProperties[] = {
91 : VPNDriver(dispatcher, manager, kProperties, arraysize(kProperties)),
openvpn_driver.h 176 static const Property kProperties[];
openvpn_driver.cc 102 const VPNDriver::Property OpenVPNDriver::kProperties[] = {
169 : VPNDriver(dispatcher, manager, kProperties, arraysize(kProperties)),
    [all...]

Completed in 271 milliseconds