Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_template.cpp75 auto templ = new NotificationTemplate(); in Unmarshalling() local
Dnotification_flags.cpp105 auto templ = new NotificationFlags(); in Unmarshalling() local
Dnotification_request.cpp1437 void NotificationRequest::SetTemplate(const std::shared_ptr<NotificationTemplate> &templ) in SetTemplate()
/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
Dsettemplate_fuzzer.cpp71 std::shared_ptr<Notification::NotificationTemplate> templ = in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp636 std::shared_ptr<NotificationTemplate> templ = request->GetTemplate(); in SetNotificationRequestByCustom() local
4655 std::shared_ptr<NotificationTemplate> templ = std::make_shared<NotificationTemplate>(); in GetNotificationTemplate() local
4671 std::shared_ptr<NotificationTemplate> &templ) in GetNotificationTemplateInfo()
4719 const napi_env &env, const std::shared_ptr<NotificationTemplate> &templ, napi_value &result) in SetNotificationTemplateInfo()