/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/ |
H A D | scene_state_collection.cpp | 54 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 D | intf_render_data_store_default_scene.h | 44 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 D | render_data_store_default_scene.cpp | 53 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 D | render_data_store_default_scene.h | 54 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 D | scene_created_test.cpp | 142 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 D | node.h | 119 IScene::Ptr GetScene() const in SCENE_BEGIN_NAMESPACE() 122 return impl->GetScene(); in SCENE_BEGIN_NAMESPACE()
|
H A D | scene.h | 220 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 D | wakeup_action_controller.cpp | 81 …pid, uid, reason.c_str(), sourceMap_[reason]->GetScene().c_str(), sourceMap_[reason]->GetAction()); in ExecuteByGetReason() 96 HandleShutdown(sourceMap_[reason]->GetScene()); in HandleAction()
|
H A D | wakeup_action_sources.h | 45 std::string GetScene() const in GetScene() function
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | node_impl.cpp | 114 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 D | mesh_impl.cpp | 123 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 D | camera_impl.cpp | 132 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 D | node_impl.h | 176 SCENE_NS::IScene::Ptr GetScene() const override;
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | CameraJS.cpp | 76 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 D | GeometryJS.cpp | 42 auto scene = nod->GetScene(); in DisposeNative()
|
H A D | MaterialJS.cpp | 81 auto scene = node->GetScene(); in DisposeNative()
|
/ohos5.0/base/powermgr/power_manager/utils/vibrator/include/ |
H A D | vibrator_source_parser.h | 40 std::string GetScene() const in GetScene() function
|
/ohos5.0/base/powermgr/power_manager/utils/vibrator/src/ |
H A D | power_vibrator.cpp | 51 if (src.GetScene() == scene) { in StartVibrator()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_lights.cpp | 108 const auto scene = dataStoreScene->GetScene(); in ExecuteFrame()
|
H A D | render_node_default_shadow_render_slot.cpp | 190 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 D | render_node_default_camera_post_process_controller.cpp | 201 const auto scene = dataStoreScene.GetScene(); in UpdateCurrentScene()
|
H A D | render_node_default_depth_render_slot.cpp | 142 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 D | intf_node.h | 188 virtual BASE_NS::shared_ptr<IScene> GetScene() const = 0;
|
/ohos5.0/base/powermgr/thermal_manager/services/native/include/ |
H A D | thermal_service.h | 157 static const std::string& GetScene() in GetScene() function
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | ui_ability.h | 427 std::shared_ptr<Rosen::WindowScene> GetScene();
|