Home
last modified time | relevance | path

Searched defs:templ (Results 1 – 4 of 4) sorted by relevance

/base/notification/ans_standard/frameworks/ans/native/src/
Dnotification_template.cpp72 auto templ = new NotificationTemplate(); in Unmarshalling() local
Dnotification_flags.cpp99 auto templ = new NotificationFlags(); in Unmarshalling() local
Dnotification_request.cpp1404 void NotificationRequest::SetTemplate(const std::shared_ptr<NotificationTemplate> &templ) in SetTemplate()
/base/notification/ans_standard/interfaces/kits/napi/ans/src/
Dcommon.cpp559 std::shared_ptr<NotificationTemplate> templ = request->GetTemplate(); in SetNotificationRequestByCustom() local
4051 std::shared_ptr<NotificationTemplate> templ = std::make_shared<NotificationTemplate>(); in GetNotificationTemplate() local
4067 std::shared_ptr<NotificationTemplate> &templ) in GetNotificationTemplateInfo()
4106 const napi_env &env, const std::shared_ptr<NotificationTemplate> &templ, napi_value &result) in SetNotificationTemplateInfo()