Home
last modified time | relevance | path

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

/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp434 bool hasSlotType = false; in GetNotificationSlotType() local
457 NAPI_CALL(env, napi_has_named_property(env, value, "slotType", &hasSlotType)); in GetNotificationSlotType()
458 if (hasSlotType) { in GetNotificationSlotType()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp955 bool hasSlotType = false; in GetNotificationSlotType() local
978 NAPI_CALL(env, napi_has_named_property(env, value, "slotType", &hasSlotType)); in GetNotificationSlotType()
979 if (hasSlotType) { in GetNotificationSlotType()

Completed in 6 milliseconds