Home
last modified time | relevance | path

Searched refs:dirtyType (Results 1 - 14 of 14) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_dirty_region_manager.cpp278 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 Drs_dirty_region_manager.h143 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 Dclouddisk_notify_const.h59 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 Drs_dirty_rects_dfx.h79 DrawableV2::RSSurfaceRenderNodeDrawable& surfaceDrawable, DirtyRegionType dirtyType, bool isDrawn = true) const;
H A Drs_dirty_rects_dfx.cpp295 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 Drsrendernode_fuzzer.cpp208 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 Drs_render_params.cpp28 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 Dclouddisk_rdbstore_mock.cpp212 int32_t CloudDiskRdbStore::GetDirtyType(const std::string &cloudId, int32_t &dirtyType) in GetDirtyType() argument
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H A Dclouddisk_notify_test.cpp540 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 Dclouddisk_rdbstore_test.cpp2040 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 Dfile_operations_cloud.cpp1309 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 Drs_render_params.h60 void SetDirtyType(RSRenderParamsDirtyType dirtyType);
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_notify.cpp172 if (paramOthers.dirtyType == static_cast<int32_t>(DirtyType::TYPE_NO_NEED_UPLOAD)) { in HandleWrite()
H A Dclouddisk_rdbstore.cpp1234 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()

Completed in 18 milliseconds