Home
last modified time | relevance | path

Searched defs:CancelNotification (Results 1 – 6 of 6) sorted by relevance

/base/request/request/services/include/
Dnotification_bar.h48 inline int32_t CancelNotification(uint32_t notificationId) in CancelNotification() function
/base/request/request/services/src/service/notification_bar/
Dmod.rs55 fn CancelNotification(notificationId: u32) -> i32; in CancelNotification() function
/base/usb/usb_manager/services/native/src/
Dusb_mass_storage_notification.cpp231 void UsbMassStorageNotification::CancelNotification(const std::map<std::string, UsbDevice *> &devic… in CancelNotification() function in OHOS::USB::UsbMassStorageNotification
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp91 ErrCode NotificationHelper::CancelNotification(int32_t notificationId) in CancelNotification() function in OHOS::Notification::NotificationHelper
96 ErrCode NotificationHelper::CancelNotification(const std::string &label, int32_t notificationId) in CancelNotification() function in OHOS::Notification::NotificationHelper
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp293 ErrCode AnsNotification::CancelNotification(int32_t notificationId) in CancelNotification() function in OHOS::Notification::AnsNotification
298 ErrCode AnsNotification::CancelNotification(const std::string &label, int32_t notificationId) in CancelNotification() function in OHOS::Notification::AnsNotification
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp309 void ReminderDataManager::CancelNotification(const sptr<ReminderRequest> &reminder) const in CancelNotification() function in OHOS::Notification::ReminderDataManager