Home
last modified time | relevance | path

Searched refs:UpdateStickyEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_sticky_manager.h57 int UpdateStickyEvent(const CommonEventRecord &eventRecord);
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_sticky_test.cpp400 int result = stickyManagerPtr->UpdateStickyEvent(eventRecord);
462 int result = stickyManagerPtr->UpdateStickyEvent(eventRecord);
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_sticky_manager.cpp57 int CommonEventStickyManager::UpdateStickyEvent(const CommonEventRecord &eventRecord) in UpdateStickyEvent() function in OHOS::EventFwk::CommonEventStickyManager
H A Dinner_common_event_manager.cpp507 DelayedSingleton<CommonEventStickyManager>::GetInstance()->UpdateStickyEvent(record); in ProcessStickyEvent()