Searched refs:ContentTypeJSToC (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | ans_log_test.cpp | 91 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 D | ans_convert_enum.h | 135 static bool ContentTypeJSToC(const ContentType &inType, NotificationContent::Type &outType);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_push.cpp | 202 if (!AnsEnumUtil::ContentTypeJSToC(ContentType(value), outContentType)) { in ParseCheckRequest()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/ |
H A D | ans_convert_enum.cpp | 21 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 D | notification_napi_convert_content.cpp | 72 if (!AnsEnumUtil::ContentTypeJSToC(ContentType(type), outType)) { in GetNotificationContent()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_content.cpp | 460 if (!AnsEnumUtil::ContentTypeJSToC(ContentType(type), outType)) { in GetNotificationContent()
|