Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_template.cpp75 auto templ = new (std::nothrow) NotificationTemplate(); in Unmarshalling() local
H A Dnotification_flags.cpp200 auto templ = new (std::nothrow) NotificationFlags(); in Unmarshalling() local
H A Dnotification_request.cpp1768 void NotificationRequest::SetTemplate(const std::shared_ptr<NotificationTemplate> &templ) in SetTemplate()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
H A Dsettemplate_fuzzer.cpp71 std::shared_ptr<Notification::NotificationTemplate> templ = in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp876 std::shared_ptr<NotificationTemplate> templ = std::make_shared<NotificationTemplate>(); in GetNotificationTemplate() local
917 std::shared_ptr<NotificationTemplate> &templ) in GetNotificationTemplateInfo()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp1188 std::shared_ptr<NotificationTemplate> templ = std::make_shared<NotificationTemplate>(); in GetNotificationTemplate() local
1237 std::shared_ptr<NotificationTemplate> &templ) in GetNotificationTemplateInfo()
1285 const napi_env &env, const std::shared_ptr<NotificationTemplate> &templ, napi_value &result) in SetNotificationTemplateInfo()
H A Dcommon_convert_request.cpp334 std::shared_ptr<NotificationTemplate> templ = request->GetTemplate(); in SetNotificationRequestByCustom() local