Home
last modified time | relevance | path

Searched refs:model_id_ (Results 1 – 5 of 5) sorted by relevance

/external/libweave/examples/provider/
Dfile_config_store.cc24 : model_id_{model_id}, in FileConfigStore()
29 path += "weave_settings_" + model_id_; in GetPath()
48 settings->model_id = model_id_; in LoadDefaults()
Dfile_config_store.h33 const std::string model_id_; variable
/external/libweave/examples/daemon/common/
Ddaemon.h25 std::string model_id_{"AAAAA"};
70 new weave::examples::FileConfigStore(opts.model_id_,
/external/libweave/examples/daemon/lock/
Dlock.cc137 opts.model_id_ = "AOAAA"; in main()
/external/libweave/examples/daemon/light/
Dlight.cc307 opts.model_id_ = "AIAAA"; in main()