Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_user_input.cpp62 auto pUserInput = new (std::nothrow) NotificationUserInput(inputKey); in Create() local
63 if (pUserInput == nullptr) { in Create()
68 return std::shared_ptr<NotificationUserInput>(pUserInput); in Create()
98 auto pUserInput = new (std::nothrow) in Create() local
100 if (pUserInput == nullptr) { in Create()
105 return std::shared_ptr<NotificationUserInput>(pUserInput); in Create()
257 auto pUserInput = new (std::nothrow) NotificationUserInput(); in FromJson() local
258 if (pUserInput == nullptr) { in FromJson()
265 pUserInput->inputKey_ = jsonObject.at("inputKey").get<std::string>(); in FromJson()
269 pUserInput->tag_ = jsonObject.at("tag").get<std::string>(); in FromJson()
[all …]