Searched refs:GetEventUniqueId (Results 1 – 5 of 5) sorted by relevance
79 bool SysEventRepeatGuard::GetEventUniqueId(SysEvent& event, std::string& uniqueId) in GetEventUniqueId() function in OHOS::HiviewDFX::SysEventRepeatGuard102 if (!GetEventUniqueId(event, sysEventHashRecord.eventHash)) { in IsEventRepeat()
65 static bool GetEventUniqueId(SysEvent& event, std::string& uniqueId);
121 HILOGD("Current event id is %{public}s .", (event->GetEventUniqueId()).c_str()); in SendEvent()152 HILOGD("Current front event id is %{public}s .", (event->GetEventUniqueId()).c_str()); in PostTaskAtFront()471 (event->GetEventUniqueId()).c_str(), event->GetEventPriority()); in DistributeEvent()
116 HILOGD("Insert task: %{public}s %{public}d.", (event->GetEventUniqueId()).c_str(), insertType); in Insert()
695 inline std::string GetEventUniqueId() in GetEventUniqueId() function