Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp1233 napi_value nOnDisturbDateChanged = nullptr; in GetNotificationSubscriber() local
1234 napi_get_named_property(env, value, "onDoNotDisturbDateChange", &nOnDisturbDateChanged); in GetNotificationSubscriber()
1235 NAPI_CALL(env, napi_typeof(env, nOnDisturbDateChanged, &valuetype)); in GetNotificationSubscriber()
1242 napi_create_reference(env, nOnDisturbDateChanged, 1, &result); in GetNotificationSubscriber()

Completed in 3 milliseconds