Lines Matching defs:SystemConfig
24 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;
35 std::unordered_set<int32_t> specialSaUidList;
36 std::unordered_set<std::string> defaultImeScreenList;
37 std::unordered_set<std::string> supportedCapacityList;
38 std::string dynamicStartImeSysParam;
39 std::string dynamicStartImeValue;
64 SystemConfig systemConfig; argument