Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp1172 napi_value nOnConnected = nullptr; in GetNotificationSubscriber() local
1173 napi_get_named_property(env, value, "onConnect", &nOnConnected); in GetNotificationSubscriber()
1174 NAPI_CALL(env, napi_typeof(env, nOnConnected, &valuetype)); in GetNotificationSubscriber()
1181 napi_create_reference(env, nOnConnected, 1, &result); in GetNotificationSubscriber()

Completed in 4 milliseconds