Searched refs:FileConfigStore (Results 1 – 3 of 3) sorted by relevance
22 FileConfigStore::FileConfigStore(const std::string& model_id, in FileConfigStore() function in weave::examples::FileConfigStore27 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()
18 class FileConfigStore : public provider::ConfigStore {20 FileConfigStore(const std::string& model_id,
70 new weave::examples::FileConfigStore(opts.model_id_,114 std::unique_ptr<weave::examples::FileConfigStore> config_store_;