/base/theme/wallpaper_mgr/utils/include/ |
H A D | wallpaper_manager_common_info.h | 37 PICTURE, enumerator
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_content.cpp | 53 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 D | notification_request.cpp | 473 (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 D | notification_content.h | 68 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 D | wallpaper_service.cpp | 501 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 D | native_module.cpp | 52 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 D | ans_convert_enum.cpp | 34 outType = NotificationContent::Type::PICTURE; in ContentTypeJSToC() 64 case NotificationContent::Type::PICTURE: in ContentTypeCToJS()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_content_test.cpp | 199 EXPECT_EQ(result, NotificationContent::Type::PICTURE); in HWTEST_F() 319 jsonObject["contentType"] = NotificationContent::Type::PICTURE; in HWTEST_F()
|
H A D | ans_log_test.cpp | 64 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 D | notification_utils.cpp | 749 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 D | notification_napi_convert_content.cpp | 86 case NotificationContent::Type::PICTURE: in GetNotificationContent()
|
/base/theme/wallpaper_mgr/test/unittest/ |
H A D | wallpaper_test.cpp | 1301 wallpaperService->SetWallpaperBackupData(TEST_USERID1, PICTURE, URI, WALLPAPER_SYSTEM); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_content.cpp | 474 case NotificationContent::Type::PICTURE: in GetNotificationContent()
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_notification.cpp | 1563 (type == NotificationContent::Type::PICTURE) || in IsNonDistributedNotificationType()
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_publish_test.cpp | 350 EXPECT_EQ(NotificationContent::Type::PICTURE, notificationContent->GetContentType()); in CheckCaseSixResult()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_test.cpp | 3124 notificationCheckRequest->SetContentType(NotificationContent::Type::PICTURE); in HWTEST_F()
|