Lines Matching refs:node

33     bool Unmarshal(cJSON *node) override
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);
44 bool Unmarshal(cJSON *node) override
46 return GetValue(node, GET_NAME(systemConfig), systemConfig);
54 bool Unmarshal(cJSON *node) override
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;
69 bool Unmarshal(cJSON *node) override
71 return GetValue(node, GET_NAME(supportedInputTypeList), inputType);
81 bool Unmarshal(cJSON *node) override
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;
94 bool Unmarshal(cJSON *node) override
96 return GetValue(node, GET_NAME(sysPanelAdjust), panelAdjust);
104 bool Unmarshal(cJSON *node) override
106 bool ret = GetValue(node, GET_NAME(appIdentifier), appId);
107 ret &= GetValue(node, GET_NAME(expirationTime), expirationTime);
108 GetValue(node, GET_NAME(expirationVersionCode), expirationVersionCode);
115 bool Unmarshal(cJSON *node) override
117 return GetValue(node, GET_NAME(defaultFullImeList), defaultFullImeList);