Home
last modified time | relevance | path

Searched refs:GetTemplateSupported (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h252 ErrCode GetTemplateSupported(const std::string &templateName, bool &support);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp998 ErrCode NotificationPreferences::GetTemplateSupported(const std::string& templateName, bool &suppor… in GetTemplateSupported() function in OHOS::Notification::NotificationPreferences
H A Dadvanced_notification_utils.cpp1287 … result = NotificationPreferences::GetInstance()->GetTemplateSupported(templateName, support); in IsSupportTemplate()