Searched refs:decryptValue (Results 1 – 1 of 1) sorted by relevance
355 std::string decryptValue = iter.second; in GetBatchNotificationRequestsFromDb() local357 ErrCode errorCode = AesGcmHelper::Decrypt(decryptValue, iter.second); in GetBatchNotificationRequestsFromDb()363 if (decryptValue.empty() || !nlohmann::json::accept(decryptValue)) { in GetBatchNotificationRequestsFromDb()367 auto jsonObject = nlohmann::json::parse(decryptValue); in GetBatchNotificationRequestsFromDb()