Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp156 NotificationNapi::AnsEnumUtil::SlotTypeJSToC(inType, outType);
159 NotificationNapi::AnsEnumUtil::SlotTypeJSToC(inType, outType);
162 NotificationNapi::AnsEnumUtil::SlotTypeJSToC(inType, outType);
165 NotificationNapi::AnsEnumUtil::SlotTypeJSToC(inType, outType);
168 NotificationNapi::AnsEnumUtil::SlotTypeJSToC(inType, outType);
171 NotificationNapi::AnsEnumUtil::SlotTypeJSToC(inType, outType);
174 NotificationNapi::AnsEnumUtil::SlotTypeJSToC(inType, outType);
177 NotificationNapi::AnsEnumUtil::SlotTypeJSToC(inType, outType);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h153 static bool SlotTypeJSToC(const SlotType &inType, NotificationConstant::SlotType &outType);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_push.cpp214 if (!AnsEnumUtil::SlotTypeJSToC(SlotType(value), outSlotType)) { in ParseCheckRequest()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp235 if (!AnsEnumUtil::SlotTypeJSToC(SlotType(slotType), paras.inType)) { in ParseParametersByAddSlot()
414 if (!AnsEnumUtil::SlotTypeJSToC(SlotType(slotType), paras.outType)) { in ParseParametersByGetSlot()
657 if (!AnsEnumUtil::SlotTypeJSToC(SlotType(slotType), params.outType)) { in ParseParametersGetSlotByBundle()
699 if (!AnsEnumUtil::SlotTypeJSToC(SlotType(slotType), paras.outType)) { in ParseParametersByRemoveSlot()
1414 if (!AnsEnumUtil::SlotTypeJSToC(SlotType(slotType), params.outType)) { in ParseParametersEnableSlot()
1551 if (!AnsEnumUtil::SlotTypeJSToC(SlotType(slotType), params.outType)) { in ParseParametersIsEnableSlot()
H A Dcommon_convert_request.cpp970 if (!AnsEnumUtil::SlotTypeJSToC(SlotType(slotType), outType)) { in GetNotificationSlotType()
989 if (!AnsEnumUtil::SlotTypeJSToC(SlotType(slotType), outType)) { in GetNotificationSlotType()
H A Dcommon.cpp736 if (!AnsEnumUtil::SlotTypeJSToC(SlotType(slotType), outType)) { in GetNotificationSlot()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp83 bool AnsEnumUtil::SlotTypeJSToC(const SlotType &inType, NotificationConstant::SlotType &outType) in SlotTypeJSToC() function in OHOS::NotificationNapi::AnsEnumUtil
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp479 if (!NotificationNapi::AnsEnumUtil::SlotTypeJSToC( in GenReminder()
586 …if (!NotificationNapi::AnsEnumUtil::SlotTypeJSToC(NotificationNapi::SlotType(slotType), actureType… in GenReminderIntInner()
H A Dpublish.cpp170 …if (!NotificationNapi::AnsEnumUtil::SlotTypeJSToC(NotificationNapi::SlotType(propertyVal), params.… in ParseSlotParameters()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp449 if (!AnsEnumUtil::SlotTypeJSToC(SlotType(slotType), outType)) { in GetNotificationSlotType()
468 if (!AnsEnumUtil::SlotTypeJSToC(SlotType(slotType), outType)) { in GetNotificationSlotType()
H A Dnotification_napi.cpp465 if (!AnsEnumUtil::SlotTypeJSToC(SlotType(slotType), outType)) { in GetNotificationSlot()