Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A 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
H A Dnotification_request_test.cpp1161 auto multiLineContent = std::make_shared<NotificationMultiLineContent>(); in HWTEST_F() local
1180 auto multiLineContent = std::make_shared<NotificationMultiLineContent>(); in HWTEST_F() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_content.cpp68 NotificationContent::NotificationContent(const std::shared_ptr<NotificationMultiLineContent> &multi… in NotificationContent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp231 std::shared_ptr<OHOS::Notification::NotificationMultiLineContent> &multiLineContent) in GetNotificationMultiLineContentLines()
255 std::shared_ptr<OHOS::Notification::NotificationMultiLineContent> multiLineContent = in GetNotificationMultiLineContent() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp302 OHOS::Notification::NotificationMultiLineContent *multiLineContent = in SetNotificationMultiLineContent() local
1326 std::shared_ptr<OHOS::Notification::NotificationMultiLineContent> multiLineContent = in GetNotificationMultiLineContent() local
1394 std::shared_ptr<OHOS::Notification::NotificationMultiLineContent> &multiLineContent) in GetNotificationMultiLineContentLines()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp924 std::shared_ptr<OHOS::Notification::NotificationMultiLineContent> multiLineContent = in GetNotificationMultiLineContent() local
987 std::shared_ptr<OHOS::Notification::NotificationMultiLineContent> &multiLineContent) in GetNotificationMultiLineContentLines()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp664 auto multiLineContent = std::make_shared<NotificationMultiLineContent>(); variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp893 …std::shared_ptr<NotificationMultiLineContent> multiLineContent = std::make_shared<NotificationMult… variable