Searched defs:templ (Results 1 – 6 of 6) sorted by relevance
75 auto templ = new (std::nothrow) NotificationTemplate(); in Unmarshalling() local
105 auto templ = new (std::nothrow) NotificationFlags(); in Unmarshalling() local
1530 void NotificationRequest::SetTemplate(const std::shared_ptr<NotificationTemplate> &templ) in SetTemplate()
71 std::shared_ptr<Notification::NotificationTemplate> templ = in DoSomethingInterestingWithMyAPI() local
1158 std::shared_ptr<NotificationTemplate> templ = std::make_shared<NotificationTemplate>(); in GetNotificationTemplate() local1174 std::shared_ptr<NotificationTemplate> &templ) in GetNotificationTemplateInfo()1222 const napi_env &env, const std::shared_ptr<NotificationTemplate> &templ, napi_value &result) in SetNotificationTemplateInfo()
326 std::shared_ptr<NotificationTemplate> templ = request->GetTemplate(); in SetNotificationRequestByCustom() local