Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp762 auto pRequest = new (std::nothrow) NotificationRequest(); in FromJson() local
763 if (pRequest == nullptr) { in FromJson()
773 ConvertJsonToNum(pRequest, jsonObject); in FromJson()
775 ConvertJsonToString(pRequest, jsonObject); in FromJson()
777 ConvertJsonToEnum(pRequest, jsonObject); in FromJson()
779 ConvertJsonToBool(pRequest, jsonObject); in FromJson()
783pRequest->wantAgent_ = AbilityRuntime::WantAgent::WantAgentHelper::FromString(wantAgentValue); in FromJson()
786 if (!ConvertJsonToNotificationContent(pRequest, jsonObject)) { in FromJson()
787 delete pRequest; in FromJson()
788 pRequest = nullptr; in FromJson()
[all …]