/ohos5.0/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_common.c | 181 ProtocolEntity **entity; in ClearProtocolEntityVec() local
|
/ohos5.0/base/powermgr/battery_statistics/services/native/src/ |
H A D | battery_stats_core.cpp | 388 void BatteryStatsCore::UpdateTimer(std::shared_ptr<BatteryStatsEntity> entity, StatsUtils::StatsTyp… in UpdateTimer() 421 void BatteryStatsCore::UpdateTimer(std::shared_ptr<BatteryStatsEntity> entity, StatsUtils::StatsTyp… in UpdateTimer() 543 void BatteryStatsCore::UpdateCounter(std::shared_ptr<BatteryStatsEntity> entity, StatsUtils::StatsT… in UpdateCounter()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/aafwk/ |
H A D | mock_bundle_manager.cpp | 149 for (const auto& entity : entityVector) { in CheckWantEntity() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | picking.cpp | 151 const Entity entity = sceneNode.GetEntity(); in UpdateRecursiveAABB() local 187 const Entity entity = sceneNode.GetEntity(); in UpdateRecursiveAABB() local 558 MinAndMax Picking::GetWorldMatrixComponentAABB(Entity entity, bool isRecursive, IEcs& ecs) const in GetWorldMatrixComponentAABB() 575 MinAndMax Picking::GetTransformComponentAABB(Entity entity, bool isRecursive, IEcs& ecs) const in GetTransformComponentAABB()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | multimesh_impl.cpp | 84 … auto entity = sceneHolder->CreateMultiMeshInstance(baseComponent); in Initialize() local
|
H A D | camera_impl.cpp | 157 auto entity = META_NS::GetValue(typed); in CompleteInitialization() local 171 … auto entity = META_NS::GetValue(META_NS::Property<CORE_NS::Entity>(postProcessEntity)); in CompleteInitialization() local
|
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 | postprocess_impl.cpp | 159 void SetEntity(CORE_NS::Entity entity, SceneHolder::Ptr sh, bool preferEcsValues) override in SetEntity()
|
H A D | scene_impl.cpp | 413 CORE_NS::Entity entity {}; in ResolveNodeTypeFromPath() local 1056 auto entity = sceneHolder_->GetEntityByUri(uri); in CreateResourceFromUri() local 1079 CORE_NS::Entity entity; in BindNodeToEcs() local 1134 CORE_NS::Entity entity; in BindNodeToEcs() local 1319 auto entity = obj->GetEntity(); in UpdateCachedReference() local
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/ |
H A D | fold_app_usage_db_helper.cpp | 274 NativeRdb::RowEntity entity; in QueryAppEventRecords() local 291 void FoldAppUsageDbHelper::ParseEntity(NativeRdb::RowEntity& entity, AppEventRecord& record) in ParseEntity()
|
/aosp14/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | BackupHelpers.h | 131 entity_header_v1 entity; member
|
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/database/adapter/ |
H A D | export_db_storage.cpp | 133 NativeRdb::RowEntity entity; in QueryExportDetailRecord() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
H A D | db_delegate.cpp | 47 auto entity = std::make_shared<Entity>(store); in Create() local
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/ |
H A D | mock_bundle_manager.cpp | 189 for (const auto& entity : entityVector) { in CheckWantEntity() local
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | skills.cpp | 95 void Skills::AddEntity(const std::string &entity) in AddEntity() 108 bool Skills::HasEntity(const std::string &entity) in HasEntity() 118 void Skills::RemoveEntity(const std::string &entity) in RemoveEntity()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_system.cpp | 807 [](const Entity& entity) { return EntityUtil::IsValid(entity); })) { in CreatePlayback() 861 for (const auto entity : entities) { in OnComponentEvent() local 880 for (const auto entity : entities) { in OnAnimationComponentsCreated() local 905 for (const auto entity : entities) { in OnAnimationComponentsUpdated() local 951 for (const auto entity : entities) { in OnAnimationTrackComponentsUpdated() local
|
H A D | render_system.cpp | 290 const string_view sceneName, const Entity& entity) in GetPostProcessName() 311 const IPostProcessConfigurationComponentManager* postProcessConfigMgr, const Entity& entity) in GetPostProcessRenderNodeGraph() 322 INameComponentManager& nameMgr, const Entity& entity) in GetCameraName() 436 … const Entity& entity, const EnvironmentComponent& component, RenderCamera::Environment& renderEnv) in FillRenderEnvironment() 539 RenderCamera::Fog& renderFog) { in GetRenderCameraFogFromComponent() 959 …IMaterialComponentManager& materialMgr, const Entity& entity, const PlanarReflectionComponent& ref… in UpdateReflectionPlaneMaterial() 985 const RenderCamera& sceneCamera, const Entity& entity, PlanarReflectionComponent& reflComp) in UpdatePlaneReflectionTargetResolution() 1556 for (const auto& entity : renderMeshComponents) { in ProcessRenderMeshBatch() local 2600 const Entity& entity, const Math::Mat4X4& view, const Math::Mat4X4& proj) in UpdateAndGetPreviousFrameCameraData()
|
H A D | render_system.h | 115 CORE_NS::Entity entity; // node, render mesh component member 163 const CORE_NS::Entity& entity; member
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/ |
H A D | lume_custom_render.cpp | 153 auto entity = ecs_->GetEntityManager().CreateReferenceCounted(); in LoadImage() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/ |
H A D | js_feature_ability.cpp | 316 for (auto entity : requestParam.GetEntities()) { in GetWant() local 356 for (auto entity : requestParam.GetEntities()) { in GetWant() local
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/src/ |
H A D | mock_bundle_mgr.cpp | 154 for (const auto& entity : entityVector) { in CheckWantEntity() local
|
/ohos5.0/base/notification/common_event_service/frameworks/native/test/unittest/ |
H A D | common_event_unsubscribe_test.cpp | 136 void CommonEventUnSubscribeTest::SetMatchingSkillsWithEntity(const std::string &entity) in SetMatchingSkillsWithEntity()
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_bundle_manager.cpp | 205 [element, find](const std::string &entity) { in CheckWantEntity()
|
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/ |
H A D | distributedwant_fuzzer.cpp | 54 std::string entity(data, size); in DoSomethingInterestingWithMyApiDistributedWant001() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_importer.cpp | 1824 void CreateNode(IEcs& ecs, const GLTF2::Node& node, const Entity entity, const GLTF2::Data& data, in CreateNode() 1839 void CreateName(IEcs& ecs, const GLTF2::Node& node, const Entity entity) in CreateName() 1847 void CreateTransform(IEcs& ecs, const GLTF2::Node& node, const Entity entity) in CreateTransform() 1874 void CreateMesh(IEcs& ecs, const GLTF2::Node& node, const Entity entity, const GLTF2::Data& data, in CreateMesh() 1887 void CreateCamera(IEcs& ecs, const GLTF2::Node& node, const Entity entity, const Entity environment… in CreateCamera() 1912 void CreateLight(IEcs& ecs, const GLTF2::Node& node, const Entity entity) in CreateLight() 1946 Entity const entity = FindEntity(sceneEntities, nodeIndex); in RecursivelyCreateComponents() local 2029 Entity const entity = FindEntity(sceneEntities, nodeIndex); in CreateSkinComponents() local 2066 Entity const entity = FindEntity(sceneEntities, nodeIndex); in CreateMorphComponents() local 2448 EntityReference entity; member [all …]
|