Home
last modified time | relevance | path

Searched refs:GetLockScreenPicture (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_basic_content.h85 virtual std::shared_ptr<Media::PixelMap> GetLockScreenPicture() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_basic_content.cpp60 std::shared_ptr<Media::PixelMap> NotificationBasicContent::GetLockScreenPicture() const in GetLockScreenPicture() function in OHOS::Notification::NotificationBasicContent
H A Dnotification_request.cpp2722 auto lockScreenPicture = content->GetLockScreenPicture(); in CheckLockScreenPictureSizeForLiveView()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp464 if (newContent->GetLockScreenPicture() == nullptr) { in FillLockScreenPicture()
465 newContent->SetLockScreenPicture(oldContent->GetLockScreenPicture()); in FillLockScreenPicture()
471 … auto lockScreenPicture = request->GetContent()->GetNotificationContent()->GetLockScreenPicture(); in SetLockScreenPictureToDb()
H A Dadvanced_notification_utils.cpp238 requestLiveViewContent->SetLockScreenPicture(liveViewContent->GetLockScreenPicture()); in FillRequestByKeys()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp593 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 Dcommon_convert_liveview.cpp910 if (GetLockScreenPicture(env, contentResult, liveViewContent) == nullptr) { in GetNotificationLiveViewContentDetailed()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_live_view_service_test.cpp223 EXPECT_NE(newRequest->GetContent()->GetNotificationContent()->GetLockScreenPicture(), nullptr);
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp199 return GetLockScreenPicture(env, contentResult, basicContent); in GetNotificationBasicContentDetailed()
1026 napi_value NotificationNapi::GetLockScreenPicture( in GetLockScreenPicture() function in OHOS::Location::NotificationNapi
H A Dnotification_napi_convert_liveview.cpp456 if (GetLockScreenPicture(env, contentResult, liveViewContent) == nullptr) { in GetNotificationLiveViewContentDetailed()
/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h1264 static napi_value GetLockScreenPicture(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h1745 static napi_value GetLockScreenPicture(