Home
last modified time | relevance | path

Searched refs:nOnDied (Results 1 - 1 of 1) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp1202 napi_value nOnDied = nullptr; in GetNotificationSubscriber() local
1203 napi_get_named_property(env, value, "onDestroy", &nOnDied); in GetNotificationSubscriber()
1204 NAPI_CALL(env, napi_typeof(env, nOnDied, &valuetype)); in GetNotificationSubscriber()
1211 napi_create_reference(env, nOnDied, 1, &result); in GetNotificationSubscriber()

Completed in 3 milliseconds