Searched refs:RemoveSlot (Results 1 – 7 of 7) sorted by relevance
31 napi_value RemoveSlot(napi_env env, napi_callback_info info);
63 DECLARE_NAPI_FUNCTION("removeSlot", RemoveSlot), in NotificationInit()
1036 napi_value RemoveSlot(napi_env env, napi_callback_info info) in RemoveSlot() function
35 DECLARE_NAPI_FUNCTION("removeNotificationSlot", NotificationNapi::RemoveSlot), in ReminderAgentInit()
172 bool RemoveSlot(const NotificationConstant::SlotType &type);
123 bool NotificationPreferencesInfo::BundleInfo::RemoveSlot(const NotificationConstant::SlotType &type) in RemoveSlot() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
489 bundleInfo.RemoveSlot(slotType); in CheckSlotForRemoveSlot()