Searched refs:JsonHostConfig (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/remoting/host/
H A Djson_host_config.h19 // JsonHostConfig implements MutableHostConfig for JSON file.
20 class JsonHostConfig : public InMemoryHostConfig { class in namespace:remoting
22 JsonHostConfig(const base::FilePath& filename);
23 virtual ~JsonHostConfig();
39 DISALLOW_COPY_AND_ASSIGN(JsonHostConfig);
H A Djson_host_config.cc18 JsonHostConfig::JsonHostConfig(const base::FilePath& filename) function in class:remoting::JsonHostConfig
22 JsonHostConfig::~JsonHostConfig() {}
24 bool JsonHostConfig::Read() {
37 bool JsonHostConfig::Save() {
44 std::string JsonHostConfig::GetSerializedData() {
50 bool JsonHostConfig::SetSerializedData(const std::string& config) {
H A Dusage_stats_consent_mac.cc28 JsonHostConfig host_config(config_file_path);
H A Djson_host_config_unittest.cc39 JsonHostConfig target(non_existent_file);
47 JsonHostConfig target(test_file);
70 JsonHostConfig target(test_file);
78 JsonHostConfig reader(test_file);
H A Dremoting_me2me_host.cc233 bool ApplyConfig(scoped_ptr<JsonHostConfig> config);
509 scoped_ptr<JsonHostConfig> config(new JsonHostConfig(base::FilePath()));
811 bool HostProcess::ApplyConfig(scoped_ptr<JsonHostConfig> config) {
/external/chromium_org/remoting/host/mac/
H A Dme2me_preference_pane.h16 // This is an implementation of JsonHostConfig which does not use code from
22 class JsonHostConfig { class in namespace:remoting
24 JsonHostConfig(const std::string& filename);
25 ~JsonHostConfig();
35 DISALLOW_COPY_AND_ASSIGN(JsonHostConfig);
53 scoped_ptr<remoting::JsonHostConfig> config_;
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller_delegate_linux.cc184 JsonHostConfig config(GetConfigPath());
233 JsonHostConfig config_file(GetConfigPath());
254 JsonHostConfig config_file(GetConfigPath());

Completed in 146 milliseconds