Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp1212 napi_value nOnDisturbModeChanged = nullptr; in GetNotificationSubscriber() local
1213 napi_get_named_property(env, value, "onDisturbModeChange", &nOnDisturbModeChanged); in GetNotificationSubscriber()
1214 NAPI_CALL(env, napi_typeof(env, nOnDisturbModeChanged, &valuetype)); in GetNotificationSubscriber()
1221 napi_create_reference(env, nOnDisturbModeChanged, 1, &result); in GetNotificationSubscriber()