/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_dirty_region_manager.cpp | 278 DirtyRegionType dirtyType, const RectI& rect) in UpdateDirtyRegionInfoForDfx() 280 if ((dirtyType >= dirtyCanvasNodeInfo_.size()) || (dirtyType >= DirtyRegionType::TYPE_AMOUNT) || in UpdateDirtyRegionInfoForDfx() 281 (dirtyType < 0) || (rect.IsEmpty())) { in UpdateDirtyRegionInfoForDfx() 285 dirtyCanvasNodeInfo_[dirtyType].emplace(std::make_pair(id, rect)); in UpdateDirtyRegionInfoForDfx() 287 dirtySurfaceNodeInfo_[dirtyType].emplace(std::make_pair(id, rect)); in UpdateDirtyRegionInfoForDfx() 292 RSRenderNodeType nodeType, DirtyRegionType dirtyType) const in GetDirtyRegionInfo() 295 if ((dirtyType >= dirtyCanvasNodeInfo_.size()) || (dirtyType >= DirtyRegionType::TYPE_AMOUNT) || in GetDirtyRegionInfo() 296 (dirtyType < in GetDirtyRegionInfo() 277 UpdateDirtyRegionInfoForDfx(NodeId id, RSRenderNodeType nodeType, DirtyRegionType dirtyType, const RectI& rect) UpdateDirtyRegionInfoForDfx() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_dirty_region_manager.h | 143 DirtyRegionType dirtyType = DirtyRegionType::UPDATE_DIRTY_REGION, const RectI& rect = RectI()); 146 DirtyRegionType dirtyType = DirtyRegionType::UPDATE_DIRTY_REGION) const;
|
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/ |
H A D | clouddisk_notify_const.h | 59 int32_t dirtyType = static_cast<int32_t>(DirtyType::TYPE_NO_NEED_UPLOAD); member
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/ |
H A D | rs_dirty_rects_dfx.h | 79 DrawableV2::RSSurfaceRenderNodeDrawable& surfaceDrawable, DirtyRegionType dirtyType, bool isDrawn = true) const;
|
H A D | rs_dirty_rects_dfx.cpp | 295 DrawableV2::RSSurfaceRenderNodeDrawable& surfaceDrawable, DirtyRegionType dirtyType, bool isDrawn) const in DrawAndTraceSingleDirtyRegionTypeForDFX() 298 auto matchType = DIRTY_REGION_TYPE_MAP.find(dirtyType); in DrawAndTraceSingleDirtyRegionTypeForDFX() 310 dirtyManager->GetDirtyRegionInfo(dirtyInfo, nodeType, dirtyType); in DrawAndTraceSingleDirtyRegionTypeForDFX() 294 DrawAndTraceSingleDirtyRegionTypeForDFX( DrawableV2::RSSurfaceRenderNodeDrawable& surfaceDrawable, DirtyRegionType dirtyType, bool isDrawn) const DrawAndTraceSingleDirtyRegionTypeForDFX() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rsrendernode_fuzzer/ |
H A D | rsrendernode_fuzzer.cpp | 208 DirtyRegionType dirtyType = GetData<DirtyRegionType>(); in RSDirtyRegionManagerFuzzTest() local 217 manager.UpdateDirtyRegionInfoForDfx(id, nodeType, dirtyType, rect); in RSDirtyRegionManagerFuzzTest() 218 manager.GetDirtyRegionInfo(target, nodeType, dirtyType); in RSDirtyRegionManagerFuzzTest()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/ |
H A D | rs_render_params.cpp | 28 void RSRenderParams::SetDirtyType(RSRenderParamsDirtyType dirtyType) in SetDirtyType() argument 30 dirtyType_.set(dirtyType); in SetDirtyType()
|
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/ |
H A D | clouddisk_rdbstore_mock.cpp | 212 int32_t CloudDiskRdbStore::GetDirtyType(const std::string &cloudId, int32_t &dirtyType) in GetDirtyType() argument
|
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/ |
H A D | clouddisk_notify_test.cpp | 540 paramOthers.dirtyType = static_cast<int32_t>(DirtyType::TYPE_NO_NEED_UPLOAD); in HWTEST_F() 563 paramOthers.dirtyType = static_cast<int32_t>(DirtyType::TYPE_NEW); in HWTEST_F() 581 paramOthers.dirtyType = static_cast<int32_t>(DirtyType::TYPE_NEW); in HWTEST_F()
|
H A D | clouddisk_rdbstore_test.cpp | 2040 int32_t dirtyType = 0; in HWTEST_F() local 2047 int32_t ret = clouddiskrdbStore_->GetDirtyType(cloudId, dirtyType); in HWTEST_F() 2059 int32_t dirtyType = 0; in HWTEST_F() local 2068 int32_t ret = clouddiskrdbStore_->GetDirtyType(cloudId, dirtyType); in HWTEST_F() 2080 int32_t dirtyType = -1; in HWTEST_F() local 2089 int32_t ret = clouddiskrdbStore_->GetDirtyType(cloudId, dirtyType); in HWTEST_F() 2101 int32_t dirtyType = 1; in HWTEST_F() local 2110 int32_t ret = clouddiskrdbStore_->GetDirtyType(cloudId, dirtyType); in HWTEST_F()
|
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
H A D | file_operations_cloud.cpp | 1309 int32_t dirtyType; in UpdateCloudStore() local 1310 int res = rdbStore->GetDirtyType(inoPtr->cloudId, dirtyType); in UpdateCloudStore() 1319 NotifyOpsType::DAEMON_WRITE, inoPtr}, {dirtyType, false, fileDirty}); in UpdateCloudStore() 1408 int32_t dirtyType; in UploadLocalFile() local 1409 ret = rdbStore->GetDirtyType(inoPtr->cloudId, dirtyType); in UploadLocalFile() 1418 NotifyOpsType::DAEMON_WRITE, inoPtr}, {dirtyType, false, fileDirty}); in UploadLocalFile()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_render_params.h | 60 void SetDirtyType(RSRenderParamsDirtyType dirtyType);
|
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_notify.cpp | 172 if (paramOthers.dirtyType == static_cast<int32_t>(DirtyType::TYPE_NO_NEED_UPLOAD)) { in HandleWrite()
|
H A D | clouddisk_rdbstore.cpp | 1234 int32_t CloudDiskRdbStore::GetDirtyType(const std::string &cloudId, int32_t &dirtyType) in GetDirtyType() argument 1249 int32_t ret = CloudDiskRdbUtils::GetInt(FileColumn::DIRTY_TYPE, dirtyType, resultSet); in GetDirtyType()
|