Home
last modified time | relevance | path

Searched refs:nOnDoNotDisturbChanged (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp1244 napi_value nOnDoNotDisturbChanged = nullptr; in GetNotificationSubscriber() local
1245 napi_get_named_property(env, value, "onDoNotDisturbChanged", &nOnDoNotDisturbChanged); in GetNotificationSubscriber()
1246 NAPI_CALL(env, napi_typeof(env, nOnDoNotDisturbChanged, &valuetype)); in GetNotificationSubscriber()
1253 napi_create_reference(env, nOnDoNotDisturbChanged, 1, &result); in GetNotificationSubscriber()