Searched refs:longContent (Results 1 - 7 of 7) sorted by relevance
/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi_convert_content.cpp | 224 std::shared_ptr<OHOS::Notification::NotificationLongTextContent> longContent = in GetNotificationLongTextContent() local 226 if (GetNotificationLongTextContentDetailed(env, contentResult, longContent) == nullptr) { in GetNotificationLongTextContent() 230 request.SetContent(std::make_shared<NotificationContent>(longContent)); in GetNotificationLongTextContent() 237 std::shared_ptr<OHOS::Notification::NotificationLongTextContent> &longContent) in GetNotificationLongTextContentDetailed() 248 if (GetNotificationBasicContentDetailed(env, contentResult, longContent) == nullptr) { in GetNotificationLongTextContentDetailed() 269 longContent->SetLongText(long_str); in GetNotificationLongTextContentDetailed() 289 longContent->SetBriefText(str); in GetNotificationLongTextContentDetailed() 309 longContent->SetExpandedTitle(str); in GetNotificationLongTextContentDetailed() 235 GetNotificationLongTextContentDetailed( const napi_env &env, const napi_value &contentResult, std::shared_ptr<OHOS::Notification::NotificationLongTextContent> &longContent) GetNotificationLongTextContentDetailed() argument
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_content.cpp | 617 std::shared_ptr<OHOS::Notification::NotificationLongTextContent> longContent = in GetNotificationLongTextContent() local 619 if (longContent == nullptr) { in GetNotificationLongTextContent() 620 ANS_LOGE("longContent is null"); in GetNotificationLongTextContent() 624 if (GetNotificationLongTextContentDetailed(env, contentResult, longContent) == nullptr) { in GetNotificationLongTextContent() 628 request.SetContent(std::make_shared<NotificationContent>(longContent)); in GetNotificationLongTextContent() 635 std::shared_ptr<OHOS::Notification::NotificationLongTextContent> &longContent) in GetNotificationLongTextContentDetailed() 646 if (GetNotificationBasicContentDetailed(env, contentResult, longContent) == nullptr) { in GetNotificationLongTextContentDetailed() 667 longContent->SetLongText(long_str); in GetNotificationLongTextContentDetailed() 687 longContent->SetBriefText(str); in GetNotificationLongTextContentDetailed() 707 longContent in GetNotificationLongTextContentDetailed() 633 GetNotificationLongTextContentDetailed( const napi_env &env, const napi_value &contentResult, std::shared_ptr<OHOS::Notification::NotificationLongTextContent> &longContent) GetNotificationLongTextContentDetailed() argument [all...] |
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_utils.cpp | 283 std::shared_ptr<NotificationLongTextContent> &longContent) in GetNotificationLongTextContentDetailed() 293 if (!GetNotificationBasicContentDetailed(tempContent.get(), longContent)) { in GetNotificationLongTextContentDetailed() 305 longContent->SetLongText(std::string(long_str)); in GetNotificationLongTextContentDetailed() 315 longContent->SetBriefText(std::string(str)); in GetNotificationLongTextContentDetailed() 325 longContent->SetExpandedTitle(std::string(str)); in GetNotificationLongTextContentDetailed() 334 std::shared_ptr<OHOS::Notification::NotificationLongTextContent> longContent = in GetNotificationLongTextContent() local 336 if (longContent == nullptr) { in GetNotificationLongTextContent() 337 LOGE("longContent is null"); in GetNotificationLongTextContent() 340 if (!GetNotificationLongTextContentDetailed(contentResult, longContent)) { in GetNotificationLongTextContent() 344 request.SetContent(std::make_shared<NotificationContent>(longContent)); in GetNotificationLongTextContent() 281 GetNotificationLongTextContentDetailed( CNotificationLongTextContent* contentResult, std::shared_ptr<NotificationLongTextContent> &longContent) GetNotificationLongTextContentDetailed() argument [all...] |
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_content_test.cpp | 433 auto longContent = std::make_shared<NotificationLongTextContent>(); in HWTEST_F() local 434 NotificationContent content2(longContent); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 266 std::shared_ptr<OHOS::Notification::NotificationLongTextContent> &longContent);
|
/base/location/frameworks/js/napi/notification/include/ |
H A D | notification_napi.h | 855 * @param longContent Indicates a NotificationLongTextContent object from specified js object 860 std::shared_ptr<OHOS::Notification::NotificationLongTextContent> &longContent);
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | common.h | 1243 * @param longContent Indicates a NotificationLongTextContent object from specified js object 1248 std::shared_ptr<OHOS::Notification::NotificationLongTextContent> &longContent);
|
Completed in 11 milliseconds