Home
last modified time | relevance | path

Searched refs:SetTemplate (Results 1 – 6 of 6) sorted by relevance

/base/request/request/services/service/rust/src/c_wrapper/source/
Dbackground_notification.cpp49 req.SetTemplate(requestTemplate); in RequestBackgroundNotify()
/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
Dsettemplate_fuzzer.cpp76 request.SetTemplate(templ); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h1035 void SetTemplate(const std::shared_ptr<NotificationTemplate> &templ);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp1437 void NotificationRequest::SetTemplate(const std::shared_ptr<NotificationTemplate> &templ) in SetTemplate() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp1313 req.SetTemplate(notiTemplate);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp4664 request.SetTemplate(templ); in GetNotificationTemplate()