Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h1260 bool IsValidDelayTime(const NotificationRequest &request) const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp200 if (!IsValidTemplate(request) || !IsValidDelayTime(request)) { in PublishNotification()
252 if (!IsValidTemplate(request) || !IsValidDelayTime(request)) { in PublishNotificationForIndirectProxy()
1989 bool AnsNotification::IsValidDelayTime(const NotificationRequest &request) const in IsValidDelayTime() function in OHOS::Notification::AnsNotification