Searched refs:pUserInput (Results 1 – 1 of 1) sorted by relevance
62 auto pUserInput = new (std::nothrow) NotificationUserInput(inputKey); in Create() local63 if (pUserInput == nullptr) { in Create()68 return std::shared_ptr<NotificationUserInput>(pUserInput); in Create()98 auto pUserInput = new (std::nothrow) in Create() local100 if (pUserInput == nullptr) { in Create()105 return std::shared_ptr<NotificationUserInput>(pUserInput); in Create()257 auto pUserInput = new (std::nothrow) NotificationUserInput(); in FromJson() local258 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 …]