/ohos5.0/foundation/resourceschedule/ffrt/src/core/ |
H A D | entity.h | 28 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 D | db_delegate.h | 60 struct Entity { struct 67 static ConcurrentMap<uint32_t, std::map<std::string, std::shared_ptr<Entity>>> stores_; argument
|
H A D | db_delegate.cpp | 97 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 D | js-apis-ability-wantConstant.md | 51 ## Entity section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-ability-wantConstant.md | 51 ## Entity section
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/ |
H A D | entity.h | 35 struct Entity { struct
|
H A D | entity_reference.h | 101 operator Entity() const noexcept in Entity() function
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/ |
H A D | component_query.cpp | 254 const IComponentManager& /* componentManager */, const array_view<const Entity> /* entities */) in OnComponentEvent()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_util.h | 115 …CORE_NS::IEcs& ecs, CORE_NS::Entity entity, BASE_NS::unordered_map<CORE_NS::Entity, CORE_NS::Entit… in RewriteEntityReferences()
|
H A D | submeshhandler.cpp | 81 void DoEntityEvent(CORE_NS::IEcs::EntityListener::EventType, const CORE_NS::Entity&) override {} in DoEntityEvent()
|
H A D | ecs_object.cpp | 129 …void DoEntityEvent(CORE_NS::IEcs::EntityListener::EventType type, const CORE_NS::Entity& /*entity*… in DoEntityEvent()
|
H A D | entity_collection.cpp | 618 array_view<const EntityReference> entities, unordered_map<Entity, Entity>& oldToNew, in CloneEntitiesFromCollection()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/ |
H A D | ecs.cpp | 143 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 D | node_system.cpp | 1086 Entity current, size_t entityIdx) { in CloneNode()
|
H A D | render_system.cpp | 1108 inline void DestroyBatchData(BASE_NS::unordered_map<CORE_NS::Entity, RenderSystem::BatchDataVector>… in DestroyBatchData()
|