Home
last modified time | relevance | path

Searched defs:entity (Results 1 – 25 of 121) sorted by relevance

12345

/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_manager_test.cpp145 std::shared_ptr<SecCompEntity> entity = variable
174 std::shared_ptr<SecCompEntity> entity = variable
200 std::shared_ptr<SecCompEntity> entity = variable
230 std::shared_ptr<SecCompEntity> entity = variable
257 std::shared_ptr<SecCompEntity> entity = variable
287 std::shared_ptr<SecCompEntity> entity = variable
371 std::shared_ptr<SecCompEntity> entity = variable
440 std::shared_ptr<SecCompEntity> entity = variable
466 std::shared_ptr<SecCompEntity> entity = variable
501 std::shared_ptr<SecCompEntity> entity = variable
[all …]
H A Dfirst_use_dialog_test.cpp365 std::shared_ptr<SecCompEntity> entity = std::make_shared<SecCompEntity>(nullptr, 0, 0, 0, 0); variable
412 std::shared_ptr<SecCompEntity> entity = std::make_shared<SecCompEntity>(nullptr, 0, 0, 0, 0); variable
469 std::shared_ptr<SecCompEntity> entity = std::make_shared<SecCompEntity>(nullptr, 1, 0, 0, 0); variable
493 std::shared_ptr<SecCompEntity> entity = std::make_shared<SecCompEntity>(nullptr, 0, 0, 0, 0); variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_inq_db.c34 BtmInquiryDBEntity *entity = MEM_MALLOC.alloc(sizeof(BtmInquiryDBEntity)); in BtmAllocInquiryDBEntity() local
42 static void BtmFreeInquiryDBEntiry(void *entity) in BtmFreeInquiryDBEntiry()
63 BtmInquiryDBEntity *entity = NULL; in BtmFindInquiryEntiryByAddress() local
84 BtmInquiryDBEntity *entity = BtmFindInquiryEntiryByAddress(addr); in BtmAssignOrUpdateInquiryInfo() local
113 BtmInquiryDBEntity *entity = BtmFindInquiryEntiryByAddress(addr); in BtmQueryInquiryInfoByAddr() local
H A Dbtm_wl.c46 BtmWhiteListEntity *entity = MEM_MALLOC.alloc(sizeof(BtmWhiteListEntity)); in BtmAllocWhiteListEntity() local
54 static void BtmFreeWhiteListEntity(void *entity) in BtmFreeWhiteListEntity()
61 BtmWhiteListEntity *entity = NULL; in BtmFindWhiteListEntityByType() local
90 BtmWhiteListEntity *entity = NULL; in BtmFindWhiteListEntity() local
113 BtmWhiteListEntity *entity = NULL; in BtmAddDeviceToWhiteList() local
167 BtmWhiteListEntity *entity = NULL; in BtmRemoveDeviceFromWhiteList() local
276 BtmWhiteListEntity *entity = NULL; in BtmIsDeviceInWhiteList() local
/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
H A DactsCESMatchingSkillsTest.cpp69 std::string entity = "entity"; variable
112 std::string entity = "EventEntityTest"; variable
679 std::string entity = "matchEntity"; variable
712 std::string entity = "matchEntity2"; variable
746 std::string entity = "matchEntity3"; variable
780 std::string entity = "matchEntity4"; variable
998 std::string entity = "entity"; variable
1033 std::string entity = "entity2"; variable
1068 std::string entity = "entity3"; variable
1102 std::string entity = "entity4"; variable
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dbase_manager.inl123 void BaseManager<ComponentType, BaseClass>::Create(CORE_NS::Entity entity)
141 bool BaseManager<ComponentType, BaseClass>::Destroy(CORE_NS::Entity entity)
246 void BaseManager<ComponentType, BaseClass>::SetData(CORE_NS::Entity entity, const IPropertyHandle& …
274 IPropertyHandle* BaseManager<ComponentType, BaseClass>::GetData(CORE_NS::Entity entity)
356 void BaseManager<ComponentType, BaseClass>::Set(CORE_NS::Entity entity, const ComponentType& data)
392 ScopedHandle<ComponentType> BaseManager<ComponentType, BaseClass>::Write(CORE_NS::Entity entity)
399 void BaseManager<ComponentType, BaseClass>::Updated(CORE_NS::Entity entity)
439 BaseManager* owner, CORE_NS::Entity entity) noexcept
445 BaseManager* owner, CORE_NS::Entity entity, const ComponentType& data) noexcept
H A Dcomponent_query.cpp102 if (const Entity entity = baseComponentSet.GetEntity(id); em.IsAlive(entity)) { in Execute() local
224 for (const auto& entity : entities) { in OnEntityEvent() local
246 for (const auto& entity : entities) { in OnEntityEvent() local
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dentity_collection.cpp142 void EntityCollection::RemoveEntityRecursive(CORE_NS::Entity entity) in RemoveEntityRecursive()
175 void EntityCollection::AddEntity(EntityReference entity) in AddEntity()
183 for (const auto& entity : entities) { in AddEntities() local
194 bool EntityCollection::RemoveEntity(EntityReference entity) in RemoveEntity()
236 for (auto& entity : entities) { in RemoveEntities() local
241 void EntityCollection::SetId(string_view id, EntityReference entity) in SetId()
270 void EntityCollection::SetUniqueIdentifier(string_view id, EntityReference entity) in SetUniqueIdentifier()
491 for (auto& entity : entities_) { in SetActive() local
514 for (auto& entity : entities_) { in MarkDestroyed() local
686 for (auto& entity : entitiesOut) { in CopyContentsWithSerialization() local
[all …]
H A Dscene_holder.cpp541 auto entity = node->GetEntity(); in CreateCamera() local
597 void SceneHolder::SetMainCamera(const Entity& entity) in SetMainCamera()
1148 auto entity = ecsObject->GetEntity(); in UpdateAttachments() local
1241 CORE_NS::Entity entity; in CreatePostProcess() local
1253 CORE_NS::Entity entity; in CreateRenderConfiguration() local
1501 auto entity = cameraObject->GetEntity(); in ChangeCamera() local
2477 auto entity = meshBuilder->CreateMesh(*ecs_); in CreateMeshFromArrays() local
2653 auto entity = child->GetEntity(); in IsMultiMeshChild() local
2694 auto entity = child->GetEntity(); in SetMeshMultimeshArray() local
2758 auto entity = child->GetEntity(); in SetOverrideMaterialMultimeshArray() local
[all …]
H A Decs_listener.h145 if (const auto& entity = entities_.find(e.id); entity != entities_.cend()) { in SCENE_BEGIN_NAMESPACE() local
178 if (const auto& entity = entities_.find(e.id); entity != entities_.cend()) { in SCENE_BEGIN_NAMESPACE() local
210 IEcsProxyObject::WeakPtr entity; in SCENE_BEGIN_NAMESPACE() member
H A Decs_object.cpp68 void SetEntity(CORE_NS::IEcs::Ptr ecs, CORE_NS::Entity entity) override in SetEntity()
88 void BindObject(CORE_NS::IEcs::Ptr ecsInstance, CORE_NS::Entity entity) override in BindObject()
150 const CORE_NS::IComponentManager& componentManager, const CORE_NS::Entity& entity) override in DoComponentEvent()
261 void AddAttachment(CORE_NS::Entity entity) override in AddAttachment()
266 void RemoveAttachment(CORE_NS::Entity entity) override in RemoveAttachment()
H A Dsubmeshhandler.cpp33 void Initialize(CORE3D_NS::IMeshComponentManager* componentManager, CORE_NS::Entity entity, in Initialize()
84 SCENE_NS::IScene::Ptr scene, SceneHolder::Ptr sceneHolder, CORE_NS::Entity entity) in GetMaterialFromEntity()
112 const CORE_NS::IComponentManager& componentManager, const CORE_NS::Entity& entity) override in DoComponentEvent()
208 CORE_NS::Entity entity {}; in SetMaterialToEcs() local
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_bigint_test.cpp97 RowEntity entity; variable
131 RowEntity entity; variable
167 RowEntity entity; variable
239 RowEntity entity; variable
281 RowEntity entity; variable
323 RowEntity entity; variable
367 RowEntity entity; variable
405 RowEntity entity; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Drender_handle_component.h87 …CORE_NS::EntityReference entity = entityMgr.GetReferenceCounted(rhcMgr.GetEntityWithReference(hand… local
H A Danimation_state_component.h34 CORE_NS::Entity entity; member
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_operation_test.cpp391 std::string entity = "test"; variable
409 std::string entity = "test"; variable
427 std::string entity = "test"; variable
527 std::string entity = "test"; variable
544 std::string entity = "test"; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dentity.h53 inline bool IsValid(const Entity entity) in IsValid()
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_matching_skill.cpp39 std::string entity(""); in GetEntity() local
43 void MatchingSkills::AddEntity(const std::string& entity) in AddEntity()
54 void MatchingSkills::RemoveEntity(const std::string& entity) in RemoveEntity()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp377 void PostProcessConfigurationComponentManager::Create(Entity entity) in Create()
398 bool PostProcessConfigurationComponentManager::Destroy(Entity entity) in Destroy()
494 void PostProcessConfigurationComponentManager::SetData(Entity entity, const IPropertyHandle& dataHa… in SetData()
520 IPropertyHandle* PostProcessConfigurationComponentManager::GetData(Entity entity) in GetData()
593 void PostProcessConfigurationComponentManager::Set(Entity entity, const PostProcessConfigurationCom… in Set()
629 …e<PostProcessConfigurationComponent> PostProcessConfigurationComponentManager::Write(Entity entity) in Write()
635 void PostProcessConfigurationComponentManager::Updated(Entity entity) in Updated()
655 PostProcessConfigurationComponentManager* owner, Entity entity) noexcept in ComponentHandle()
660 PostProcessConfigurationComponentManager* owner, Entity entity, in ComponentHandle()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Dentity_manager.cpp174 EntityReference EntityManager::GetReferenceCounted(const Entity entity) in GetReferenceCounted()
198 void EntityManager::Destroy(const Entity entity) in Destroy()
220 auto entity = MakeEntityId(e.generation, i); in DestroyAllEntities() local
291 void EntityManager::SetActive(const Entity entity, bool state) in SetActive()
326 const Entity entity = MakeEntityId(e.generation, id); in UpdateDeadEntities() local
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A DreaderIterator_impl.cpp22 ReadIteratorImpl::ReadIteratorImpl(std::shared_ptr<OHOS::FileManagement::ModuleFileIO::ReaderIterat… in ReadIteratorImpl()
/ohos5.0/foundation/ability/ability_lite/frameworks/want_lite/include/
H A Dwant_utils.h23 void *entity = nullptr; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Duri_lookup.cpp40 if (Entity entity = uriManager.GetEntity(i); entityManager.IsAlive(entity)) { in LookupResourceByUri() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/acl/
H A Dhci_acl.c137 HciTxPackets *entity = MEM_CALLOC.alloc(sizeof(HciTxPackets)); in AllocTxPacketsEntity() local
237 HciTxPackets *entity = NULL; in FindTxPacketsEntityByConnectionHandle() local
253 HciTxPackets *entity = NULL; in FindLeTxPacketsEntityByConnectionHandle() local
269 HciTxPackets *entity = FindTxPacketsEntityByConnectionHandle(connectionHandle); in HciAddTxAclPacket() local
282 HciTxPackets *entity = FindTxPacketsEntityByConnectionHandle(connectionHandle); in HciOnAclPacketComplete() local
290 HciTxPackets *entity = FindLeTxPacketsEntityByConnectionHandle(connectionHandle); in HciAddTxLePacket() local
303 HciTxPackets *entity = FindLeTxPacketsEntityByConnectionHandle(connectionHandle); in HciOnLePacketComplete() local
794 HciTxPackets *entity = FindTxPacketsEntityByConnectionHandle(connectionHandle); in HciRecoveryNumOfAclDataPackets() local
807 HciTxPackets *entity = FindLeTxPacketsEntityByConnectionHandle(connectionHandle); in HciRecoveryNumOfLeDataPackets() local
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dimporter.cpp297 ReturnError Importer::ImportBuiltinValue(const ISerNode::ConstPtr& n, IAny& entity) in ImportBuiltinValue()
314 ReturnError Importer::ImportPointer(const ISerNode::ConstPtr& n, IAny& entity) in ImportPointer()
347 ReturnError Importer::ImportValue(const ISerNode::ConstPtr& n, IAny& entity) in ImportValue()
434 ReturnError Importer::ImportFromNode(const ISerNode::ConstPtr& node, IAny& entity) in ImportFromNode()
444 ReturnError ImportContext::Import(BASE_NS::string_view name, IAny& entity) in Import()
500 ReturnError ImportContext::ImportFromNode(const ISerNode::ConstPtr& node, IAny& entity) in ImportFromNode()

12345