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 D | napi_root_info_exporter.cpp | 92 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 D | gltf2.cpp | 74 IEcs& ecs, Entity rootEntity, GltfSceneImportFlags flags) in ImportGltfScene() argument 79 …portScene(renderContext_->GetDevice(), sceneIndex, data, gltfResourceData, ecs, rootEntity, flags); in ImportGltfScene()
|
H A D | gltf2.h | 51 const GLTFResourceData& gltfImportData, CORE_NS::IEcs& ecs, CORE_NS::Entity rootEntity,
|
H A D | gltf2_importer.h | 237 const GLTFResourceData& gltfResourceData, CORE_NS::IEcs& ecs, CORE_NS::Entity rootEntity,
|
H A D | gltf2_importer.cpp | 2307 …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 D | intf_ecs_animation.h | 70 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 D | gltf.h | 333 const GLTFResourceData& gltfImportData, CORE_NS::IEcs& ecs, CORE_NS::Entity rootEntity = {},
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_animation.h | 267 CORE_NS::Entity rootEntity, CORE_NS::Entity target, BASE_NS::string_view property) override;
|
H A D | ecs_animation.cpp | 849 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()
|