Home
last modified time | relevance | path

Searched refs:rootEntity (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/root_info/
H A Dnapi_root_info_exporter.cpp92 if (rootEntity == nullptr) { in TransferListFile()
96 fileIteratorEntity->fileAccessHelper = rootEntity->fileAccessHelper; in TransferListFile()
118 auto rootEntity = NClass::GetEntityOf<RootInfoEntity>(env, funcArg.GetThisVar()); in ListFile() local
119 if (rootEntity == nullptr) { in ListFile()
122 if (rootEntity->fileAccessHelper == nullptr) { in ListFile()
134 fileInfo.uri = rootEntity->rootInfo.uri; in ListFile()
144 ret = TransferListFile(rootEntity, fileIteratorEntity, filter, fileInfo); in ListFile()
167 if (rootEntity == nullptr) { in ScanFile()
170 if (rootEntity->fileAccessHelper == nullptr) { in ScanFile()
182 fileInfo.uri = rootEntity->rootInfo.uri; in ScanFile()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2.cpp74 IEcs& ecs, Entity rootEntity, GltfSceneImportFlags flags) in ImportGltfScene() argument
79 …portScene(renderContext_->GetDevice(), sceneIndex, data, gltfResourceData, ecs, rootEntity, flags); in ImportGltfScene()
H A Dgltf2.h51 const GLTFResourceData& gltfImportData, CORE_NS::IEcs& ecs, CORE_NS::Entity rootEntity,
H A Dgltf2_importer.h237 const GLTFResourceData& gltfResourceData, CORE_NS::IEcs& ecs, CORE_NS::Entity rootEntity,
H A Dgltf2_importer.cpp2307 …const GLTFResourceData& gltfResourceData, IEcs& ecs, Entity rootEntity, GltfSceneImportFlags flags) in ImportScene() argument
2325 nodeHandle->parent = rootEntity; in ImportScene()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_ecs_animation.h70 CORE_NS::Entity rootEntity, CORE_NS::Entity target, BASE_NS::string_view property) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/gltf/
H A Dgltf.h333 const GLTFResourceData& gltfImportData, CORE_NS::IEcs& ecs, CORE_NS::Entity rootEntity = {},
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.h267 CORE_NS::Entity rootEntity, CORE_NS::Entity target, BASE_NS::string_view property) override;
H A Decs_animation.cpp849 CORE_NS::Entity rootEntity, CORE_NS::Entity targetEntity, BASE_NS::string_view fullPropertyPath) in CreateAnimationTrack() argument
907 nameComponent.name = ResolvePathToAnimationRoot(*ecs_, rootEntity, targetEntity); in CreateAnimationTrack()