Home
last modified time | relevance | path

Searched refs:GetScene (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
H A Dscene_state_collection.cpp54 if ((!tms->GetScene().empty()) && (tms->GetScene() == value)) { in DecideState()
55 std::string scene = tms->GetScene(); in DecideState()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Dintf_render_data_store_default_scene.h44 virtual RenderScene GetScene(const BASE_NS::string_view name) const = 0; in CORE3D_BEGIN_NAMESPACE()
49 virtual RenderScene GetScene() const = 0; in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_scene.cpp53 RenderScene RenderDataStoreDefaultScene::GetScene(const string_view name) const in GetScene() function in RenderDataStoreDefaultScene
63 RenderScene RenderDataStoreDefaultScene::GetScene() const in GetScene() function in RenderDataStoreDefaultScene
H A Drender_data_store_default_scene.h54 RenderScene GetScene(const BASE_NS::string_view sceneName) const override; in CORE3D_BEGIN_NAMESPACE()
55 RenderScene GetScene() const override; in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dscene_created_test.cpp142 EXPECT_NE(ability_->GetScene(), nullptr);
170 firstScene = ability_->GetScene();
175 EXPECT_EQ(ability_->GetScene(), firstScene);
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dnode.h119 IScene::Ptr GetScene() const in SCENE_BEGIN_NAMESPACE()
122 return impl->GetScene(); in SCENE_BEGIN_NAMESPACE()
H A Dscene.h220 static Scene GetScene(nodeClass& node) in GetScene() function
223 return Scene(nodeInterface->GetScene()); in GetScene()
/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup_action/
H A Dwakeup_action_controller.cpp81 …pid, uid, reason.c_str(), sourceMap_[reason]->GetScene().c_str(), sourceMap_[reason]->GetAction()); in ExecuteByGetReason()
96 HandleShutdown(sourceMap_[reason]->GetScene()); in HandleAction()
H A Dwakeup_action_sources.h45 std::string GetScene() const in GetScene() function
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp114 auto sceneObject = interface_pointer_cast<IObject>(parent->GetScene()); in Connect()
468 SCENE_NS::IScene::Ptr NodeImpl::GetScene() const in GetScene() function in NodeImpl
495 if (auto scene = GetScene()) { in RecursivelyEnableCache()
511 if (auto scene=GetScene()) { in UpdateChildrenPath()
722 if (auto attachment = GetScene()->GetAnimation(name)) { in CompleteInitialization()
814 } else if (META_NS::GetValue(self->GetScene()->Asynchronous()) && self->shouldRetry_) { in SetPathWithoutNode()
965 if (auto scene = self->GetScene()) { in BuildChildrenIterateOver()
990 if (options == SCENE_NS::INode::NODE_BUILD_CHILDREN_NO_BUILD || !GetScene()) { in BuildChildren()
995 if (!META_NS::GetValue(GetScene()->Asynchronous())) { in BuildChildren()
1408 if (auto iscene = GetScene()) { in GetMeshFromEngine()
[all …]
H A Dmesh_impl.cpp123 SCENE_NS::IMaterial::Ptr material = GetScene()->GetMaterial(materialOverrideUri); in CompleteInitialization()
137 submesh->Material()->SetValue(GetScene()->GetMaterial(materialUri)); in CompleteInitialization()
148 if (auto iscene = GetScene()) { in SetPath()
311 if (auto iscene = GetScene()) { in GetMaterial()
H A Dcamera_impl.cpp132 if (auto scene = GetScene()) { in CompleteInitialization()
384 … weakSelf = BASE_NS::weak_ptr(ecsObject_), weakScene = BASE_NS::weak_ptr(GetScene())]() { in RayCastFromCamera()
427 … weakSelf = BASE_NS::weak_ptr(ecsObject_), weakScene = BASE_NS::weak_ptr(GetScene())]() { in RayCastFromCamera()
469 … weakSelf = BASE_NS::weak_ptr(ecsObject_), weakScene = BASE_NS::weak_ptr(GetScene())]() { in RayFromCamera()
H A Dnode_impl.h176 SCENE_NS::IScene::Ptr GetScene() const override;
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DCameraJS.cpp76 auto scene = camnode->GetScene(); in DisposeNative()
197 if (auto scene = interface_cast<SCENE_NS::INode>(camera)->GetScene()) { in Finalize()
244 if (auto scene = interface_cast<SCENE_NS::INode>(camera)->GetScene()) { in GetEnabled()
261 if (auto scene = interface_cast<SCENE_NS::INode>(camera)->GetScene()) { in SetEnabled()
H A DGeometryJS.cpp42 auto scene = nod->GetScene(); in DisposeNative()
H A DMaterialJS.cpp81 auto scene = node->GetScene(); in DisposeNative()
/ohos5.0/base/powermgr/power_manager/utils/vibrator/include/
H A Dvibrator_source_parser.h40 std::string GetScene() const in GetScene() function
/ohos5.0/base/powermgr/power_manager/utils/vibrator/src/
H A Dpower_vibrator.cpp51 if (src.GetScene() == scene) { in StartVibrator()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_lights.cpp108 const auto scene = dataStoreScene->GetScene(); in ExecuteFrame()
H A Drender_node_default_shadow_render_slot.cpp190 const auto scene = dataStoreScene->GetScene(); in PreExecuteFrame()
245 const auto scene = storeScene->GetScene(); in ExecuteFrame()
642 const auto scene = dataStoreScene.GetScene(); in UpdateCurrentScene()
H A Drender_node_default_camera_post_process_controller.cpp201 const auto scene = dataStoreScene.GetScene(); in UpdateCurrentScene()
H A Drender_node_default_depth_render_slot.cpp142 const auto scene = dataStoreScene->GetScene(); in ExecuteFrame()
304 const auto scene = dataStoreScene.GetScene(); in UpdateCurrentScene()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_node.h188 virtual BASE_NS::shared_ptr<IScene> GetScene() const = 0;
/ohos5.0/base/powermgr/thermal_manager/services/native/include/
H A Dthermal_service.h157 static const std::string& GetScene() in GetScene() function
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dui_ability.h427 std::shared_ptr<Rosen::WindowScene> GetScene();

12