Home
last modified time | relevance | path

Searched refs:ExcuteDelete (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1435 ErrCode ExcuteDelete(const std::string &key, const int32_t removeReason);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp567 return ExcuteDelete(key, removeReason); in Delete()
570 ErrCode AdvancedNotificationService::ExcuteDelete(const std::string &key, const int32_t removeReaso… in ExcuteDelete() function in OHOS::Notification::AdvancedNotificationService