Home
last modified time | relevance | path

Searched refs:GetNotificationBadgeNumber (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h1218 static napi_value GetNotificationBadgeNumber(
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp58 if (GetNotificationBadgeNumber(env, value, request) == nullptr) { in GetNotificationRequestByNumber()
1223 napi_value NotificationNapi::GetNotificationBadgeNumber( in GetNotificationBadgeNumber() function in OHOS::Location::NotificationNapi
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h1662 static napi_value GetNotificationBadgeNumber(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp580 if (GetNotificationBadgeNumber(env, value, request) == nullptr) { in GetNotificationRequestByNumber()
1758 napi_value Common::GetNotificationBadgeNumber( in GetNotificationBadgeNumber() function in OHOS::NotificationNapi::Common