Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dsubscribe.cpp943 napi_value nOnUpdate = nullptr; in GetNotificationSubscriber() local
944 napi_get_named_property(env, value, "onUpdate", &nOnUpdate); in GetNotificationSubscriber()
945 NAPI_CALL(env, napi_typeof(env, nOnUpdate, &valuetype)); in GetNotificationSubscriber()
950 napi_create_reference(env, nOnUpdate, 1, &result); in GetNotificationSubscriber()