Home
last modified time | relevance | path

Searched defs:SystemConfig (Results 1 – 5 of 5) sorted by relevance

/base/inputmethod/imf/services/include/
Dsys_cfg_parser.h24 struct SystemConfig : public Serializable { struct
25 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 …]
/base/request/request/services/src/manage/config/
Dmod.rs35 pub(crate) fn system_config(&self) -> SystemConfig { in system_config()
52 pub(crate) struct SystemConfig { struct
53 pub(crate) proxy_host: String,
54 pub(crate) proxy_port: String,
55 pub(crate) proxy_exlist: String,
56 pub(crate) certs: Option<Vec<Certificate>>,
/base/startup/init/services/init/lite/
Dinit.c64 void SystemConfig(const char *uptime) in SystemConfig() function
/base/request/request/services/src/task/
Dclient.rs171 system: &SystemConfig, in build_system_proxy()
/base/startup/init/services/init/standard/
Dinit.c284 void SystemConfig(const char *uptime) in SystemConfig() function