HomeSort by relevance Sort by last modified time
    Searched refs:host_config (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/remoting/host/
usage_stats_consent_mac.cc 28 JsonHostConfig host_config(config_file_path);
29 if (host_config.Read()) {
30 return host_config.GetBoolean(kUsageStatsConsentConfigPath, allowed);
  /external/chromium_org/components/pairing/
bluetooth_controller_pairing_controller.cc 322 pairing_api::ConfigureHost host_config; local
323 host_config.set_api_version(kPairingAPIVersion);
324 host_config.mutable_parameters()->set_accepted_eula(accepted_eula);
325 host_config.mutable_parameters()->set_lang(lang);
326 host_config.mutable_parameters()->set_timezone(timezone);
327 host_config.mutable_parameters()->set_send_reports(send_reports);
328 host_config.mutable_parameters()->set_keyboard_layout(keyboard_layout);
332 ProtoDecoder::SendConfigureHost(host_config, &size));
  /external/chromium_org/remoting/host/linux/
linux_me2me_host.py 472 def launch_host(self, host_config):
499 self.host_proc.stdin.write(json.dumps(host_config.data))
796 def __init__(self, host_config):
797 self.host_config = host_config
803 self.host_config.load()
    [all...]
  /external/chromium_org/remoting/host/setup/
daemon_controller_delegate_win.cc 179 ScopedBstr host_config;
180 hr = control_->GetConfig(host_config.Receive());
186 static_cast<BSTR>(host_config), host_config.Length());

Completed in 179 milliseconds