Home
last modified time | relevance | path

Searched refs:cancelNotification (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/services/location_ui/entry/src/main/ets/serviceability/
H A DWifiServiceAbility.ets67 this.cancelNotification(notificationId);
140 cancelNotification = async (id: number) => {
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_data_manager.h109 …void CloseReminder(const OHOS::EventFwk::Want &want, bool cancelNotification, bool isButtonClick =…
391 void CloseReminder(const sptr<ReminderRequest> &reminder, bool cancelNotification);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp510 void ReminderDataManager::CloseReminder(const OHOS::EventFwk::Want &want, bool cancelNotification, … in CloseReminder() argument
524 CloseReminder(reminder, cancelNotification); in CloseReminder()
561 … ReminderDataManager::CloseReminder(const sptr<ReminderRequest> &reminder, bool cancelNotification) in CloseReminder() argument
579 if (cancelNotification) { in CloseReminder()