Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h32 NOTIFICATION_CONTENT_MULTILINE, member in OHOS::NotificationNapi::ContentType
/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp30 case ContentType::NOTIFICATION_CONTENT_MULTILINE: in ContentTypeJSToC()
62 outType = ContentType::NOTIFICATION_CONTENT_MULTILINE; in ContentTypeCToJS()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp59 inType = NotificationNapi::ContentType::NOTIFICATION_CONTENT_MULTILINE; in HWTEST_F()
94 EXPECT_EQ(outType, NotificationNapi::ContentType::NOTIFICATION_CONTENT_MULTILINE); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h137 NOTIFICATION_CONTENT_MULTILINE, member in ContentType
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp202 env, obj, (int32_t)ContentType::NOTIFICATION_CONTENT_MULTILINE, "NOTIFICATION_CONTENT_MULTILINE"); in ContentTypeInit()
H A Dcommon_convert_content.cpp44 case ContentType::NOTIFICATION_CONTENT_MULTILINE: // multiLine?: NotificationMultiLineContent in GetPropertyNameByContentType()
87 case ContentType::NOTIFICATION_CONTENT_MULTILINE: // multiLine?: NotificationMultiLineContent in SetNotificationContentDetailed()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp745 case ContentType::NOTIFICATION_CONTENT_MULTILINE: in ContentTypeCJToC()
777 outType = ContentType::NOTIFICATION_CONTENT_MULTILINE; in ContentTypeCToCJ()
1491 case ContentType::NOTIFICATION_CONTENT_MULTILINE: // multiLine?: NotificationMultiLineContent in SetNotificationContentDetailed()
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp44 case ContentType::NOTIFICATION_CONTENT_MULTILINE: // multiLine?: NotificationMultiLineContent in GetPropertyNameByContentType()

Completed in 10 milliseconds