Home
last modified time | relevance | path

Searched defs:conversationalContent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp253 OHOS::Notification::NotificationConversationalContent *conversationalContent = in SetNotificationConversationalContent() local
379const OHOS::Notification::NotificationConversationalContent *conversationalContent, napi_value &ar… in SetConversationalMessages()
852 std::shared_ptr<OHOS::Notification::NotificationConversationalContent> conversationalContent = in GetNotificationConversationalContent() local
1063 std::shared_ptr<OHOS::Notification::NotificationConversationalContent> &conversationalContent) in GetNotificationConversationalContentTitle()
1094 std::shared_ptr<OHOS::Notification::NotificationConversationalContent> &conversationalContent) in GetNotificationConversationalContentGroup()
1123 std::shared_ptr<OHOS::Notification::NotificationConversationalContent> &conversationalContent) in GetNotificationConversationalContentMessages()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp449 std::shared_ptr<OHOS::Notification::NotificationConversationalContent> conversationalContent = in GetNotificationConversationalContent() local
658 std::shared_ptr<OHOS::Notification::NotificationConversationalContent> &conversationalContent) in GetNotificationConversationalContentTitle()
688 std::shared_ptr<OHOS::Notification::NotificationConversationalContent> &conversationalContent) in GetNotificationConversationalContentGroup()
717 std::shared_ptr<OHOS::Notification::NotificationConversationalContent> &conversationalContent) in GetNotificationConversationalContentMessages()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_content_test.cpp428 auto conversationalContent = std::make_shared<NotificationConversationalContent>(); in HWTEST_F() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp2572 … auto conversationalContent = std::static_pointer_cast<NotificationConversationalContent>(content); in CheckImageSizeForConverSation() local