Home
last modified time | relevance | path

Searched defs:childPtr (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/include/
H A Dselinux_map.h51 ParamContextsTrie *childPtr; member
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dfile_operations_local_mock.cpp148 auto childPtr = FileOperationsHelper::FindCloudDiskInode(data, key); in ReadDir() local
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_local.cpp160 auto childPtr = FileOperationsHelper::FindCloudDiskInode(data, key); in ReadDir() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_display_node.cpp110 if (auto childPtr = RSNodeMap::Instance().GetNode(child)) { in ClearChildren() local
H A Drs_node.cpp2657 if (auto childPtr = RSNodeMap::Instance().GetNode(childId)) { in RemoveChildByNodeId() local
2755 if (auto childPtr = RSNodeMap::Instance().GetNode(child)) { in ClearChildren() local
2803 if (auto childPtr = RSNodeMap::Instance().GetNode(children_[index])) { in SyncTextureExport() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Drender_grid_row.cpp218 RefPtr<RenderNode> childPtr = child; in LayoutEachChild() local
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dcontexts_trie.c87 ParamContextsTrie *childPtr = (ParamContextsTrie *)calloc(1, sizeof(ParamContextsTrie)); in InsertElementToTrie() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.cpp683 if (auto childPtr = Rosen::RSNodeMap::Instance().GetNode(child)) { in GetRSNodeTreeInfo() local