Home
last modified time | relevance | path

Searched refs:GetEventUniqueId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_repeat_guard.cpp79 bool SysEventRepeatGuard::GetEventUniqueId(SysEvent& event, std::string& uniqueId) in GetEventUniqueId() function in OHOS::HiviewDFX::SysEventRepeatGuard
102 if (!GetEventUniqueId(event, sysEventHashRecord.eventHash)) { in IsEventRepeat()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/include/
H A Dsys_event_repeat_guard.h65 static bool GetEventUniqueId(SysEvent& event, std::string& uniqueId);
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_handler.cpp121 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()
H A Devent_queue_base.cpp116 HILOGD("Insert task: %{public}s %{public}d.", (event->GetEventUniqueId()).c_str(), insertType); in Insert()
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Dinner_event.h695 inline std::string GetEventUniqueId() in GetEventUniqueId() function