Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dpublish.cpp773 NotificationNapi::SlotType jsSlotType; in SetValidReminder() local
774 NotificationNapi::AnsEnumUtil::SlotTypeCToJS(reminder.GetSlotType(), jsSlotType); in SetValidReminder()
775 napi_create_int32(env, static_cast<int32_t>(jsSlotType), &value); in SetValidReminder()