Searched refs:DEV_UDID_HASH (Results 1 – 2 of 2) sorted by relevance
160 cJSON_AddStringToObject(jsonObject, DEV_UDID_HASH.c_str(), metaCapInfo.GetUdidHash().c_str()); in ToJson()208 if (!IsString(jsonObject, DEV_UDID_HASH)) { in FromJson()212 metaCapInfo.SetUdidHash(cJSON_GetObjectItem(jsonObject, DEV_UDID_HASH.c_str())->valuestring); in FromJson()
59 const std::string DEV_UDID_HASH = "udid_hash"; variable