Home
last modified time | relevance | path

Searched refs:GetComponents (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp90 GetComponents(components); in ReferencesParent()
101 void FilePath::GetComponents(std::vector<std::string> &components) in GetComponents() function in OHOS::AppExecFwk::LIBZIP::FilePath
347 GetComponents(parentComponents); in AppendRelativePath()
348 childPath.GetComponents(childComponents); in AppendRelativePath()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dnative_image.h51 std::map<int32_t, std::unique_ptr<NativeComponent>>& GetComponents() in GetComponents() function
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dfile_path.h72 void GetComponents(std::vector<std::string> &components);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_ecs.h108 virtual void GetComponents(Entity entity, BASE_NS::vector<IComponentManager*>& result) = 0;
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/native/common/ndk/
H A Dimage_native.cpp53 auto& components = image->imgNative->GetComponents(); in OH_ImageNative_GetComponentTypes()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Decs.cpp62 void GetComponents(Entity entity, vector<IComponentManager*>& result) override;
310 void Ecs::GetComponents(Entity entity, vector<IComponentManager*>& result) in GetComponents() function in __anon7ce8fd9e0110::Ecs
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_util.h57 srcEcs.GetComponents(srcEntity, managers); in CloneComponents()
H A Decs_object.cpp191 ecsInstance_->GetComponents(entity_, managers); in UpdateMetaCache()