Home
last modified time | relevance | path

Searched refs:IsNotificationEnabled (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_manager_impl.h29 static RetDataBool IsNotificationEnabled();
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Denable_notification.h69 napi_value IsNotificationEnabled(napi_env env, napi_callback_info info);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dinit.cpp67 DECLARE_NAPI_FUNCTION("isNotificationEnabled", IsNotificationEnabled), in NotificationInit()
H A Denable_notification.cpp227 napi_value IsNotificationEnabled(napi_env env, napi_callback_info info) in IsNotificationEnabled() function
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_ffi.cpp62 auto [status, enabledStatus] = NotificationManagerImpl::IsNotificationEnabled(); in FfiOHOSNotificationManagerIsNotificationEnabled()
H A Dnotification_manager_impl.cpp671 RetDataBool NotificationManagerImpl::IsNotificationEnabled() in IsNotificationEnabled() function in OHOS::CJSystemapi::NotificationManagerImpl