Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp1276 napi_value nOnBadgeChanged = nullptr; in GetNotificationSubscriber() local
1277 napi_get_named_property(env, value, "onBadgeChanged", &nOnBadgeChanged); in GetNotificationSubscriber()
1278 NAPI_CALL(env, napi_typeof(env, nOnBadgeChanged, &valuetype)); in GetNotificationSubscriber()
1285 napi_create_reference(env, nOnBadgeChanged, 1, &result); in GetNotificationSubscriber()