Searched refs:SetNameProperty (Results 1 – 6 of 6) sorted by relevance
135 service->SetNameProperty(name + " and some new stuff", &error); in TestNamePropertyChange()160 EXPECT_FALSE(service->SetNameProperty(service->friendly_name_, &error)); in TestCustomSetterNoopChange()
778 virtual bool SetNameProperty(const std::string& name, Error* error);
244 &Service::SetNameProperty); in Service()1546 bool Service::SetNameProperty(const string& name, Error* error) { in SetNameProperty() function in shill::Service
51 bool SetNameProperty(const std::string& name, Error* error) override;
222 bool VPNService::SetNameProperty(const string& name, Error* error) { in SetNameProperty() function in shill::VPNService
326 TEST_F(VPNServiceTest, SetNameProperty) { in TEST_F() argument