Home
last modified time | relevance | path

Searched defs:Entity (Results 1 – 13 of 13) sorted by relevance

/foundation/resourceschedule/ffrt/src/core/
Dentity.h28 struct Entity { struct
29 static inline Entity* Instance() in Instance() argument
38 std::list<VersionCtx*> versionTrashcan; // VersionCtx to be deleted
39 std::unordered_map<const void*, VersionCtx*> vaMap;
43 fast_mutex criticalMutex_;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
Ddb_delegate.h60 struct Entity { struct
67 static ConcurrentMap<uint32_t, std::map<std::string, std::shared_ptr<Entity>>> stores_; argument
Ddb_delegate.cpp97 DBDelegate::Entity::Entity(std::shared_ptr<DBDelegate> store) in Entity() function in OHOS::DataShare::DBDelegate::Entity
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
Dentity.h35 struct Entity { struct
Dentity_reference.h101 operator Entity() const noexcept in Entity() function
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
Dcomponent_query.cpp254 const IComponentManager& /* componentManager */, const array_view<const Entity> /* entities */) in OnComponentEvent()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
Decs_util.h115 …CORE_NS::IEcs& ecs, CORE_NS::Entity entity, BASE_NS::unordered_map<CORE_NS::Entity, CORE_NS::Entit… in RewriteEntityReferences()
Dsubmeshhandler.cpp81 void DoEntityEvent(CORE_NS::IEcs::EntityListener::EventType, const CORE_NS::Entity&) override {} in DoEntityEvent()
Decs_object.cpp129 …void DoEntityEvent(CORE_NS::IEcs::EntityListener::EventType type, const CORE_NS::Entity& /*entity*… in DoEntityEvent()
Dentity_collection.cpp618 array_view<const EntityReference> entities, unordered_map<Entity, Entity>& oldToNew, in CloneEntitiesFromCollection()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
Decs.cpp143 void ProcessEntityListeners(const array_view<const pair<Entity, IEntityManager::EventType>> states, in ProcessEntityListeners()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
Dnode_system.cpp1086 Entity current, size_t entityIdx) { in CloneNode()
Drender_system.cpp1108 inline void DestroyBatchData(BASE_NS::unordered_map<CORE_NS::Entity, RenderSystem::BatchDataVector>… in DestroyBatchData()