Searched refs:IsNotificationEnabled (Results 1 – 6 of 6) sorted by relevance
29 static RetDataBool IsNotificationEnabled();
69 napi_value IsNotificationEnabled(napi_env env, napi_callback_info info);
67 DECLARE_NAPI_FUNCTION("isNotificationEnabled", IsNotificationEnabled), in NotificationInit()
227 napi_value IsNotificationEnabled(napi_env env, napi_callback_info info) in IsNotificationEnabled() function
62 auto [status, enabledStatus] = NotificationManagerImpl::IsNotificationEnabled(); in FfiOHOSNotificationManagerIsNotificationEnabled()
671 RetDataBool NotificationManagerImpl::IsNotificationEnabled() in IsNotificationEnabled() function in OHOS::CJSystemapi::NotificationManagerImpl