Searched defs:SystemConfig (Results 1 – 5 of 5) sorted by relevance
35 pub(crate) fn system_config(&self) -> SystemConfig { in system_config()52 pub(crate) struct SystemConfig { struct53 pub(crate) proxy_host: String,54 pub(crate) proxy_port: String,55 pub(crate) proxy_exlist: String,56 pub(crate) certs: Option<Vec<Certificate>>,
28 struct SystemConfig : public Serializable { struct43 SystemConfig systemConfig; argument
63 void SystemConfig(const char *uptime) in SystemConfig() function
152 system: &SystemConfig, in build_system_proxy()
273 void SystemConfig(const char *uptime) in SystemConfig() function