Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp435 bool hasNotificationSlotType = false; in GetNotificationSlotType() local
438 …I_CALL(env, napi_has_named_property(env, value, "notificationSlotType", &hasNotificationSlotType)); in GetNotificationSlotType()
439 if (hasNotificationSlotType) { in GetNotificationSlotType()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp956 bool hasNotificationSlotType = false; in GetNotificationSlotType() local
959 …I_CALL(env, napi_has_named_property(env, value, "notificationSlotType", &hasNotificationSlotType)); in GetNotificationSlotType()
960 if (hasNotificationSlotType) { in GetNotificationSlotType()