Home
last modified time | relevance | path

Searched refs:FileConfigStore (Results 1 – 3 of 3) sorted by relevance

/external/libweave/examples/provider/
Dfile_config_store.cc22 FileConfigStore::FileConfigStore(const std::string& model_id, in FileConfigStore() function in weave::examples::FileConfigStore
27 std::string FileConfigStore::GetPath(const std::string& name) const { in GetPath()
35 bool FileConfigStore::LoadDefaults(Settings* settings) { in LoadDefaults()
65 std::string FileConfigStore::LoadSettings() { in LoadSettings()
69 std::string FileConfigStore::LoadSettings(const std::string& name) { in LoadSettings()
76 void FileConfigStore::SaveSettings(const std::string& name, in SaveSettings()
Dfile_config_store.h18 class FileConfigStore : public provider::ConfigStore {
20 FileConfigStore(const std::string& model_id,
/external/libweave/examples/daemon/common/
Ddaemon.h70 new weave::examples::FileConfigStore(opts.model_id_,
114 std::unique_ptr<weave::examples::FileConfigStore> config_store_;