Searched refs:nOnDoNotDisturbChanged (Results 1 – 1 of 1) sorted by relevance
1244 napi_value nOnDoNotDisturbChanged = nullptr; in GetNotificationSubscriber() local1245 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()