Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp1260 napi_value nOnEnabledNotificationChanged = nullptr; in GetNotificationSubscriber() local
1261 …api_get_named_property(env, value, "onEnabledNotificationChanged", &nOnEnabledNotificationChanged); in GetNotificationSubscriber()
1262 NAPI_CALL(env, napi_typeof(env, nOnEnabledNotificationChanged, &valuetype)); in GetNotificationSubscriber()
1269 napi_create_reference(env, nOnEnabledNotificationChanged, 1, &result); in GetNotificationSubscriber()