Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h28 NOTIFICATION_CONTENT_BASIC_TEXT, member in OHOS::NotificationNapi::ContentType
/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp24 case ContentType::NOTIFICATION_CONTENT_BASIC_TEXT: in ContentTypeJSToC()
56 outType = ContentType::NOTIFICATION_CONTENT_BASIC_TEXT; in ContentTypeCToJS()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp53 NotificationNapi::ContentType inType = NotificationNapi::ContentType::NOTIFICATION_CONTENT_BASIC_TEXT; in HWTEST_F()
88 EXPECT_EQ(outType, NotificationNapi::ContentType::NOTIFICATION_CONTENT_BASIC_TEXT); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h133 NOTIFICATION_CONTENT_BASIC_TEXT, member in ContentType
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp739 case ContentType::NOTIFICATION_CONTENT_BASIC_TEXT: in ContentTypeCJToC()
771 outType = ContentType::NOTIFICATION_CONTENT_BASIC_TEXT; in ContentTypeCToCJ()
1472 case ContentType::NOTIFICATION_CONTENT_BASIC_TEXT: // normal?: NotificationBasicContent in SetNotificationContentDetailed()
1521 ContentType outType = ContentType::NOTIFICATION_CONTENT_BASIC_TEXT; in SetNotificationContent()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp194 env, obj, (int32_t)ContentType::NOTIFICATION_CONTENT_BASIC_TEXT, "NOTIFICATION_CONTENT_BASIC_TEXT"); in ContentTypeInit()
H A Dcommon_convert_content.cpp36 case ContentType::NOTIFICATION_CONTENT_BASIC_TEXT: // normal?: NotificationBasicContent in GetPropertyNameByContentType()
75 case ContentType::NOTIFICATION_CONTENT_BASIC_TEXT: // normal?: NotificationBasicContent in SetNotificationContentDetailed()
120 ContentType outType = ContentType::NOTIFICATION_CONTENT_BASIC_TEXT; in SetNotificationContent()
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp36 case ContentType::NOTIFICATION_CONTENT_BASIC_TEXT: // normal?: NotificationBasicContent in GetPropertyNameByContentType()

Completed in 10 milliseconds