Searched refs:DeviceRemindTypeCToJS (Results 1 – 4 of 4) sorted by relevance
1472 …static bool DeviceRemindTypeCToJS(const NotificationConstant::RemindType &inType, DeviceRemindType…
419 if (!Common::DeviceRemindTypeCToJS(asynccallbackinfo->remindType, outType)) { in AsyncCompleteCallbackNapiGetDeviceRemindType()
531 if (!Common::DeviceRemindTypeCToJS(asynccallbackinfo->remindType, outType)) { in AsyncCompleteCallbackGetDeviceRemindType()
270 if (!DeviceRemindTypeCToJS(notification->GetRemindType(), outType)) { in SetNotificationByDistributedOptions()4552 bool Common::DeviceRemindTypeCToJS(const NotificationConstant::RemindType &inType, DeviceRemindType… in DeviceRemindTypeCToJS() function in OHOS::NotificationNapi::Common