Searched defs:SystemConfig (Results 1 – 5 of 5) sorted by relevance
24 struct SystemConfig : public Serializable { struct25 std::string systemInputMethodConfigAbility;26 std::string defaultInputMethod;27 std::string systemSpecialInputMethod;28 bool enableInputMethodFeature = false;29 bool enableFullExperienceFeature = false;31 bool enableAppAgentFeature = false;32 bool enableNumKeyFeature = false;33 std::unordered_set<std::string> disableNumKeyAppDeviceTypes;34 std::unordered_set<int32_t> proxyImeUidList;[all …]
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>>,
64 void SystemConfig(const char *uptime) in SystemConfig() function
171 system: &SystemConfig, in build_system_proxy()
284 void SystemConfig(const char *uptime) in SystemConfig() function