Searched refs:ContentTypeCToJS (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | ans_log_test.cpp | 124 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 D | ans_convert_enum.h | 144 static bool ContentTypeCToJS(const NotificationContent::Type &inType, ContentType &outType);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/ |
H A D | notification_analytics_util.cpp | 202 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 D | napi_push_callback.cpp | 156 NotificationNapi::AnsEnumUtil::ContentTypeCToJS( in OnCheckNotification()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/ |
H A D | ans_convert_enum.cpp | 52 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 D | common_convert_content.cpp | 121 if (!AnsEnumUtil::ContentTypeCToJS(type, outType)) { in SetNotificationContent()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 2737 NotificationNapi::AnsEnumUtil::ContentTypeCToJS( in PublishRemoveDuplicateEvent()
|