Searched defs:accountInfoJson (Results 1 – 2 of 2) sorted by relevance
312 cJSON *accountInfoJson = cJSON_CreateObject(); in MarshalAccountInfo() local392 cJSON *accountInfoJson = cJSON_GetObjectItemCaseSensitive(rootValue, "AccountInfo"); in Unmarshal() local
173 int32_t DlpPermissionSerializer::DeserializeAuthUserInfo(const unordered_json& accountInfoJson, in DeserializeAuthUserInfo()