Home
last modified time | relevance | path

Searched refs:ClearProperty (Results 1 – 22 of 22) sorted by relevance

/system/connectivity/shill/test-scripts/
Dclr-service-property13 service.ClearProperty(service_property)
/system/connectivity/shill/dbus/
Dchromeos_ipconfig_dbus_adaptor.cc115 bool ChromeosIPConfigDBusAdaptor::ClearProperty( in ClearProperty() function in shill::ChromeosIPConfigDBusAdaptor
118 return ChromeosDBusAdaptor::ClearProperty(ipconfig_->mutable_store(), in ClearProperty()
Dchromeos_service_dbus_adaptor.cc140 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()
Dchromeos_dbus_adaptor.cc77 bool ChromeosDBusAdaptor::ClearProperty(PropertyStore* store, in ClearProperty() function in shill::ChromeosDBusAdaptor
81 store->ClearProperty(name, &e); in ClearProperty()
Dchromeos_ipconfig_dbus_adaptor.h67 bool ClearProperty(brillo::ErrorPtr* error,
Dchromeos_dbus_adaptor.h114 static bool ClearProperty(PropertyStore* store,
Dchromeos_service_dbus_adaptor.h75 bool ClearProperty(brillo::ErrorPtr* error,
Dchromeos_device_dbus_adaptor.cc153 bool ChromeosDeviceDBusAdaptor::ClearProperty(brillo::ErrorPtr* error, in ClearProperty() function in shill::ChromeosDeviceDBusAdaptor
156 return ChromeosDBusAdaptor::ClearProperty(device_->mutable_store(), in ClearProperty()
Dchromeos_device_dbus_adaptor.h76 bool ClearProperty(brillo::ErrorPtr* error,
/system/connectivity/shill/
Dmock_property_store.h53 MOCK_METHOD2(ClearProperty, bool(const std::string&, Error*));
Ddhcp_properties_unittest.cc143 store.ClearProperty("DHCPProperty.Hostname", &error); in TEST_F()
153 store.ClearProperty("DHCPProperty.Hostname", &error); in TEST_F()
Dstatic_ip_parameters_unittest.cc201 store.ClearProperty("StaticIP.Address", &unused_error); in TEST_F()
203 store.ClearProperty("StaticIP.Mtu", &unused_error); in TEST_F()
Dproperty_store_unittest.cc166 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()
Dproperty_store.h173 virtual bool ClearProperty(const std::string& name, Error* error);
Dproperty_store.cc430 bool PropertyStore::ClearProperty(const string& name, Error* error) { in ClearProperty() function in shill::PropertyStore
/system/connectivity/shill/vpn/
Dvpn_driver_unittest.cc373 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/
Ddbus-proxy-mocks.h472 MOCK_METHOD3(ClearProperty,
/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_shill_wifi_client.cc273 is_success &= device->ClearProperty(shill::kBgscanMethodProperty, nullptr); in ConfigureBgScan()
/system/connectivity/shill/doc/
Dservice-api.txt41 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.
Ddevice-api.txt23 void ClearProperty(string name)
/system/connectivity/shill/wifi/
Dwifi_service_unittest.cc1430 EXPECT_TRUE(wifi_service->mutable_store()->ClearProperty(kPassphraseProperty, in TEST_F()
Dwifi_unittest.cc556 EXPECT_TRUE(device_->mutable_store()->ClearProperty( in TEST_F()