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/
H A Dsubscribe.cpp1157 napi_value nOnUpdate = nullptr; in GetNotificationSubscriber() local
1158 napi_get_named_property(env, value, "onUpdate", &nOnUpdate); in GetNotificationSubscriber()
1159 NAPI_CALL(env, napi_typeof(env, nOnUpdate, &valuetype)); in GetNotificationSubscriber()
1166 napi_create_reference(env, nOnUpdate, 1, &result); in GetNotificationSubscriber()

Completed in 3 milliseconds