Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/core/
H A 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_;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Ddb_delegate.h60 struct Entity { struct
67 static ConcurrentMap<uint32_t, std::map<std::string, std::shared_ptr<Entity>>> stores_; argument
H A Ddb_delegate.cpp97 DBDelegate::Entity::Entity(std::shared_ptr<DBDelegate> store) in Entity() function in OHOS::DataShare::DBDelegate::Entity
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-ability-wantConstant.md51 ## Entity section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-ability-wantConstant.md51 ## Entity section
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dentity.h35 struct Entity { struct
H A Dentity_reference.h101 operator Entity() const noexcept in Entity() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dcomponent_query.cpp254 const IComponentManager& /* componentManager */, const array_view<const Entity> /* entities */) in OnComponentEvent()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_util.h115 …CORE_NS::IEcs& ecs, CORE_NS::Entity entity, BASE_NS::unordered_map<CORE_NS::Entity, CORE_NS::Entit… in RewriteEntityReferences()
H A Dsubmeshhandler.cpp81 void DoEntityEvent(CORE_NS::IEcs::EntityListener::EventType, const CORE_NS::Entity&) override {} in DoEntityEvent()
H A Decs_object.cpp129 …void DoEntityEvent(CORE_NS::IEcs::EntityListener::EventType type, const CORE_NS::Entity& /*entity*… in DoEntityEvent()
H A Dentity_collection.cpp618 array_view<const EntityReference> entities, unordered_map<Entity, Entity>& oldToNew, in CloneEntitiesFromCollection()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Decs.cpp143 void ProcessEntityListeners(const array_view<const pair<Entity, IEntityManager::EventType>> states, in ProcessEntityListeners()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp1086 Entity current, size_t entityIdx) { in CloneNode()
H A Drender_system.cpp1108 inline void DestroyBatchData(BASE_NS::unordered_map<CORE_NS::Entity, RenderSystem::BatchDataVector>… in DestroyBatchData()