Searched refs:SlotTypeJSToC (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | ans_log_test.cpp | 156 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 D | ans_convert_enum.h | 153 static bool SlotTypeJSToC(const SlotType &inType, NotificationConstant::SlotType &outType);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_push.cpp | 214 if (!AnsEnumUtil::SlotTypeJSToC(SlotType(value), outSlotType)) { in ParseCheckRequest()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | slot.cpp | 235 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 D | common_convert_request.cpp | 970 if (!AnsEnumUtil::SlotTypeJSToC(SlotType(slotType), outType)) { in GetNotificationSlotType() 989 if (!AnsEnumUtil::SlotTypeJSToC(SlotType(slotType), outType)) { in GetNotificationSlotType()
|
H A D | common.cpp | 736 if (!AnsEnumUtil::SlotTypeJSToC(SlotType(slotType), outType)) { in GetNotificationSlot()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/ |
H A D | ans_convert_enum.cpp | 83 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 D | reminder_common.cpp | 479 if (!NotificationNapi::AnsEnumUtil::SlotTypeJSToC( in GenReminder() 586 …if (!NotificationNapi::AnsEnumUtil::SlotTypeJSToC(NotificationNapi::SlotType(slotType), actureType… in GenReminderIntInner()
|
H A D | publish.cpp | 170 …if (!NotificationNapi::AnsEnumUtil::SlotTypeJSToC(NotificationNapi::SlotType(propertyVal), params.… in ParseSlotParameters()
|
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi_convert_request.cpp | 449 if (!AnsEnumUtil::SlotTypeJSToC(SlotType(slotType), outType)) { in GetNotificationSlotType() 468 if (!AnsEnumUtil::SlotTypeJSToC(SlotType(slotType), outType)) { in GetNotificationSlotType()
|
H A D | notification_napi.cpp | 465 if (!AnsEnumUtil::SlotTypeJSToC(SlotType(slotType), outType)) { in GetNotificationSlot()
|