Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp1292 napi_value nOnBadgeEnabledChanged = nullptr; in GetNotificationSubscriber() local
1293 napi_get_named_property(env, value, "onBadgeEnabledChanged", &nOnBadgeEnabledChanged); in GetNotificationSubscriber()
1294 NAPI_CALL(env, napi_typeof(env, nOnBadgeEnabledChanged, &valuetype)); in GetNotificationSubscriber()
1301 napi_create_reference(env, nOnBadgeEnabledChanged, 1, &result); in GetNotificationSubscriber()