Lines Matching refs:GET_NAME
35 GetValue(node, GET_NAME(systemInputMethodConfigAbility), systemInputMethodConfigAbility);
36 GetValue(node, GET_NAME(defaultInputMethod), defaultInputMethod);
37 GetValue(node, GET_NAME(enableInputMethodFeature), enableInputMethodFeature);
38 GetValue(node, GET_NAME(enableFullExperienceFeature), enableFullExperienceFeature);
46 return GetValue(node, GET_NAME(systemConfig), systemConfig);
57 auto ret = GetValue(node, GET_NAME(inputType), typeTemp);
62 ret = GetValue(node, GET_NAME(bundleName), bundleName) && ret;
63 ret = GetValue(node, GET_NAME(subtypeId), subName) && ret;
71 return GetValue(node, GET_NAME(supportedInputTypeList), inputType);
83 auto ret = GetValue(node, GET_NAME(style), style);
84 ret = GetValue(node, GET_NAME(top), top) && ret;
85 ret = GetValue(node, GET_NAME(left), left) && ret;
86 ret = GetValue(node, GET_NAME(right), right) && ret;
87 ret = GetValue(node, GET_NAME(bottom), bottom) && ret;
96 return GetValue(node, GET_NAME(sysPanelAdjust), panelAdjust);
106 bool ret = GetValue(node, GET_NAME(appIdentifier), appId);
107 ret &= GetValue(node, GET_NAME(expirationTime), expirationTime);
108 GetValue(node, GET_NAME(expirationVersionCode), expirationVersionCode);
117 return GetValue(node, GET_NAME(defaultFullImeList), defaultFullImeList);