Home
last modified time | relevance | path

Searched refs:decryptValue (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp355 std::string decryptValue = iter.second; in GetBatchNotificationRequestsFromDb() local
357 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()