Lines Matching refs:GET_NAME
41 auto ret = SetValue(node, GET_NAME(userId), userId); in Marshal()
42 ret = SetValue(node, GET_NAME(currentIme), currentIme) && ret; in Marshal()
43 ret = SetValue(node, GET_NAME(currentSubName), currentSubName) && ret; in Marshal()
44 SetValue(node, GET_NAME(tempScreenLockIme), tempScreenLockIme); in Marshal()
45 ret = SetValue(node, GET_NAME(isDefaultImeSet), isDefaultImeSet) && ret; in Marshal()
50 auto ret = GetValue(node, GET_NAME(userId), userId); in Unmarshal()
51 ret = GetValue(node, GET_NAME(currentIme), currentIme) && ret; in Unmarshal()
52 ret = GetValue(node, GET_NAME(currentSubName), currentSubName) && ret; in Unmarshal()
53 GetValue(node, GET_NAME(tempScreenLockIme), tempScreenLockIme); in Unmarshal()
54 ret = GetValue(node, GET_NAME(isDefaultImeSet), isDefaultImeSet) && ret; in Unmarshal()
63 return SetValue(node, GET_NAME(imeCfgList), imePersistInfo); in Marshal()
67 return GetValue(node, GET_NAME(imeCfgList), imePersistInfo); in Unmarshal()