Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp37 const std::string BATCH_CANCEL = "onBatchCancel";
1310 // onBatchCancel?:(data: Array<SubscribeCallbackData>) => void in GetNotificationSubscriber()
1311 NAPI_CALL(env, napi_has_named_property(env, value, "onBatchCancel", &hasProperty)); in GetNotificationSubscriber()
1313 napi_value onBatchCancel = nullptr; in GetNotificationSubscriber() local
1314 napi_get_named_property(env, value, "onBatchCancel", &onBatchCancel); in GetNotificationSubscriber()
1315 NAPI_CALL(env, napi_typeof(env, onBatchCancel, &valuetype)); in GetNotificationSubscriber()
1322 napi_create_reference(env, onBatchCancel, 1, &result); in GetNotificationSubscriber()

Completed in 4 milliseconds