Home
last modified time | relevance | path

Searched refs:SaveSettings (Results 1 – 8 of 8) sorted by relevance

/external/libweave/src/
Daccess_black_list_manager_impl_unittest.cc37 EXPECT_CALL(config_store_, SaveSettings("black_list", _, _)) in SetUp()
69 EXPECT_CALL(config_store_, SaveSettings("black_list", _, _)) in TEST_F()
96 EXPECT_CALL(config_store_, SaveSettings("black_list", _, _)) in TEST_F()
115 EXPECT_CALL(config_store_, SaveSettings("black_list", _, _)) in TEST_F()
142 EXPECT_CALL(config_store_, SaveSettings("black_list", _, _)) in SetUp()
Daccess_black_list_manager_impl.cc77 store_->SaveSettings(kConfigFileName, json, callback); in Save()
Dconfig_unittest.cc264 EXPECT_CALL(config_store_, SaveSettings(kConfigName, _, _)) in TEST_F()
Dconfig.cc284 config_store_->SaveSettings( in Save()
/external/libweave/include/weave/provider/test/
Dmock_config_store.h46 EXPECT_CALL(*this, SaveSettings(_, _, _))
55 MOCK_METHOD3(SaveSettings,
/external/libweave/include/weave/provider/
Dconfig_store.h84 virtual void SaveSettings(const std::string& name,
/external/libweave/examples/provider/
Dfile_config_store.h25 void SaveSettings(const std::string& name,
Dfile_config_store.cc76 void FileConfigStore::SaveSettings(const std::string& name, in SaveSettings() function in weave::examples::FileConfigStore