Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
H A Dsettemplate_fuzzer.cpp71 std::shared_ptr<Notification::NotificationTemplate> templ = in DoSomethingInterestingWithMyAPI() local
/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.cpp1814 void NotificationRequest::SetTemplate(const std::shared_ptr<NotificationTemplate> &templ) in SetTemplate() argument
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp876 std::shared_ptr<NotificationTemplate> templ = std::make_shared<NotificationTemplate>(); in GetNotificationTemplate() local
916 GetNotificationTemplateInfo(const napi_env &env, const napi_value &value, std::shared_ptr<NotificationTemplate> &templ) GetNotificationTemplateInfo() argument
/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
1236 GetNotificationTemplateInfo(const napi_env &env, const napi_value &value, std::shared_ptr<NotificationTemplate> &templ) GetNotificationTemplateInfo() argument
1284 SetNotificationTemplateInfo( const napi_env &env, const std::shared_ptr<NotificationTemplate> &templ, napi_value &result) SetNotificationTemplateInfo() argument
[all...]
H A Dcommon_convert_request.cpp334 std::shared_ptr<NotificationTemplate> templ = request->GetTemplate(); in SetNotificationRequestByCustom() local

Completed in 12 milliseconds