Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp400 NotificationNapi::AnsEnumUtil::DeviceRemindTypeCToJS(inType, outType);
403 NotificationNapi::AnsEnumUtil::DeviceRemindTypeCToJS(inType, outType);
406 NotificationNapi::AnsEnumUtil::DeviceRemindTypeCToJS(inType, outType);
409 NotificationNapi::AnsEnumUtil::DeviceRemindTypeCToJS(inType, outType);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h225 …static bool DeviceRemindTypeCToJS(const NotificationConstant::RemindType &inType, DeviceRemindType…
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_notification.cpp82 if (!AnsEnumUtil::DeviceRemindTypeCToJS(notification->GetRemindType(), outType)) { in SetNotificationByDistributedOptions()
H A Ddistributed.cpp530 if (!AnsEnumUtil::DeviceRemindTypeCToJS(asynccallbackinfo->remindType, outType)) { in AsyncCompleteCallbackGetDeviceRemindType()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp373 bool AnsEnumUtil::DeviceRemindTypeCToJS(const NotificationConstant::RemindType &inType, DeviceRemin… in DeviceRemindTypeCToJS() function in OHOS::NotificationNapi::AnsEnumUtil
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_distributed.cpp389 if (!AnsEnumUtil::DeviceRemindTypeCToJS(asynccallbackinfo->remindType, outType)) { in AsyncCompleteCallbackNapiGetDeviceRemindType()