Home
last modified time | relevance | path

Searched defs:multiLineContent (Results 1 – 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_content_test.cpp147 std::shared_ptr<NotificationMultiLineContent> multiLineContent = nullptr; in HWTEST_F() local
214 …std::shared_ptr<NotificationMultiLineContent> multiLineContent = std::make_shared<NotificationMult… in HWTEST_F() local
367 std::shared_ptr<NotificationMultiLineContent> multiLineContent = nullptr; in HWTEST_F() local
448 auto multiLineContent = std::make_shared<NotificationMultiLineContent>(); in HWTEST_F() local
Dnotification_request_test.cpp1145 auto multiLineContent = std::make_shared<NotificationMultiLineContent>(); in HWTEST_F() local
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_content.cpp66 NotificationContent::NotificationContent(const std::shared_ptr<NotificationMultiLineContent> &multi… in NotificationContent()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon_convert_content.cpp301 OHOS::Notification::NotificationMultiLineContent *multiLineContent = in SetNotificationMultiLineContent() local
1338 std::shared_ptr<OHOS::Notification::NotificationMultiLineContent> multiLineContent = in GetNotificationMultiLineContent() local
1406 std::shared_ptr<OHOS::Notification::NotificationMultiLineContent> &multiLineContent) in GetNotificationMultiLineContentLines()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_publish_service_test.cpp521 auto multiLineContent = std::make_shared<NotificationMultiLineContent>(); variable
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp871 …std::shared_ptr<NotificationMultiLineContent> multiLineContent = std::make_shared<NotificationMult… variable