Home
last modified time | relevance | path

Searched refs:CNotificationBundleOption (Results 1 - 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_manager_impl.h37 static int SetNotificationEnable(CNotificationBundleOption option, bool enable);
38 static int DisplayBadge(CNotificationBundleOption option, bool enable);
39 static RetDataBool IsBadgeDisplayed(CNotificationBundleOption option);
40 static int SetSlotFlagsByBundle(CNotificationBundleOption option, int32_t slotFlags);
41 static RetDataUI32 GetSlotFlagsByBundle(CNotificationBundleOption option);
42 static RetDataUI32 GetSlotNumByBundle(CNotificationBundleOption option);
43 static int RemoveGroupByBundle(CNotificationBundleOption option, const char* cGroupName);
H A Dnotification_manager_ffi.h46 FFI_EXPORT int32_t FfiOHOSNotificationManagerSetNotificationEnable(CNotificationBundleOption option, bool enable);
47 FFI_EXPORT int32_t FfiOHOSNotificationManagerDisplayBadge(CNotificationBundleOption option, bool enable);
48 FFI_EXPORT RetDataBool FfiOHOSNotificationManagerIsBadgeDisplayed(CNotificationBundleOption option);
49 FFI_EXPORT int32_t FfiOHOSNotificationManagerSetSlotFlagsByBundle(CNotificationBundleOption option,
51 FFI_EXPORT RetDataUI32 FfiOHOSNotificationManagerGetSlotFlagsByBundle(CNotificationBundleOption option);
52 FFI_EXPORT RetDataUI32 FfiOHOSNotificationManagerGetSlotNumByBundle(CNotificationBundleOption option);
53 FFI_EXPORT int32_t FfiOHOSNotificationManagerRemoveGroupByBundle(CNotificationBundleOption option,
H A Dnotification_utils.h233 struct CNotificationBundleOption { struct
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_ffi.cpp99 int32_t FfiOHOSNotificationManagerSetNotificationEnable(CNotificationBundleOption option, bool enable) in FfiOHOSNotificationManagerSetNotificationEnable()
105 int32_t FfiOHOSNotificationManagerDisplayBadge(CNotificationBundleOption option, bool enable) in FfiOHOSNotificationManagerDisplayBadge()
111 RetDataBool FfiOHOSNotificationManagerIsBadgeDisplayed(CNotificationBundleOption option) in FfiOHOSNotificationManagerIsBadgeDisplayed()
118 CNotificationBundleOption option, in FfiOHOSNotificationManagerSetSlotFlagsByBundle()
125 RetDataUI32 FfiOHOSNotificationManagerGetSlotFlagsByBundle(CNotificationBundleOption option) in FfiOHOSNotificationManagerGetSlotFlagsByBundle()
131 RetDataUI32 FfiOHOSNotificationManagerGetSlotNumByBundle(CNotificationBundleOption option) in FfiOHOSNotificationManagerGetSlotNumByBundle()
138 CNotificationBundleOption option, in FfiOHOSNotificationManagerRemoveGroupByBundle()
H A Dnotification_manager_impl.cpp49 static bool ParseBundleOption(CNotificationBundleOption &option, NotificationBundleOption &bundleOption) in ParseBundleOption()
236 int NotificationManagerImpl::SetNotificationEnable(CNotificationBundleOption option, bool enable) in SetNotificationEnable()
247 int NotificationManagerImpl::DisplayBadge(CNotificationBundleOption option, bool enable) in DisplayBadge()
257 RetDataBool NotificationManagerImpl::IsBadgeDisplayed(CNotificationBundleOption option) in IsBadgeDisplayed()
272 int NotificationManagerImpl::SetSlotFlagsByBundle(CNotificationBundleOption option, int32_t slotFlags) in SetSlotFlagsByBundle()
282 RetDataUI32 NotificationManagerImpl::GetSlotFlagsByBundle(CNotificationBundleOption option) in GetSlotFlagsByBundle()
297 RetDataUI32 NotificationManagerImpl::GetSlotNumByBundle(CNotificationBundleOption option) in GetSlotNumByBundle()
312 int NotificationManagerImpl::RemoveGroupByBundle(CNotificationBundleOption option, const char* cGroupName) in RemoveGroupByBundle()

Completed in 4 milliseconds