Searched refs:uniqueKey (Results 1 – 3 of 3) sorted by relevance
863 auto uniqueKey = request->GenerateUniqueKey(); variable865 std::make_pair(std::chrono::steady_clock::now(), uniqueKey));899 auto uniqueKey = request->GenerateUniqueKey(); variable901 auto ret = advancedNotificationService_->IsDuplicateMsg(uniqueKey);916 auto uniqueKey = request->GenerateUniqueKey(); variable918 std::make_pair(std::chrono::steady_clock::now(), uniqueKey));920 auto ret = advancedNotificationService_->IsDuplicateMsg(uniqueKey);935 auto uniqueKey = request->GenerateUniqueKey(); variable937 std::make_pair(std::chrono::steady_clock::now() - std::chrono::hours(24), uniqueKey));
2660 std::string uniqueKey = request->GenerateUniqueKey(); in DuplicateMsgControl() local2661 if (IsDuplicateMsg(uniqueKey)) { in DuplicateMsgControl()2667 uniqueKeyList_.emplace_back(std::make_pair(std::chrono::steady_clock::now(), uniqueKey)); in DuplicateMsgControl()2704 bool AdvancedNotificationService::IsDuplicateMsg(const std::string &uniqueKey) in IsDuplicateMsg() argument2707 if (strcmp(record.second.c_str(), uniqueKey.c_str()) == 0) { in IsDuplicateMsg()
1400 bool IsDuplicateMsg(const std::string &uniqueKey);