Home
last modified time | relevance | path

Searched refs:DisplayBadge (Results 1 - 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Ddisplay_badge.h51 napi_value DisplayBadge(napi_env env, napi_callback_info info);
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_manager_impl.h38 static int DisplayBadge(CNotificationBundleOption option, bool enable);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dinit.cpp69 DECLARE_NAPI_FUNCTION("displayBadge", DisplayBadge), in NotificationInit()
H A Ddisplay_badge.cpp131 napi_value DisplayBadge(napi_env env, napi_callback_info info) in DisplayBadge() function
149 ANS_LOGD("Create DisplayBadge string."); in DisplayBadge()
151 napi_create_string_latin1(env, "DisplayBadge", NAPI_AUTO_LENGTH, &resourceName); in DisplayBadge()
157 ANS_LOGD("DisplayBadge work excute."); in DisplayBadge()
170 ANS_LOGD("DisplayBadge work complete."); in DisplayBadge()
175 ANS_LOGD("Delete DisplayBadge callback reference."); in DisplayBadge()
182 ANS_LOGD("DisplayBadge work complete end."); in DisplayBadge()
190 ANS_LOGD("DisplayBadge callback is nullptr."); in DisplayBadge()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_ffi.cpp107 auto code = NotificationManagerImpl::DisplayBadge(option, enable); in FfiOHOSNotificationManagerDisplayBadge()
H A Dnotification_manager_impl.cpp247 int NotificationManagerImpl::DisplayBadge(CNotificationBundleOption option, bool enable) in DisplayBadge() function in OHOS::CJSystemapi::NotificationManagerImpl

Completed in 3 milliseconds