Home
last modified time | relevance | path

Searched refs:NOTIFICATION_CONTENT_LONG_TEXT (Results 1 - 8 of 8) sorted by relevance

/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h29 NOTIFICATION_CONTENT_LONG_TEXT, member in OHOS::NotificationNapi::ContentType
/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp27 case ContentType::NOTIFICATION_CONTENT_LONG_TEXT: in ContentTypeJSToC()
59 outType = ContentType::NOTIFICATION_CONTENT_LONG_TEXT; in ContentTypeCToJS()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp56 inType = NotificationNapi::ContentType::NOTIFICATION_CONTENT_LONG_TEXT; in HWTEST_F()
91 EXPECT_EQ(outType, NotificationNapi::ContentType::NOTIFICATION_CONTENT_LONG_TEXT); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h134 NOTIFICATION_CONTENT_LONG_TEXT, member in ContentType
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp196 env, obj, (int32_t)ContentType::NOTIFICATION_CONTENT_LONG_TEXT, "NOTIFICATION_CONTENT_LONG_TEXT"); in ContentTypeInit()
H A Dcommon_convert_content.cpp38 case ContentType::NOTIFICATION_CONTENT_LONG_TEXT: // longText?: NotificationLongTextContent in GetPropertyNameByContentType()
78 case ContentType::NOTIFICATION_CONTENT_LONG_TEXT: // longText?: NotificationLongTextContent in SetNotificationContentDetailed()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp742 case ContentType::NOTIFICATION_CONTENT_LONG_TEXT: in ContentTypeCJToC()
774 outType = ContentType::NOTIFICATION_CONTENT_LONG_TEXT; in ContentTypeCToCJ()
1477 case ContentType::NOTIFICATION_CONTENT_LONG_TEXT: // longText?: NotificationLongTextContent in SetNotificationContentDetailed()
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp38 case ContentType::NOTIFICATION_CONTENT_LONG_TEXT: // longText?: NotificationLongTextContent in GetPropertyNameByContentType()

Completed in 9 milliseconds