Home
last modified time | relevance | path

Searched refs:currentPersistentId (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/window_scene/intention_event/framework/anr_handler/src/
H A Danr_handler.cpp71 int32_t currentPersistentId = GetPersistentIdOfEvent(eventId); in HandleEventConsumed()
72 WLOGFD("Processed eventId:%{public}d, persistentId:%{public}d", eventId, currentPersistentId); in HandleEventConsumed()
73 if (IsOnEventHandler(currentPersistentId)) { in HandleEventConsumed()
81 eventId, currentPersistentId, actionTime, currentTime, timeoutTime); in HandleEventConsumed()
189 auto currentPersistentId = GetPersistentIdOfEvent(iter->first); in ClearExpiredEvents() local
191 (currentPersistentId == persistentId || currentPersistentId == INVALID_PERSISTENT_ID)) { in ClearExpiredEvents()
219 auto currentPersistentId = GetPersistentIdOfEvent(eventId); in UpdateLatestEventId() local
221 if ((GetPersistentIdOfEvent(event) == currentPersistentId) && (eventId > event)) { in UpdateLatestEventId()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1794 int32_t currentPersistentId = GetPersistentId(); in IsTopDialog() local
1797 TLOGW(WmsLogTag::WMS_DIALOG, "Dialog's Parent is NULL. id: %{public}d", currentPersistentId); in IsTopDialog()
1809 currentPersistentId); in IsTopDialog()
1810 return dialogSession->GetPersistentId() == currentPersistentId; in IsTopDialog()

Completed in 6 milliseconds