Searched defs:isRecursive (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/update/updater/utils/ |
H A D | utils_fs.cpp | 71 bool isRecursive) in GetFilesFromDirectory()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | picking.cpp | 149 const ISceneNode& sceneNode, bool isRecursive, MinAndMax& mamInOut) in UpdateRecursiveAABB() 185 …const ISceneNode& sceneNode, const Math::Mat4X4& parentWorld, bool isRecursive, MinAndMax& mamInOu… in UpdateRecursiveAABB() 558 MinAndMax Picking::GetWorldMatrixComponentAABB(Entity entity, bool isRecursive, IEcs& ecs) const in GetWorldMatrixComponentAABB() 575 MinAndMax Picking::GetTransformComponentAABB(Entity entity, bool isRecursive, IEcs& ecs) const in GetTransformComponentAABB()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.cpp | 629 bool isRecursive = recursive || AceType::InstanceOf<FrameNode>(this); in AttachToMainTree() local 652 bool isRecursive = recursive || AceType::InstanceOf<FrameNode>(this); in AttachToMainTree() local 672 bool isRecursive = recursive || AceType::InstanceOf<FrameNode>(this); in DetachFromMainTree() local 719 bool isRecursive = recursive || AceType::InstanceOf<FrameNode>(this); in ProcessOffscreenTask() local
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/ |
H A D | file_util.cpp | 113 void GetDirFiles(const std::string& path, std::vector<std::string>& files, bool isRecursive) in GetDirFiles()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | scene_holder.cpp | 2984 SCENE_NS::IPickingResult::Ptr ret, CORE_NS::Entity entity, bool isRecursive) in GetWorldMatrixComponentAABB() 2997 …TransformComponentAABB(SCENE_NS::IPickingResult::Ptr ret, CORE_NS::Entity entity, bool isRecursive) in GetTransformComponentAABB()
|