Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp124 NotificationNapi::AnsEnumUtil::ContentTypeCToJS(inType, outType);
127 NotificationNapi::AnsEnumUtil::ContentTypeCToJS(inType, outType);
130 NotificationNapi::AnsEnumUtil::ContentTypeCToJS(inType, outType);
133 NotificationNapi::AnsEnumUtil::ContentTypeCToJS(inType, outType);
136 NotificationNapi::AnsEnumUtil::ContentTypeCToJS(inType, outType);
139 NotificationNapi::AnsEnumUtil::ContentTypeCToJS(inType, outType);
142 NotificationNapi::AnsEnumUtil::ContentTypeCToJS(inType, outType);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h144 static bool ContentTypeCToJS(const NotificationContent::Type &inType, ContentType &outType);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_analytics_util.cpp202 NotificationNapi::AnsEnumUtil::ContentTypeCToJS( in ReportNotificationEvent()
358 NotificationNapi::AnsEnumUtil::ContentTypeCToJS( in BuildExtraInfoWithReq()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_push_callback.cpp156 NotificationNapi::AnsEnumUtil::ContentTypeCToJS( in OnCheckNotification()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp52 bool AnsEnumUtil::ContentTypeCToJS(const NotificationContent::Type &inType, ContentType &outType) in ContentTypeCToJS() function in OHOS::NotificationNapi::AnsEnumUtil
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp121 if (!AnsEnumUtil::ContentTypeCToJS(type, outType)) { in SetNotificationContent()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp2737 NotificationNapi::AnsEnumUtil::ContentTypeCToJS( in PublishRemoveDuplicateEvent()