Home
last modified time | relevance | path

Searched refs:hasType (Results 1 - 2 of 2) sorted by relevance

/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp435 bool hasType = false; in GetNotificationSlot() local
440 NAPI_CALL(env, napi_has_named_property(env, value, "type", &hasType)); in GetNotificationSlot()
448 } else if (!hasNotificationType && hasType) { in GetNotificationSlot()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp706 bool hasType = false; in GetNotificationSlot() local
711 NAPI_CALL(env, napi_has_named_property(env, value, "type", &hasType)); in GetNotificationSlot()
719 } else if (!hasNotificationType && hasType) { in GetNotificationSlot()

Completed in 5 milliseconds