Home
last modified time | relevance | path

Searched defs:entity (Results 76 – 100 of 137) sorted by relevance

123456

/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_common.c181 ProtocolEntity **entity; in ClearProtocolEntityVec() local
/ohos5.0/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_core.cpp388 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 Dmock_bundle_manager.cpp149 for (const auto& entity : entityVector) { in CheckWantEntity() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dpicking.cpp151 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 Dmultimesh_impl.cpp84 … auto entity = sceneHolder->CreateMultiMeshInstance(baseComponent); in Initialize() local
H A Dcamera_impl.cpp157 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 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 Dpostprocess_impl.cpp159 void SetEntity(CORE_NS::Entity entity, SceneHolder::Ptr sh, bool preferEcsValues) override in SetEntity()
H A Dscene_impl.cpp413 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 Dfold_app_usage_db_helper.cpp274 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 DBackupHelpers.h131 entity_header_v1 entity; member
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/database/adapter/
H A Dexport_db_storage.cpp133 NativeRdb::RowEntity entity; in QueryExportDetailRecord() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Ddb_delegate.cpp47 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 Dmock_bundle_manager.cpp189 for (const auto& entity : entityVector) { in CheckWantEntity() local
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp95 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 Danimation_system.cpp807 [](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 Drender_system.cpp290 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()
436const 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 Drender_system.h115 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 Dlume_custom_render.cpp153 auto entity = ecs_->GetEntityManager().CreateReferenceCounted(); in LoadImage() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/
H A Djs_feature_ability.cpp316 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 Dmock_bundle_mgr.cpp154 for (const auto& entity : entityVector) { in CheckWantEntity() local
/ohos5.0/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dcommon_event_unsubscribe_test.cpp136 void CommonEventUnSubscribeTest::SetMatchingSkillsWithEntity(const std::string &entity) in SetMatchingSkillsWithEntity()
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_bundle_manager.cpp205 [element, find](const std::string &entity) { in CheckWantEntity()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
H A Ddistributedwant_fuzzer.cpp54 std::string entity(data, size); in DoSomethingInterestingWithMyApiDistributedWant001() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp1824 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 …]

123456