/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_basic_content.h | 85 virtual std::shared_ptr<Media::PixelMap> GetLockScreenPicture() const;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_basic_content.cpp | 60 std::shared_ptr<Media::PixelMap> NotificationBasicContent::GetLockScreenPicture() const in GetLockScreenPicture() function in OHOS::Notification::NotificationBasicContent
|
H A D | notification_request.cpp | 2722 auto lockScreenPicture = content->GetLockScreenPicture(); in CheckLockScreenPictureSizeForLiveView()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_live_view_service.cpp | 464 if (newContent->GetLockScreenPicture() == nullptr) { in FillLockScreenPicture() 465 newContent->SetLockScreenPicture(oldContent->GetLockScreenPicture()); in FillLockScreenPicture() 471 … auto lockScreenPicture = request->GetContent()->GetNotificationContent()->GetLockScreenPicture(); in SetLockScreenPictureToDb()
|
H A D | advanced_notification_utils.cpp | 238 requestLiveViewContent->SetLockScreenPicture(liveViewContent->GetLockScreenPicture()); in FillRequestByKeys()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_content.cpp | 593 return GetLockScreenPicture(env, contentResult, basicContent); in GetNotificationBasicContentDetailed() 1433 napi_value Common::GetLockScreenPicture( in GetLockScreenPicture() function in OHOS::NotificationNapi::Common 1458 if (basicContent->GetLockScreenPicture() == nullptr) { in SetLockScreenPicture() 1462 std::shared_ptr<Media::PixelMap> picture = basicContent->GetLockScreenPicture(); in SetLockScreenPicture()
|
H A D | common_convert_liveview.cpp | 910 if (GetLockScreenPicture(env, contentResult, liveViewContent) == nullptr) { in GetNotificationLiveViewContentDetailed()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_live_view_service_test.cpp | 223 EXPECT_NE(newRequest->GetContent()->GetNotificationContent()->GetLockScreenPicture(), nullptr);
|
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi_convert_content.cpp | 199 return GetLockScreenPicture(env, contentResult, basicContent); in GetNotificationBasicContentDetailed() 1026 napi_value NotificationNapi::GetLockScreenPicture( in GetLockScreenPicture() function in OHOS::Location::NotificationNapi
|
H A D | notification_napi_convert_liveview.cpp | 456 if (GetLockScreenPicture(env, contentResult, liveViewContent) == nullptr) { in GetNotificationLiveViewContentDetailed()
|
/ohos5.0/base/location/frameworks/js/napi/notification/include/ |
H A D | notification_napi.h | 1264 static napi_value GetLockScreenPicture(
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | common.h | 1745 static napi_value GetLockScreenPicture(
|