Home
last modified time | relevance | path

Searched refs:targetId_ (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_proxy_render_node.cpp27 : RSRenderNode(id, context), target_(target), targetId_(targetId) in RSProxyRenderNode()
38 GetId(), targetId_); in ~RSProxyRenderNode()
74 …std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetContextMatrix>(targetId_, ma… in SetContextMatrix()
89 …std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetContextAlpha>(targetId_, alp… in SetContextAlpha()
104 …tr<RSCommand> command = std::make_unique<RSSurfaceNodeSetContextClipRegion>(targetId_, clipRegion); in SetContextClipRegion()
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_bind_target_req.h35 return targetId_; in GetPeerTargetId()
45 targetId_ = targetId; in SetPeerTargetId()
69 PeerTargetId targetId_;
H A Dipc_destroy_pin_holder_req.h35 return targetId_; in GetPeerTargetId()
45 targetId_ = targetId; in SetPeerTargetId()
89 PeerTargetId targetId_;
H A Dipc_notify_bind_result_req.h35 return targetId_; in GetPeerTargetId()
45 targetId_ = targetId; in SetPeerTargetId()
109 PeerTargetId targetId_;
H A Dipc_create_pin_holder_req.h35 return targetId_; in GetPeerTargetId()
45 targetId_ = targetId; in SetPeerTargetId()
109 PeerTargetId targetId_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dkeyboard_base_pattern.h30 targetId_ = targetId; in KeyboardPattern()
41 return targetId_; in GetTargetId()
62 int32_t targetId_ = -1;
H A Dmodal_presentation_pattern.h39 : targetId_(targetId), type_(type), callback_(std::move(callback)) in ModalPresentationPattern()
55 return targetId_; in GetTargetId()
210 int32_t targetId_ = -1; variable
H A Dsheet_presentation_pattern.h56 targetId_ = targetId; in SheetPresentationPattern()
80 return MakeRefPtr<SheetPresentationLayoutAlgorithm>(targetId_, targetTag_, GetSheetType()); in CreateLayoutAlgorithm()
90 return targetId_; in GetTargetId()
702 int32_t targetId_ = -1; variable
H A Dmodal_presentation_pattern.cpp37 overlayManager->SetDismissTarget(DismissTarget(targetId_)); in ModalInteractiveDismiss()
H A Dkeyboard_base_pattern.cpp65 .append(std::to_string(targetId_))); in DumpInfo()
H A Dsheet_presentation_pattern.cpp318 auto targetNode = FrameNode::GetFrameNode(targetTag_, targetId_); in OnAttachToFrameNode()
352 auto targetNode = FrameNode::GetFrameNode(targetTag_, targetId_); in OnDetachFromFrameNode()
2288 … "TargetId: " + std::to_string(static_cast<int32_t>(targetId_)) + " , TargetTag : " + targetTag_); in GetSheetTypeWithAuto()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_node_showing_command.cpp31 RSMarshallingHelper::Marshalling(parcel, targetId_) && in Marshalling()
63 RSMarshallingHelper::Unmarshalling(parcel, targetId) && targetId == targetId_ && in CheckHeader()
78 auto node = nodeMap.GetRenderNode<RSRenderNode>(targetId_); in Process()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpopup_param.h166 return targetId_; in GetTargetId()
171 targetId_ = targetId; in SetTargetId()
519 ComposeId targetId_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_node_showing_command.h41 : RSSyncTask(timeoutNS), targetId_(targetId), property_(property)
62 NodeId targetId_ = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_animation.cpp145 targetId_ = target_->GetId(); in Attach()
167 return targetId_; in GetTargetId()
311 std::make_unique<RSAnimationCallback>(targetId_, id_, REPEAT_FINISHED); in ProcessOnRepeatFinish()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/
H A Dmenu_wrapper_pattern.h52 explicit MenuWrapperPattern(int32_t Id) : targetId_(Id) {} in MenuWrapperPattern()
74 return targetId_; in GetTargetId()
534 int32_t targetId_ = -1; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_pattern.h60 : targetId_(targetId), targetTag_(std::move(tag)), type_(type) in MenuPattern()
213 return targetId_; in GetTargetId()
591 const int32_t targetId_ = -1; variable
H A Dmenu_pattern.cpp198 auto targetNode = FrameNode::GetFrameNode(targetTag_, targetId_); in OnAttachToFrameNode()
235 auto targetNode = FrameNode::GetFrameNode(targetTag_, targetId_); in OnDetachFromFrameNode()
612 SubwindowManager::GetInstance()->HideMenuNG(wrapper, targetId_); in HideMenu()
622 overlayManager->HideMenu(wrapper, targetId_, isMenuOnTouch); in HideMenu()
623 overlayManager->EraseMenuInfo(targetId_); in HideMenu()
899 return MakeRefPtr<MenuLayoutAlgorithm>(targetId_, targetTag_, lastPosition_); in CreateLayoutAlgorithm()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_proxy_render_node.h67 NodeId targetId_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.h120 ComposeId targetId_; variable
H A Drender_bubble.cpp84 targetId_ = bubble->GetPopupParam()->GetTargetId(); in Update()
322 auto targetElement = context->GetComposedElementById(targetId_); in InitTargetSizeAndPosition()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_animation.h245 NodeId targetId_ = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_node_showing_command_test.cpp132 animation.targetId_ = 1;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h212 int32_t targetId_ = -1; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation.cpp538 animation->targetId_ = target->GetId(); in StartCustomAnimation()

12