Home
last modified time | relevance | path

Searched refs:DOWNLOAD_TEMPLATE_NAME (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_const_define.h68 const std::string DOWNLOAD_TEMPLATE_NAME = "downloadTemplate"; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp1978 if (strcmp(name.c_str(), DOWNLOAD_TEMPLATE_NAME.c_str()) == 0) { in IsValidTemplate()