Searched refs:hasNotificationType (Results 1 – 2 of 2) sorted by relevance
436 bool hasNotificationType = false; in GetNotificationSlot() local439 NAPI_CALL(env, napi_has_named_property(env, value, "notificationType", &hasNotificationType)); in GetNotificationSlot()441 if (hasNotificationType) { in GetNotificationSlot()448 } else if (!hasNotificationType && hasType) { in GetNotificationSlot()
707 bool hasNotificationType = false; in GetNotificationSlot() local710 NAPI_CALL(env, napi_has_named_property(env, value, "notificationType", &hasNotificationType)); in GetNotificationSlot()712 if (hasNotificationType) { in GetNotificationSlot()719 } else if (!hasNotificationType && hasType) { in GetNotificationSlot()