Home
last modified time | relevance | path

Searched refs:childPtr (Results 1 - 7 of 7) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dfile_operations_local_mock.cpp95 auto childPtr = FileOperationsHelper::FindCloudDiskInode(data, key); in ReadDir() local
96 if (childPtr == nullptr) { in ReadDir()
97 childPtr = FileOperationsHelper::GenerateCloudDiskInode(data, ino, in ReadDir()
100 if (childPtr == nullptr) { in ReadDir()
103 FileOperationsHelper::AddDirEntry(req, entryData, len, entry->d_name, childPtr); in ReadDir()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_local.cpp160 auto childPtr = FileOperationsHelper::FindCloudDiskInode(data, key); in ReadDir() local
161 if (childPtr == nullptr) { in ReadDir()
162 childPtr = FileOperationsHelper::GenerateCloudDiskInode(data, ino, in ReadDir()
165 if (childPtr == nullptr) { in ReadDir()
168 FileOperationsHelper::AddDirEntry(req, entryData, len, entry->d_name, childPtr); in ReadDir()
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Drender_grid_row.cpp216 RefPtr<RenderNode> childPtr = child; in LayoutEachChild() local
217 FindGridColChild(childPtr); in LayoutEachChild()
218 auto gridCol = AceType::DynamicCast<RenderGridCol>(childPtr); in LayoutEachChild()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_display_node.cpp113 if (auto childPtr = RSNodeMap::Instance().GetNode(child)) { in ClearChildren()
114 RemoveChild(childPtr); in ClearChildren()
H A Drs_node.cpp2636 if (auto childPtr = RSNodeMap::Instance().GetNode(childId)) { in RemoveChildByNodeId()
2637 RemoveChild(childPtr); in RemoveChildByNodeId()
2734 if (auto childPtr = RSNodeMap::Instance().GetNode(child)) { in ClearChildren()
2735 childPtr->SetParent(0); in ClearChildren()
2736 childPtr->MarkDirty(NodeDirtyType::APPEARANCE, true); in ClearChildren()
2771 if (auto childPtr = RSNodeMap::Instance().GetNode(children_[index])) { in SyncTextureExport()
2772 childPtr->SyncTextureExport(isTextureExportNode); in SyncTextureExport()
2775 std::make_unique<RSBaseNodeAddChild>(id_, childPtr->GetHierarchyCommandNodeId(), index); in SyncTextureExport()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.cpp666 if (auto childPtr = Rosen::RSNodeMap::Instance().GetNode(child)) { in GetRSNodeTreeInfo()
667 GetRSNodeTreeInfo(childPtr, depth + 1, oss); in GetRSNodeTreeInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp539 [childPtr = shared_from_this()](const auto& pair) -> bool { return pair.first == childPtr; }); in ResetParent()
1128 [childPtr = shared_from_this()](const auto& pair) -> bool { return pair.first == childPtr; }); in InternalRemoveSelfFromDisappearingChildren()

Completed in 15 milliseconds