Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp1122 napi_value nOnConsumed = nullptr; in GetNotificationSubscriber() local
1123 napi_get_named_property(env, value, "onConsume", &nOnConsumed); in GetNotificationSubscriber()
1124 NAPI_CALL(env, napi_typeof(env, nOnConsumed, &valuetype)); in GetNotificationSubscriber()
1131 napi_create_reference(env, nOnConsumed, 1, &result); in GetNotificationSubscriber()