Home
last modified time | relevance | path

Searched refs:SetNameProperty (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/
Dservice_property_change_test.cc135 service->SetNameProperty(name + " and some new stuff", &error); in TestNamePropertyChange()
160 EXPECT_FALSE(service->SetNameProperty(service->friendly_name_, &error)); in TestCustomSetterNoopChange()
Dservice.h778 virtual bool SetNameProperty(const std::string& name, Error* error);
Dservice.cc244 &Service::SetNameProperty); in Service()
1546 bool Service::SetNameProperty(const string& name, Error* error) { in SetNameProperty() function in shill::Service
/system/connectivity/shill/vpn/
Dvpn_service.h51 bool SetNameProperty(const std::string& name, Error* error) override;
Dvpn_service.cc222 bool VPNService::SetNameProperty(const string& name, Error* error) { in SetNameProperty() function in shill::VPNService
Dvpn_service_unittest.cc326 TEST_F(VPNServiceTest, SetNameProperty) { in TEST_F() argument