/system/connectivity/shill/test-scripts/ |
D | clr-service-property | 13 service.ClearProperty(service_property)
|
/system/connectivity/shill/dbus/ |
D | chromeos_ipconfig_dbus_adaptor.cc | 115 bool ChromeosIPConfigDBusAdaptor::ClearProperty( in ClearProperty() function in shill::ChromeosIPConfigDBusAdaptor 118 return ChromeosDBusAdaptor::ClearProperty(ipconfig_->mutable_store(), in ClearProperty()
|
D | chromeos_service_dbus_adaptor.cc | 140 bool ChromeosServiceDBusAdaptor::ClearProperty(brillo::ErrorPtr* error, in ClearProperty() function in shill::ChromeosServiceDBusAdaptor 143 bool status = ChromeosDBusAdaptor::ClearProperty(service_->mutable_store(), in ClearProperty() 158 results->push_back(ClearProperty(nullptr, *it)); in ClearProperties()
|
D | chromeos_dbus_adaptor.cc | 77 bool ChromeosDBusAdaptor::ClearProperty(PropertyStore* store, in ClearProperty() function in shill::ChromeosDBusAdaptor 81 store->ClearProperty(name, &e); in ClearProperty()
|
D | chromeos_ipconfig_dbus_adaptor.h | 67 bool ClearProperty(brillo::ErrorPtr* error,
|
D | chromeos_dbus_adaptor.h | 114 static bool ClearProperty(PropertyStore* store,
|
D | chromeos_service_dbus_adaptor.h | 75 bool ClearProperty(brillo::ErrorPtr* error,
|
D | chromeos_device_dbus_adaptor.cc | 153 bool ChromeosDeviceDBusAdaptor::ClearProperty(brillo::ErrorPtr* error, in ClearProperty() function in shill::ChromeosDeviceDBusAdaptor 156 return ChromeosDBusAdaptor::ClearProperty(device_->mutable_store(), in ClearProperty()
|
D | chromeos_device_dbus_adaptor.h | 76 bool ClearProperty(brillo::ErrorPtr* error,
|
/system/connectivity/shill/ |
D | mock_property_store.h | 53 MOCK_METHOD2(ClearProperty, bool(const std::string&, Error*));
|
D | dhcp_properties_unittest.cc | 143 store.ClearProperty("DHCPProperty.Hostname", &error); in TEST_F() 153 store.ClearProperty("DHCPProperty.Hostname", &error); in TEST_F()
|
D | static_ip_parameters_unittest.cc | 201 store.ClearProperty("StaticIP.Address", &unused_error); in TEST_F() 203 store.ClearProperty("StaticIP.Mtu", &unused_error); in TEST_F()
|
D | property_store_unittest.cc | 166 TYPED_TEST(PropertyStoreTypedTest, ClearProperty) { in TYPED_TEST() argument 173 EXPECT_TRUE(store.ClearProperty("some property", &error)); in TYPED_TEST() 274 EXPECT_TRUE(store.ClearProperty("some bool", &error)); in TEST_F() 285 EXPECT_FALSE(store.ClearProperty("", &error)); in TEST_F()
|
D | property_store.h | 173 virtual bool ClearProperty(const std::string& name, Error* error);
|
D | property_store.cc | 430 bool PropertyStore::ClearProperty(const string& name, Error* error) { in ClearProperty() function in shill::PropertyStore
|
/system/connectivity/shill/vpn/ |
D | vpn_driver_unittest.cc | 373 EXPECT_TRUE(store.ClearProperty(kPortProperty, &error)); in TEST_F() 379 EXPECT_TRUE(store.ClearProperty(kEapCaCertPemProperty, &error)); in TEST_F() 388 EXPECT_FALSE(store.ClearProperty(kPortProperty, &error)); in TEST_F() 393 EXPECT_FALSE(store.ClearProperty(kEapCaCertPemProperty, &error)); in TEST_F()
|
/system/update_engine/include/shill/ |
D | dbus-proxy-mocks.h | 472 MOCK_METHOD3(ClearProperty,
|
/system/connectivity/shill/test-rpc-proxy/ |
D | proxy_dbus_shill_wifi_client.cc | 273 is_success &= device->ClearProperty(shill::kBgscanMethodProperty, nullptr); in ConfigureBgScan()
|
/system/connectivity/shill/doc/ |
D | service-api.txt | 41 void ClearProperty(string name) 54 ClearProperty above on each of the property names 56 whether each ClearProperty attempt succeeded. 1186 existing priority use the ClearProperty method. 1202 existing priority use the ClearProperty method.
|
D | device-api.txt | 23 void ClearProperty(string name)
|
/system/connectivity/shill/wifi/ |
D | wifi_service_unittest.cc | 1430 EXPECT_TRUE(wifi_service->mutable_store()->ClearProperty(kPassphraseProperty, in TEST_F()
|
D | wifi_unittest.cc | 556 EXPECT_TRUE(device_->mutable_store()->ClearProperty( in TEST_F()
|