Home
last modified time | relevance | path

Searched refs:RemoveSlot (Results 1 – 7 of 7) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dslot.h31 napi_value RemoveSlot(napi_env env, napi_callback_info info);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dinit.cpp63 DECLARE_NAPI_FUNCTION("removeSlot", RemoveSlot), in NotificationInit()
Dslot.cpp1036 napi_value RemoveSlot(napi_env env, napi_callback_info info) in RemoveSlot() function
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dnative_module.cpp35 DECLARE_NAPI_FUNCTION("removeNotificationSlot", NotificationNapi::RemoveSlot), in ReminderAgentInit()
/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences_info.h172 bool RemoveSlot(const NotificationConstant::SlotType &type);
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_info.cpp123 bool NotificationPreferencesInfo::BundleInfo::RemoveSlot(const NotificationConstant::SlotType &type) in RemoveSlot() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
Dnotification_preferences.cpp489 bundleInfo.RemoveSlot(slotType); in CheckSlotForRemoveSlot()