/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_proxy_render_node.cpp | 27 : 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 D | ipc_bind_target_req.h | 35 return targetId_; in GetPeerTargetId() 45 targetId_ = targetId; in SetPeerTargetId() 69 PeerTargetId targetId_;
|
H A D | ipc_destroy_pin_holder_req.h | 35 return targetId_; in GetPeerTargetId() 45 targetId_ = targetId; in SetPeerTargetId() 89 PeerTargetId targetId_;
|
H A D | ipc_notify_bind_result_req.h | 35 return targetId_; in GetPeerTargetId() 45 targetId_ = targetId; in SetPeerTargetId() 109 PeerTargetId targetId_;
|
H A D | ipc_create_pin_holder_req.h | 35 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 D | keyboard_base_pattern.h | 30 targetId_ = targetId; in KeyboardPattern() 41 return targetId_; in GetTargetId() 62 int32_t targetId_ = -1;
|
H A D | modal_presentation_pattern.h | 39 : targetId_(targetId), type_(type), callback_(std::move(callback)) in ModalPresentationPattern() 55 return targetId_; in GetTargetId() 210 int32_t targetId_ = -1; variable
|
H A D | sheet_presentation_pattern.h | 56 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 D | modal_presentation_pattern.cpp | 37 overlayManager->SetDismissTarget(DismissTarget(targetId_)); in ModalInteractiveDismiss()
|
H A D | keyboard_base_pattern.cpp | 65 .append(std::to_string(targetId_))); in DumpInfo()
|
H A D | sheet_presentation_pattern.cpp | 318 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 D | rs_node_showing_command.cpp | 31 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 D | popup_param.h | 166 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 D | rs_node_showing_command.h | 41 : 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 D | rs_render_animation.cpp | 145 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 D | menu_wrapper_pattern.h | 52 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 D | menu_pattern.h | 60 : targetId_(targetId), targetTag_(std::move(tag)), type_(type) in MenuPattern() 213 return targetId_; in GetTargetId() 591 const int32_t targetId_ = -1; variable
|
H A D | menu_pattern.cpp | 198 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 D | rs_proxy_render_node.h | 67 NodeId targetId_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | render_bubble.h | 120 ComposeId targetId_; variable
|
H A D | render_bubble.cpp | 84 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 D | rs_render_animation.h | 245 NodeId targetId_ = 0; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_node_showing_command_test.cpp | 132 animation.targetId_ = 1;
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.h | 212 int32_t targetId_ = -1; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_animation.cpp | 538 animation->targetId_ = target->GetId(); in StartCustomAnimation()
|