Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmock_property_store.h35 MOCK_METHOD3(SetBoolProperty, bool(const std::string&, bool, Error*));
Dproperty_store.h99 virtual bool SetBoolProperty(const std::string& name,
Ddefault_profile_unittest.cc126 profile_->mutable_store()->SetBoolProperty( in TEST_F()
Dproperty_store.cc72 ret = SetBoolProperty(name, value.Get<bool>(), error); in SetAnyProperty()
333 bool PropertyStore::SetBoolProperty(const string& name, in SetBoolProperty() function in shill::PropertyStore
Dproperty_store_unittest.cc194 return store->SetBoolProperty(name, new_value, error); in SetProperty()
Dservice.cc667 store_.SetBoolProperty(it.first, it.second.Get<bool>(), &set_error); in Configure()
Dservice_unittest.cc294 service_->mutable_store()->SetBoolProperty(kAutoConnectProperty, in TEST_F()
Dmanager_unittest.cc788 manager()->mutable_store()->SetBoolProperty(kOfflineModeProperty, in TEST_F()
/system/connectivity/shill/ethernet/
Dethernet_unittest.cc584 ethernet_->mutable_store()->SetBoolProperty( in TEST_F()
595 ethernet_->mutable_store()->SetBoolProperty(kPPPoEProperty, true, &error); in TEST_F()