/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | bilateral_spring_adapter.cpp | 59 auto node = GetNode(controlIndex + index); in FlushAnimation() 65 auto node = GetNode(controlIndex - index); in FlushAnimation() 95 node = GetNode(controlIndex + index); in SetDeltaValue() 101 node = GetNode(controlIndex - index); in SetDeltaValue()
|
H A D | simple_spring_adapter.h | 41 return GetNode(GetControlIndex()); in GetControlNode() 44 RefPtr<SpringNode> GetNode(int32_t index) const override; 58 auto node = GetNode(index); in SetDeltaValue()
|
H A D | bilateral_spring_node.cpp | 39 node = adapter_->GetNode(controlIndex + index); in NotifyNext() 45 node = adapter_->GetNode(controlIndex - index); in NotifyNext() 97 auto next = adapter_->GetNode(GetIndex() + 1); in DoCollision() 105 auto prev = adapter_->GetNode(GetIndex() - 1); in DoCollision()
|
H A D | simple_spring_adapter.cpp | 36 return GetNode(node->GetIndex() + 1); in GetNext() 39 RefPtr<SpringNode> SimpleSpringAdapter::GetNode(int32_t index) const in GetNode() function in OHOS::Ace::SimpleSpringAdapter 75 auto node = GetNode(index); in FlushAnimation()
|
H A D | simple_spring_chain.cpp | 69 auto node = springAdapter_->GetNode(index); in SetDeltaValue() 115 auto currentNode = springAdapter_->GetNode(idx); in TransferParamsInternal()
|
H A D | spring_adapter.h | 51 virtual RefPtr<SpringNode> GetNode(int32_t index) const = 0;
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/mpi_node/ |
H A D | mpi_node.cpp | 57 auto peerNode = peerPort->GetNode(); in ConnectMpi() 61 port->GetNode()->GetName().c_str(), peerNode->GetName().c_str()); in ConnectMpi() 95 auto peerNode = peerPort->GetNode(); in DisConnectMpi() 99 port->GetNode()->GetName().c_str(), peerNode->GetName().c_str()); in DisConnectMpi()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_interactive_implict_animator.cpp | 185 auto target = RSNodeMap::Instance().GetNode<RSNode>(nodeId); in StartAnimation() 220 auto target = RSNodeMap::Instance().GetNode<RSNode>(nodeId); in PauseAnimation() 249 auto target = RSNodeMap::Instance().GetNode<RSNode>(nodeId); in ContinueAnimation() 278 auto target = RSNodeMap::Instance().GetNode<RSNode>(nodeId); in FinishAnimation() 306 auto node = RSNodeMap::Instance().GetNode<RSNode>(nodeId); in FinishOnCurrent() 327 auto node = RSNodeMap::Instance().GetNode(nodeId); in FinishOnCurrent() 357 auto target = RSNodeMap::Instance().GetNode<RSNode>(nodeId); in ReverseAnimation() 385 auto target = RSNodeMap::Instance().GetNode<RSNode>(nodeId); in SetFraction()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_node_map.h | 48 const std::shared_ptr<T> GetNode(NodeId id) const in GetNode() function 50 return RSBaseNode::ReinterpretCast<T>(GetNode<RSBaseNode>(id)); in GetNode() 53 const std::shared_ptr<RSBaseNode> GetNode(NodeId id) const;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/ |
H A D | scene.h | 135 Node GetNode(const BASE_NS::string_view path) in GetNode() function 137 return Node(GetSceneInterface()->GetNode<INode>(path)); in GetNode() 166 typename T::Ptr GetNode(const BASE_NS::string_view path) in GetNode() function 168 return GetSceneInterface()->GetNode<T>(path); in GetNode()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | node_system.cpp | 362 auto root = nodeAccess_.GetNode({}); in RemoveChildren() 555 if (auto* parent = GetNode(handle->parent)) { in AddNode() 723 auto node = GetNode(entity); in SetEnabled() 757 return GetNode(parent); in GetParent() 783 SceneNode* GetNode(Entity const& entity) const override in GetNode() function in NodeSystem::NodeCache 798 if (SceneNode* node = GetNode(entity)) { in UpdateParent() 898 if (SceneNode* sceneNode = GetNode(entity)) { in Refresh() 944 return GetNode(parent); in GetParentNoRefresh() 1044 ISceneNode* NodeSystem::GetNode(Entity entity) const in GetNode() function in NodeSystem 1050 return cache_->GetNode(entity); in GetNode() [all …]
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/node_base/ |
H A D | node_base.cpp | 66 std::shared_ptr<INode> PortBase::GetNode() const in GetNode() function in OHOS::Camera::PortBase 80 auto peerNode = peerPort->GetNode(); in DeliverBuffer() 91 auto peerNode = peerPort->GetNode(); in DeliverBuffers() 241 …GetName().c_str(), (*it)->Peer()->GetNode()->GetName().c_str(), buffer->GetStreamId(), buffer->Get… in DeliverBuffer()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_ui_director.cpp | 138 if (auto node = RSNodeMap::Instance().GetNode<RSRootNode>(root_)) { in GoForeground() 157 if (auto node = RSNodeMap::Instance().GetNode<RSRootNode>(root_)) { in GoBackground() 205 if (auto node = RSNodeMap::Instance().GetNode<RSRootNode>(root_)) { in Destroy() 259 auto node = RSNodeMap::Instance().GetNode<RSRootNode>(root_); in AttachSurface() 436 if (auto nodePtr = RSNodeMap::Instance().GetNode<RSNode>(nodeId)) { in AnimationCallbackProcessor() 474 if (auto node = RSNodeMap::Instance().GetNode(nodeId)) { in DumpNodeTreeProcessor()
|
H A D | rs_display_node.cpp | 90 if (auto prevNode = RSNodeMap::Instance().GetNode(id)) { in Unmarshalling() 110 if (auto childPtr = RSNodeMap::Instance().GetNode(child)) { in ClearChildren()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/spring_chain/ |
H A D | spring_chain_test.cpp | 158 auto node = adapter_->GetNode(idx); 184 node = AceType::DynamicCast<SimpleSpringNode>(adapter_->GetNode(CHAIN_ITEM_COUNT - 1)); 209 node = AceType::DynamicCast<SimpleSpringNode>(adapter_->GetNode(CHAIN_ITEM_COUNT - 1));
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_scene.h | 124 …virtual INode::Ptr GetNode(const BASE_NS::string_view path, BASE_NS::Uid classId = META_NS::IObjec… 282 typename T::Ptr GetNode(const BASE_NS::string_view path) in GetNode() function 285 return interface_pointer_cast<T>(GetNode(path, uid)); in GetNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/ |
H A D | rs_node_map_test.cpp | 120 auto nodeone = RSNodeMap::MutableInstance().GetNode(1); 126 nodeone = RSNodeMap::MutableInstance().GetNode(3);
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/source_node/ |
H A D | source_node.cpp | 244 auto node = port->GetNode(); in StopCollectBuffers() 284 auto node = port->GetNode(); in CollectBuffers() 380 auto node = port->GetNode(); in DistributeBuffers() 410 auto node = port->GetNode(); in FlushBuffers()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_extended_modifier_test.cpp | 120 EXPECT_EQ(RSNodeMap::Instance().GetNode<RSCanvasNode>(nodeId), nullptr); 124 EXPECT_NE(RSNodeMap::Instance().GetNode<RSCanvasNode>(nodeId), nullptr);
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | cjson_parser.cpp | 167 value = (defaultNum != 1) ? GetNode(plurals, 1) : GetNode(plurals, len); in GetPluralValue() 170 value = GetNode(plurals, len - index); in GetPluralValue() 196 char *CJSONParser::GetNode(ListNode *node, int index) in GetNode() function in OHOS::ACELite::CJSONParser 430 if (!strcmp(fileName, GetNode(fileList, i))) { in IsFileExistFullMatch() 668 char *message = CJSONParser::GetNode(keys, keyCount - curKeyIndex); in GetValueFromFile()
|
/ohos5.0/base/startup/init/services/param/watcher/proxy/ |
H A D | watcher_manager.cpp | 451 if (watcherGroups_->GetNode(groupId_) == nullptr) { in GetGroupId() 560 WatcherNodePtr node = remoteWatchers_->GetNode(remoteWatcherId); in GetRemoteWatcher() 590 WatcherNodePtr node = group->GetNode(remoteWatcher->GetRemoteWatcherId()); in DelParamWatcher() 595 node = remoteWatcher->GetNode(group->GetGroupId()); in DelParamWatcher() 628 WatcherNodePtr node = watcherGroups_->GetNode(groupId); in GetWatcherGroup() 673 WatcherNodePtr ParamWatcherList::GetNode(uint32_t nodeId) in GetNode() function in OHOS::init_param::ParamWatcherList
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/ |
H A D | rs_render_task.cpp | 43 auto surfaceNode = tasks_.front()->GetNode(); in GetSurfaceNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsnodemap_fuzzer/ |
H A D | rsnodemap_fuzzer.cpp | 65 RSNodeMap::MutableInstance().GetNode(GetData<NodeId>()); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_extended_modifier.h | 138 auto canvasnode = RSNodeMap::Instance().GetNode<RSCanvasNode>(node->GetId()); in CreateRenderModifier() 154 auto canvasnode = RSNodeMap::Instance().GetNode<RSCanvasNode>(node->GetId()); in UpdateToRender()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/dispatcher/ |
H A D | stream_pipeline_dispatcher.cpp | 37 GenerateNodeSeq(nodeVec, it->Peer()->GetNode()); in GenerateNodeSeq() 232 std::shared_ptr<INode> StreamPipelineDispatcher::GetNode(const int32_t streamId, const std::string … in GetNode() function in OHOS::Camera::StreamPipelineDispatcher
|