Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp1217 napi_value nOnDisturbModeChanged = nullptr; in GetNotificationSubscriber() local
1218 napi_get_named_property(env, value, "onDisturbModeChange", &nOnDisturbModeChanged); in GetNotificationSubscriber()
1219 NAPI_CALL(env, napi_typeof(env, nOnDisturbModeChanged, &valuetype)); in GetNotificationSubscriber()
1226 napi_create_reference(env, nOnDisturbModeChanged, 1, &result); in GetNotificationSubscriber()

Completed in 3 milliseconds