Searched refs:DisplayBadge (Results 1 - 6 of 6) sorted by relevance
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | display_badge.h | 51 napi_value DisplayBadge(napi_env env, napi_callback_info info);
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_manager_impl.h | 38 static int DisplayBadge(CNotificationBundleOption option, bool enable);
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | init.cpp | 69 DECLARE_NAPI_FUNCTION("displayBadge", DisplayBadge), in NotificationInit()
|
H A D | display_badge.cpp | 131 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 D | notification_manager_ffi.cpp | 107 auto code = NotificationManagerImpl::DisplayBadge(option, enable); in FfiOHOSNotificationManagerDisplayBadge()
|
H A D | notification_manager_impl.cpp | 247 int NotificationManagerImpl::DisplayBadge(CNotificationBundleOption option, bool enable) in DisplayBadge() function in OHOS::CJSystemapi::NotificationManagerImpl
|
Completed in 3 milliseconds