Searched refs:GetComponents (Results 1 – 8 of 8) sorted by relevance
90 GetComponents(components); in ReferencesParent()101 void FilePath::GetComponents(std::vector<std::string> &components) in GetComponents() function in OHOS::AppExecFwk::LIBZIP::FilePath347 GetComponents(parentComponents); in AppendRelativePath()348 childPath.GetComponents(childComponents); in AppendRelativePath()
51 std::map<int32_t, std::unique_ptr<NativeComponent>>& GetComponents() in GetComponents() function
72 void GetComponents(std::vector<std::string> &components);
108 virtual void GetComponents(Entity entity, BASE_NS::vector<IComponentManager*>& result) = 0;
53 auto& components = image->imgNative->GetComponents(); in OH_ImageNative_GetComponentTypes()
62 void GetComponents(Entity entity, vector<IComponentManager*>& result) override;310 void Ecs::GetComponents(Entity entity, vector<IComponentManager*>& result) in GetComponents() function in __anon7ce8fd9e0110::Ecs
57 srcEcs.GetComponents(srcEntity, managers); in CloneComponents()
191 ecsInstance_->GetComponents(entity_, managers); in UpdateMetaCache()