Searched refs:IsDuplicateMsg (Results 1 – 3 of 3) sorted by relevance
901 auto ret = advancedNotificationService_->IsDuplicateMsg(uniqueKey);920 auto ret = advancedNotificationService_->IsDuplicateMsg(uniqueKey);
1400 bool IsDuplicateMsg(const std::string &uniqueKey);
2661 if (IsDuplicateMsg(uniqueKey)) { in DuplicateMsgControl()2704 bool AdvancedNotificationService::IsDuplicateMsg(const std::string &uniqueKey) in IsDuplicateMsg() function in OHOS::Notification::AdvancedNotificationService