/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/ |
H A D | sec_comp_manager_test.cpp | 145 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 D | first_use_dialog_test.cpp | 365 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 D | btm_inq_db.c | 34 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 D | btm_wl.c | 46 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 D | actsCESMatchingSkillsTest.cpp | 69 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 D | base_manager.inl | 123 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 D | component_query.cpp | 102 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 D | entity_collection.cpp | 142 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 D | scene_holder.cpp | 541 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 D | ecs_listener.h | 145 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 D | ecs_object.cpp | 68 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 D | submeshhandler.cpp | 33 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 D | rdb_bigint_test.cpp | 97 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 D | render_handle_component.h | 87 …CORE_NS::EntityReference entity = entityMgr.GetReferenceCounted(rhcMgr.GetEntityWithReference(hand… local
|
H A D | animation_state_component.h | 34 CORE_NS::Entity entity; member
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_operation_test.cpp | 391 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 D | entity.h | 53 inline bool IsValid(const Entity entity) in IsValid()
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_matching_skill.cpp | 39 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 D | post_process_configuration_component_manager.cpp | 377 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 D | entity_manager.cpp | 174 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 D | readerIterator_impl.cpp | 22 ReadIteratorImpl::ReadIteratorImpl(std::shared_ptr<OHOS::FileManagement::ModuleFileIO::ReaderIterat… in ReadIteratorImpl()
|
/ohos5.0/foundation/ability/ability_lite/frameworks/want_lite/include/ |
H A D | want_utils.h | 23 void *entity = nullptr; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | uri_lookup.cpp | 40 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 D | hci_acl.c | 137 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 D | importer.cpp | 297 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()
|