Home
last modified time | relevance | path

Searched refs:SetLockScreenPicture (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_basic_content.h78 virtual void SetLockScreenPicture(const std::shared_ptr<Media::PixelMap> &lockScreenPicture);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_basic_content.cpp55 void NotificationBasicContent::SetLockScreenPicture(const std::shared_ptr<Media::PixelMap> &lockScr… in SetLockScreenPicture() function in OHOS::Notification::NotificationBasicContent
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_live_view_service_test.cpp219 oldLiveContent->SetLockScreenPicture(pixelMap);
243 liveContent->SetLockScreenPicture(pixelMap);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp465 newContent->SetLockScreenPicture(oldContent->GetLockScreenPicture()); in FillLockScreenPicture()
516 request->GetContent()->GetNotificationContent()->SetLockScreenPicture(picture); in GetLockScreenPictureFromDb()
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.cpp158 return SetLockScreenPicture(env, basicContent, result); in SetNotificationBasicContent()
1449 basicContent->SetLockScreenPicture(pixelMap); in GetLockScreenPicture()
1455 napi_value Common::SetLockScreenPicture( in SetLockScreenPicture() function in OHOS::NotificationNapi::Common
H A Dcommon_convert_liveview.cpp311 if (!SetLockScreenPicture(env, basicContent, result)) { in SetNotificationLiveViewContent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h1747 static napi_value SetLockScreenPicture(
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp1042 basicContent->SetLockScreenPicture(pixelMap); in GetLockScreenPicture()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp435 basicContent->SetLockScreenPicture(MakeNewPixelMap(pictureWidth, pictureLength));
440 liveContent->SetLockScreenPicture(MakeNewPixelMap(1, 1));