Searched refs:UpdateStickyEvent (Results 1 – 4 of 4) sorted by relevance
57 int UpdateStickyEvent(const CommonEventRecord &eventRecord);
400 int result = stickyManagerPtr->UpdateStickyEvent(eventRecord);462 int result = stickyManagerPtr->UpdateStickyEvent(eventRecord);
57 int CommonEventStickyManager::UpdateStickyEvent(const CommonEventRecord &eventRecord) in UpdateStickyEvent() function in OHOS::EventFwk::CommonEventStickyManager
507 DelayedSingleton<CommonEventStickyManager>::GetInstance()->UpdateStickyEvent(record); in ProcessStickyEvent()