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