Home
last modified time | relevance | path

Searched refs:PICTURE (Results 1 - 16 of 16) sorted by relevance

/base/theme/wallpaper_mgr/utils/include/
H A Dwallpaper_manager_common_info.h37 PICTURE, enumerator
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_content.cpp53 contentType_ = NotificationContent::Type::PICTURE; in NotificationContent()
133 : (contentType_ == NotificationContent::Type::PICTURE) ? "PICTURE" in Dump()
254 case NotificationContent::Type::PICTURE: in ReadFromParcel()
313 case NotificationContent::Type::PICTURE: in ConvertJsonToContent()
345 convertStrToContentType_[CONTENT_TYPE_PICTURE] = NotificationContent::Type::PICTURE; in GetContentTypeByString()
H A Dnotification_request.cpp473 (NotificationContent::Type::PICTURE == notificationContentType_)) { in SetSettingsText()
474 ANS_LOGW("This method is invalid if the notification content type has been set to LONG_TEXT or PICTURE."); in SetSettingsText()
2708 case NotificationContent::Type::PICTURE: in CheckImageSizeForContent()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_content.h68 PICTURE, member in OHOS::Notification::NotificationContent::Type
106 * GetNotificationContent()) and set the content type to NotificationContent::Type::PICTURE (obtained by calling
165 * NotificationContent::Type::PICTURE,
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp501 case PICTURE: in GetFileNameFromMap()
567 wallpaperData.resourceType = PICTURE; in UpdataWallpaperMap()
659 ErrorCode wallpaperErrorCode = SetWallpaper(fd, wallpaperType, length, PICTURE); in SetWallpaper()
672 ErrorCode wallpaperErrorCode = SetWallpaperByPixelMap(pixelMap, wallpaperType, PICTURE); in SetWallpaperByPixelMap()
713 if (resourceType == PICTURE || resourceType == DEFAULT) { in SetWallpaperBackupData()
752 case PICTURE: in GetWallpaperFile()
832 if (callbackProxy_ != nullptr && (wallpaperData.resourceType == PICTURE || wallpaperData.resourceType == DEFAULT)) { in SendWallpaperChangeEvent()
917 if (resType != PICTURE && resType != DEFAULT) { in GetPixelMap()
1317 if (resourceType == PICTURE) { in SetWallpaper()
1343 if (resourceType == PICTURE) { in SetWallpaperByPixelMap()
[all...]
/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Dnative_module.cpp52 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(PICTURE), &wallpaperResPicture)); in InitWallpaperResourceType()
57 NAPI_CALL(env, napi_set_named_property(env, wallpaperResourceType, "PICTURE", wallpaperResPicture)); in InitWallpaperResourceType()
/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp34 outType = NotificationContent::Type::PICTURE; in ContentTypeJSToC()
64 case NotificationContent::Type::PICTURE: in ContentTypeCToJS()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_content_test.cpp199 EXPECT_EQ(result, NotificationContent::Type::PICTURE); in HWTEST_F()
319 jsonObject["contentType"] = NotificationContent::Type::PICTURE; in HWTEST_F()
H A Dans_log_test.cpp64 EXPECT_EQ(outType, NotificationContent::Type::PICTURE); in HWTEST_F()
95 inType = NotificationContent::Type::PICTURE; in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp749 outType = NotificationContent::Type::PICTURE; in ContentTypeCJToC()
779 case NotificationContent::Type::PICTURE: in ContentTypeCToCJ()
851 case NotificationContent::Type::PICTURE: in GetNotificationContent()
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp86 case NotificationContent::Type::PICTURE: in GetNotificationContent()
/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_test.cpp1301 wallpaperService->SetWallpaperBackupData(TEST_USERID1, PICTURE, URI, WALLPAPER_SYSTEM); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp474 case NotificationContent::Type::PICTURE: in GetNotificationContent()
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp1563 (type == NotificationContent::Type::PICTURE) || in IsNonDistributedNotificationType()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp350 EXPECT_EQ(NotificationContent::Type::PICTURE, notificationContent->GetContentType()); in CheckCaseSixResult()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp3124 notificationCheckRequest->SetContentType(NotificationContent::Type::PICTURE); in HWTEST_F()

Completed in 30 milliseconds