Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp1142 napi_value nOnCanceled = nullptr; in GetNotificationSubscriber() local
1143 napi_get_named_property(env, value, "onCancel", &nOnCanceled); in GetNotificationSubscriber()
1144 NAPI_CALL(env, napi_typeof(env, nOnCanceled, &valuetype)); in GetNotificationSubscriber()
1151 napi_create_reference(env, nOnCanceled, 1, &result); in GetNotificationSubscriber()

Completed in 3 milliseconds