Home
last modified time | relevance | path

Searched refs:BASIC_TEXT (Results 1 – 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_content.cpp28 contentType_ = NotificationContent::Type::BASIC_TEXT; in NotificationContent()
102 …std::string contentTypeStr = (contentType_ == NotificationContent::Type::BASIC_TEXT) ? "BASIC_… in Dump()
205 case NotificationContent::Type::BASIC_TEXT: in ReadFromParcel()
265 case NotificationContent::Type::BASIC_TEXT: in ConvertJsonToContent()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_content.h41 BASIC_TEXT, enumerator
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_content_test.cpp156 EXPECT_EQ(result, NotificationContent::Type::BASIC_TEXT); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp1770 case NotificationContent::Type::BASIC_TEXT: in GetNotificationContent()
4316 outType = NotificationContent::Type::BASIC_TEXT; in ContentTypeJSToC()
4340 case NotificationContent::Type::BASIC_TEXT: in ContentTypeCToJS()