Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp436 bool hasNotificationType = false; in GetNotificationSlot() local
439 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()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp707 bool hasNotificationType = false; in GetNotificationSlot() local
710 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()