Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp901 auto ret = advancedNotificationService_->IsDuplicateMsg(uniqueKey);
920 auto ret = advancedNotificationService_->IsDuplicateMsg(uniqueKey);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1400 bool IsDuplicateMsg(const std::string &uniqueKey);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp2661 if (IsDuplicateMsg(uniqueKey)) { in DuplicateMsgControl()
2704 bool AdvancedNotificationService::IsDuplicateMsg(const std::string &uniqueKey) in IsDuplicateMsg() function in OHOS::Notification::AdvancedNotificationService