Searched refs:Save (Results 51 - 63 of 63) sorted by relevance

123

/system/connectivity/shill/
H A Dstatic_ip_parameters_unittest.cc272 static_params_.Save(&store, kID);
H A Dmanager.cc304 profile->Save();
350 default_profile->Save();
411 // Save profile data out, and then let the scoped pointer fall out of scope.
412 if (!profile->Save()) {
H A Dmanager.h577 FRIEND_TEST(DefaultProfileTest, Save);
H A Ddevice_unittest.cc581 TEST_F(DeviceTest, Save) {
590 EXPECT_TRUE(device_->Save(&storage));
2616 EXPECT_TRUE(device->Save(&storage_));
H A Ddevice.cc489 bool Device::Save(StoreInterface* storage) { function in class:shill::Device
1498 // Save the DNS servers from ipconfig.
H A Dmanager_unittest.cc856 EXPECT_CALL(*s2.get(), Save(_)).WillOnce(Return(true));
2924 EXPECT_CALL(*profile.get(), Save()).WillOnce(Return(true));
4507 manager->profiles_[0]->Save();
/system/connectivity/shill/wifi/
H A Dwifi_service.cc395 // set this storage value to a uint16_t value in WiFiService::Save.
403 bool WiFiService::Save(StoreInterface* storage) { function in class:shill::WiFiService
404 // Save properties common to all Services.
405 if (!Service::Save(storage)) {
409 // Save properties specific to WiFi services.
H A Dwifi_provider_unittest.cc201 void Save() { function in class:shill::WiFiProviderTest
202 provider_.Save(&default_profile_storage_);
1774 Save();
1840 Save();
H A Dwifi_provider.cc432 bool WiFiProvider::Save(StoreInterface* storage) const { function in class:shill::WiFiProvider
H A Dwifi_service_unittest.cc266 wifi_service->Save(&mock_store);
2272 EXPECT_TRUE(service->Save(&mock_store));
/system/connectivity/shill/cellular/
H A Dcellular.h107 // Save configuration for the device to |storage|.
108 bool Save(StoreInterface* storage) override;
H A Dcellular.cc168 bool Cellular::Save(StoreInterface* storage) { function in class:shill::Cellular
171 return Device::Save(storage);
1024 // Save and restore |service_| state, as DropConnection calls
/system/update_engine/payload_generator/
H A Dgenerate_delta_main.cc241 properties.Save(base::FilePath(props_file));

Completed in 5029 milliseconds

123