Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp91 NotificationNapi::AnsEnumUtil::ContentTypeJSToC(inType, outType);
94 NotificationNapi::AnsEnumUtil::ContentTypeJSToC(inType, outType);
97 NotificationNapi::AnsEnumUtil::ContentTypeJSToC(inType, outType);
100 NotificationNapi::AnsEnumUtil::ContentTypeJSToC(inType, outType);
103 NotificationNapi::AnsEnumUtil::ContentTypeJSToC(inType, outType);
106 NotificationNapi::AnsEnumUtil::ContentTypeJSToC(inType, outType);
109 NotificationNapi::AnsEnumUtil::ContentTypeJSToC(inType, outType);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h135 static bool ContentTypeJSToC(const ContentType &inType, NotificationContent::Type &outType);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_push.cpp202 if (!AnsEnumUtil::ContentTypeJSToC(ContentType(value), outContentType)) { in ParseCheckRequest()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp21 bool AnsEnumUtil::ContentTypeJSToC(const ContentType &inType, NotificationContent::Type &outType) in ContentTypeJSToC() function in OHOS::NotificationNapi::AnsEnumUtil
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp72 if (!AnsEnumUtil::ContentTypeJSToC(ContentType(type), outType)) { in GetNotificationContent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp460 if (!AnsEnumUtil::ContentTypeJSToC(ContentType(type), outType)) { in GetNotificationContent()