Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp394 bool hasNotificationContentType = false; in GetNotificationContentType() local
397 …env, napi_has_named_property(env, result, "notificationContentType", &hasNotificationContentType)); in GetNotificationContentType()
398 if (hasNotificationContentType) { in GetNotificationContentType()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp665 bool hasNotificationContentType = false; in GetNotificationContentType() local
668 …env, napi_has_named_property(env, result, "notificationContentType", &hasNotificationContentType)); in GetNotificationContentType()
669 if (hasNotificationContentType) { in GetNotificationContentType()