/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_drm_composition.cpp | 95 drmPlane.GetId(), drmPlane.GetPropSrc_xId(), 0); in SetSrcProperty() 100 drmPlane.GetId(), drmPlane.GetPropSrc_yId(), 0); in SetSrcProperty() 136 drmPlane.GetId(), propId, fenceFd); in ApplyPlane() 162 … ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropCrtcId(), mCrtc->GetId()); in ApplyPlane() 164 drmPlane.GetId(), drmPlane.GetPropCrtcId(), mCrtc->GetId()); in ApplyPlane() 191 …ret = drmModeAtomicAddProperty(pset, mConnector->GetId(), mConnector->GetPropCrtcId(), mCrtc->GetI… in UpdateMode() 193 mConnector->GetId(), mConnector->GetPropCrtcId(), mCrtc->GetId()); in UpdateMode() 241 drmPlane->GetId(), drmPlane->GetWinType(), mCrtc->GetId(), mCrtc->GetPlaneMask()); in FindPlaneAndApply() 283 mConnector->GetId(), mConnector->GetEncoderId()); in Apply() 290 …ret = drmModeAtomicAddProperty(pset, mConnector->GetId(), mConnector->GetPropCrtcId(), mCrtc->GetI… in Apply() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_surface_node.cpp | 70 .id = node->GetId(), in Create() 154 GetId()); in CreateNodeInRenderThread() 236 GetId(), bounds.z_, bounds.w_); in OnBoundsSizeChanged() 244 GetId(), bounds.z_, bounds.w_); in OnBoundsSizeChanged() 284 GetId(), isSecurityLayer ? "true" : "false"); in SetSecurityLayer() 542 GetId(), surfaceId); in CreateNodeAndSurface() 745 GetId(), isBootAnimation ? "true" : "false"); in SetBootAnimation() 762 GetId(), config.type); in CreateSurfaceExt() 771 GetId(), config.type, texture.get()); in CreateSurfaceExt() 856 GetId(), isForeground ? "true" : "false"); in SetForeground() [all …]
|
H A D | rs_display_node.cpp | 40 if (!node->CreateNode(displayNodeConfig, node->GetId())) { in Create() 45 ROSEN_LOGI("RSDisplayNode::Create, id:%{public}" PRIu64, node->GetId()); in Create() 57 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeAddToTree>(GetId()); in AddDisplayNodeToTree() 62 ROSEN_LOGI("RSDisplayNode::AddDisplayNodeToTree, id:%{public}" PRIu64, GetId()); in AddDisplayNodeToTree() 67 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeRemoveFromTree>(GetId()); in RemoveDisplayNodeFromTree() 72 ROSEN_LOGI("RSDisplayNode::RemoveDisplayNodeFromTree, id:%{public}" PRIu64, GetId()); in RemoveDisplayNodeFromTree() 118 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetScreenId>(GetId(), screenId); in SetScreenId() 159 " isSecurityDisplay:[%{public}s]", GetId(), isSecurityDisplay ? "true" : "false"); in SetSecurityDisplay() 176 " isMirrored:[%{public}s]", GetId(), displayNodeConfig.isMirrored ? "true" : "false"); in SetDisplayNodeMirrorConfig() 205 " screenRotation:[%{public}d]", GetId(), rotation); in SetScreenRotation() [all …]
|
H A D | rs_canvas_drawing_node.cpp | 48 std::make_unique<RSCanvasDrawingNodeCreate>(node->GetId(), isTextureExportNode); in Create() 61 GetId(), width, height); in ResetSurface() 63 …std::unique_ptr<RSCommand> command = std::make_unique<RSCanvasDrawingNodeResetSurface>(GetId(), wi… in ResetSurface() 74 …std::unique_ptr<RSCommand> command = std::make_unique<RSCanvasDrawingNodeCreate>(GetId(), isTextur… in CreateRenderNodeForTextureExportSwitch() 93 bool ret = renderServiceClient->GetBitmap(GetId(), bitmap); in GetBitmap() 100 …nderThread::Instance().GetContext().GetNodeMap().GetRenderNode<RSCanvasDrawingRenderNode>(GetId()); in GetBitmap() 102 … RS_LOGE("RSCanvasDrawingNode::GetBitmap cannot find NodeId: [%{public}" PRIu64 "]", GetId()); in GetBitmap() 139 bool ret = renderServiceClient->GetPixelmap(GetId(), pixelmap, rect, drawCmdList); in GetPixelmap() 146 …nderThread::Instance().GetContext().GetNodeMap().GetRenderNode<RSCanvasDrawingRenderNode>(GetId()); in GetPixelmap() 148 … RS_LOGE("RSCanvasDrawingNode::GetPixelmap: cannot find NodeId: [%{public}" PRIu64 "]", GetId()); in GetPixelmap()
|
H A D | rs_root_node.cpp | 67 …std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeCreate>(node->GetId(), isTextureEx… in Create() 82 … std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeAttachRSSurfaceNode>(GetId(), in AttachRSSurfaceNode() 83 surfaceNode->GetId()); in AttachRSSurfaceNode() 86 … std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeAttachToUniSurfaceNode>(GetId(), in AttachRSSurfaceNode() 87 surfaceNode->GetId()); in AttachRSSurfaceNode() 98 std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeSetEnableRender>(GetId(), flag); in SetEnableRender() 114 std::make_unique<RSRootNodeUpdateSuggestedBufferSize>(GetId(), bounds.z_, bounds.w_); in OnBoundsSizeChanged()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | status_listener.h | 73 return callback.GetId(); in AddStartListener() 81 return callback.GetId(); in AddStopListener() 89 return callback.GetId(); in AddRepeatListener() 97 return callback.GetId(); in AddPauseListener() 105 return callback.GetId(); in AddResumeListener() 113 return callback.GetId(); in AddIdleListener() 121 return callback.GetId(); in AddPrepareListener() 126 startCallbacks_.erase(callback.GetId()); in RemoveStartListener() 136 stopCallbacks_.erase(callback.GetId()); in RemoveStopListener() 156 pauseCallbacks_.erase(callback.GetId()); in RemovePauseListener() [all …]
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | screen.cpp | 62 ScreenId Screen::GetId() const in GetId() function in OHOS::Rosen::Screen 126 return SingletonContainer::Get<ScreenManagerAdapter>().SetOrientation(GetId(), orientation); in SetOrientation() 146 return SingletonContainer::Get<ScreenManagerAdapter>().GetScreenGamutMap(GetId(), gamutMap); in GetScreenGamutMap() 151 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenGamutMap(GetId(), gamutMap); in SetScreenGamutMap() 156 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenColorTransform(GetId()); in SetScreenColorTransform() 161 return SingletonContainer::Get<ScreenManagerAdapter>().GetPixelFormat(GetId(), pixelFormat); in GetPixelFormat() 166 return SingletonContainer::Get<ScreenManagerAdapter>().SetPixelFormat(GetId(), pixelFormat); in SetPixelFormat() 176 return SingletonContainer::Get<ScreenManagerAdapter>().GetScreenHDRFormat(GetId(), hdrFormat); in GetScreenHDRFormat() 181 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenHDRFormat(GetId(), modeIdx); in SetScreenHDRFormat() 218 ScreenId screenId = GetId(); in SetScreenActiveMode() [all …]
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | hdi_drm_composition.cpp | 66 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), propId, fenceFd); in ApplyPlane() 68 drmPlane.GetId(), propId, fenceFd); in ApplyPlane() 77 …ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropFbId(), gemBuffer->GetFbId(… in ApplyPlane() 78 …DISPLAY_LOGD("set the fb planeid %{public}d, propId %{public}d, fbId %{public}d", drmPlane.GetId(), in ApplyPlane() 83 … ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropCrtcId(), mCrtc->GetId()); in ApplyPlane() 85 drmPlane.GetPropCrtcId(), mCrtc->GetId()); in ApplyPlane() 99 int ret = drmModeAtomicAddProperty(&pset, mCrtc->GetId(), mCrtc->GetActivePropId(), 1); in UpdateMode() 110 …ret = drmModeAtomicAddProperty(&pset, mConnector->GetId(), mConnector->GetPropCrtcId(), mCrtc->Get… in UpdateMode() 112 mConnector->GetPropCrtcId(), mCrtc->GetId()); in UpdateMode() 135 ret = drmModeAtomicAddProperty(atomicReqPtr.Get(), mCrtc->GetId(), mCrtc->GetOutFencePropId(), in Apply() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_animation.cpp | 70 "Animation Set FinishCallback", target->GetId(), id_, true); in SetFinishCallback() 94 "Animation Call FinishCallback", target->GetId(), id_, true); in CallFinishCallback() 111 AnimationId RSAnimation::GetId() const in GetId() function in OHOS::Rosen::RSAnimation 204 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationPause>(target->GetId(), id_); in OnPause() 210 std::make_unique<RSAnimationPause>(target->GetId(), id_); in OnPause() 357 std::make_unique<RSAnimationResume>(target->GetId(), id_); in OnResume() 399 std::make_unique<RSAnimationFinish>(target->GetId(), id_); in OnFinish() 442 std::make_unique<RSAnimationReverse>(target->GetId(), id_, isReversed_); in OnReverse() 488 std::make_unique<RSAnimationSetFraction>(target->GetId(), id_, fraction); in OnSetFraction() 532 GetId()); in StartCustomAnimation() [all …]
|
H A D | rs_spring_animation.cpp | 74 auto animation = std::make_shared<RSRenderSpringAnimation>(GetId(), GetPropertyId(), in OnStart() 108 …std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationCreateSpring>(target->GetId(), an… in StartRenderAnimation() 109 …roxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), target->GetId()); in StartRenderAnimation() 112 std::make_unique<RSAnimationCreateSpring>(target->GetId(), animation); in StartRenderAnimation() 113 … transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in StartRenderAnimation() 123 "animationId: %{public}" PRIu64 "!", GetId()); in StartUIAnimation() 129 modifierManager->RegisterSpringAnimation(propertyId, GetId()); in StartUIAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/recycle_node/ |
H A D | recycle_manager_test.cpp | 95 RecycleManager::Push(child0->GetId(), child0); 105 RecycleManager::Push(child1->GetId(), child1); 106 RecycleManager::Push(child2->GetId(), child2); 114 RecycleManager::Pop(child1->GetId()); 118 auto id = child2->GetId(); 130 RecycleManager::Push(child1->GetId(), child1); 137 auto it = context->recycleManager_->recyclePool_.find(child1->GetId()); 140 RecycleManager::Pop(child1->GetId()); 142 RecycleManager::Push(child1->GetId(), child1); 144 RecycleManager::Push(child2->GetId(), child2); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_new_test_ng.cpp | 248 auto targetId = rootNode->GetId(); 320 auto targetId = rootNode->GetId(); 395 auto targetId = rootNode->GetId(); 470 auto targetId = rootNode->GetId(); 546 auto targetId = rootNode->GetId(); 622 auto targetId = rootNode->GetId(); 698 auto targetId = rootNode->GetId(); 771 auto targetId = rootNode->GetId(); 843 auto targetId = rootNode->GetId(); 915 auto targetId = rootNode->GetId(); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_context.cpp | 24 NodeId id = nodePtr->GetId(); in RegisterAnimatingRenderNode() 38 if (node == nullptr || node->GetId() == INVALID_NODEID) { in AddActiveNode() 43 activeNodesInRoot_[rootNodeId].emplace(node->GetId(), node); in AddActiveNode() 48 if (node == nullptr || node->GetId() == INVALID_NODEID) { in HasActiveNode() 53 return activeNodesInRoot_[rootNodeId].count(node->GetId()) > 0; in HasActiveNode() 58 if (node == nullptr || node->GetId() == INVALID_NODEID) { in AddPendingSyncNode() 61 pendingSyncNodes_.emplace(node->GetId(), node); in AddPendingSyncNode()
|
H A D | rs_surface_render_node.cpp | 169 GetName().c_str(), GetId()); in UpdateSrcRect() 652 SendCommandFromRT(command, GetId()); in SetContextBounds() 718 SendCommandFromRT(command, GetId()); in SetContextMatrix() 734 SendCommandFromRT(command, GetId()); in SetContextAlpha() 750 SendCommandFromRT(command, GetId()); in SetContextClipRegion() 755 GetId(), isBootAnimation); in SetBootAnimation() 856 skipLayerIds_.insert(GetId()); in SetSkipLayer() 858 skipLayerIds_.erase(GetId()); in SetSkipLayer() 1303 GetId()); in NotifyRTBufferAvailable() 2617 firstLevelNodeId = GetId(); in SetIsOnTheTree() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uifirst_manager.cpp | 120 auto drawable = GetSurfaceDrawableByID(nodePtr->GetId()); in ResetUifirstNode() 251 surfaceChild->GetId(), wait); in NotifyUIStartingWindow() 649 node->GetId(), node->GetInstanceRootNodeId()); in CollectSkipSyncNode() 930 return startingWindow->GetId(); in LeashWindowContainMainWindowAndStarting() 1114 appPids.insert(ExtractPid(node.GetId())); in CheckIfAppWindowHasAnimation() 1134 if (item.disableNodes.count(node.GetId())) { in CheckIfAppWindowHasAnimation() 1180 (node.GetFirstLevelNodeId() != node.GetId()) || in IsLeashWindowCache() 1214 (node.GetFirstLevelNodeId() != node.GetId()) || in IsNonFocusWindowCache() 1337 NotifyUIStartingWindow(node.GetId(), false); in UifirstStateChange() 1339 RemoveCardNodes(node.GetId()); in UifirstStateChange() [all …]
|
H A D | rs_render_service_listener.cpp | 40 …LOGD("RsDebug RSRenderServiceListener::OnBufferAvailable node id:%{public}" PRIu64, node->GetId()); in OnBufferAvailable() 55 " UI buffer available", node->GetId()); in OnBufferAvailable() 60 " RT buffer available", node->GetId()); in OnBufferAvailable() 82 " UI buffer available", node->GetId()); in OnTunnelHandleChange() 95 … RS_LOGD("RsDebug RSRenderServiceListener::OnCleanCache node id:%{public}" PRIu64, node->GetId()); in OnCleanCache() 112 …RS_LOGD("RsDebug RSRenderServiceListener::OnGoBackground node id:%{public}" PRIu64, node->GetId()); in OnGoBackground() 132 …LOGD("RsDebug RSRenderServiceListener::OnTransformChange node id:%{public}" PRIu64, node->GetId()); in OnTransformChange()
|
H A D | rs_uni_render_visitor.cpp | 294 if (ancestor != nullptr && node.GetId() == ancestor->GetId()) { in UpdateColorSpaceAfterHwcCalc() 398 if (curSurfaceNode_ == nullptr || curSurfaceNode_->GetId() != node.GetId()) { in ResetCurSurfaceInfoAsUpperSurfaceParent() 593 node.GetId()); in UpdateVirtualScreenSecurityExemption() 729 …%d] nodeType[%u] subTreeDirty[%d]", node.GetName().c_str(), node.GetId(), ExtractPid(node.GetId()), in QuickPrepareSurfaceRenderNode() 1385 if (curSurfaceNode_ && (node.GetId() != curSurfaceNode_->GetId())) { in UpdateDstRect() 2617 bool findInRoot = parent ? parent->GetId() == rootNode.GetId() : false; in UpdateHwcNodeRectInSkippedSubTree() 2628 findInRoot = parent->GetId() == rootNode.GetId() ? true : findInRoot; in UpdateHwcNodeRectInSkippedSubTree() 2746 if (surfaceNode->GetId() == node->GetId()) { in UpdateHwcNodeEnableByGlobalFilter() 2905 … transparentCleanFilter_[curSurfaceNode_->GetId()].push_back({node.GetId(), globalFilterRect}); in CollectFilterInfoAndUpdateDirty() 2972 node.GetId(), ExtractPid(node.GetId()), node.IsSubTreeDirty()); in PrepareRootRenderNode() [all …]
|
H A D | rs_render_service_visitor.cpp | 133 … node.GetId(), node.GetScreenId(), isSecurityDisplay_ ? "true" : "false", node.GetChildrenCount()); in ProcessDisplayRenderNode() 208 because of security SurfaceNode.", node.GetId()); in PrepareSurfaceRenderNode() 214 because of skip SurfaceNode.", node.GetId()); in PrepareSurfaceRenderNode() 219 node.GetId()); in PrepareSurfaceRenderNode() 224 node.GetId()); in PrepareSurfaceRenderNode() 242 node.GetId()); in ProcessSurfaceRenderNode() 250 because of skip SurfaceNode.", node.GetId()); in ProcessSurfaceRenderNode() 264 foregroundSurfaces_[parent ? parent->GetId() : 0].push_back(func); in ProcessSurfaceRenderNode() 268 auto it = foregroundSurfaces_.find(node.GetId()); in ProcessSurfaceRenderNode() 270 for (auto f : foregroundSurfaces_[node.GetId()]) { in ProcessSurfaceRenderNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/ |
H A D | popup_element.cpp | 47 popupElement->CancelPopup(popupElement->GetId()); in PerformBuild() 73 …fPtr<TweenComponent> tween = AceType::MakeRefPtr<TweenComponent>(popup_->GetId(), popup_->GetId()); in ShowPopupInSubWindow() 81 bubble->SetId(popup_->GetId()); in ShowPopupInSubWindow() 125 …fPtr<TweenComponent> tween = AceType::MakeRefPtr<TweenComponent>(popup_->GetId(), popup_->GetId()); in ShowPopup() 133 bubble->SetId(popup_->GetId()); in ShowPopup() 154 auto node = manager->GetAccessibilityNodeById(StringUtils::StringToInt(popup_->GetId())); in ShowPopup() 182 … accessibilityManager->RemoveAccessibilityNodeById(StringUtils::StringToInt(popup_->GetId())); in CancelPopup() 184 …o node = accessibilityManager->GetAccessibilityNodeById(StringUtils::StringToInt(popup_->GetId())); in CancelPopup()
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | print_resolution_test.cpp | 53 EXPECT_EQ(res.GetId(), resolution.GetId()); 68 EXPECT_EQ("", resolution.GetId()); 81 EXPECT_EQ("test", resolution.GetId()); 155 EXPECT_EQ(copyResolution.GetId(), resolution.GetId()); 169 EXPECT_EQ(copyResolution.GetId(), resolution.GetId());
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_extended_modifier.h | 77 RSDrawingContext ctx = RSExtendedModifierHelper::CreateDrawingContext(node->GetId()); in CreateRenderModifier() 79 … return RSExtendedModifierHelper::CreateRenderModifier(ctx, property_->GetId(), GetModifierType()); in CreateRenderModifier() 88 RSDrawingContext ctx = RSExtendedModifierHelper::CreateDrawingContext(node->GetId()); in UpdateToRender() 101 node->GetId(), drawCmdList, property_->id_, UPDATE_TYPE_OVERWRITE); in UpdateToRender() 107 node->GetId(), drawCmdList, property_->id_, UPDATE_TYPE_OVERWRITE); in UpdateToRender() 108 … transactionProxy->AddCommand(commandForRemote, true, node->GetFollowType(), node->GetId()); in UpdateToRender() 138 auto canvasnode = RSNodeMap::Instance().GetNode<RSCanvasNode>(node->GetId()); in CreateRenderModifier() 143 … GeometryEffect(canvasnode->GetPaintWidth(), canvasnode->GetPaintHeight()), property_->GetId()); in CreateRenderModifier() 154 auto canvasnode = RSNodeMap::Instance().GetNode<RSCanvasNode>(node->GetId()); in UpdateToRender() 160 node->GetId(), matrix, property_->id_, UPDATE_TYPE_OVERWRITE); in UpdateToRender() [all …]
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_hitrace_unittest.cpp | 188 getId = HiTraceChain::GetId(); 191 getId = HiTraceChain::GetId(); 241 getId = HiTraceChain::GetId(); 244 getId = HiTraceChain::GetId(); 283 getId = HiTraceChain::GetId(); 286 getId = HiTraceChain::GetId(); 321 getId = HiTraceChain::GetId(); 324 getId = HiTraceChain::GetId(); 368 getId = HiTraceChain::GetId(); 371 getId = HiTraceChain::GetId(); [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/ |
H A D | disable_task.cpp | 44 GetId().c_str(), GetAnonyString(networkId).c_str(), GetAnonyString(dhId).c_str()); in DisableTask() 49 … DHLOGD("id = %{public}s, uuid = %{public}s", GetId().c_str(), GetAnonyString(GetUUID()).c_str()); in ~DisableTask() 63 …DHLOGD("id = %{public}s, uuid = %{public}s, dhId = %{public}s", GetId().c_str(), GetAnonyString(Ge… in DoTaskInner() 76 DHLOGD("finish disable task, remove it, id = %{public}s", GetId().c_str()); in DoTaskInner() 77 std::string taskId = GetId(); in DoTaskInner() 92 …(result == DH_FWK_SUCCESS) ? "success" : "failed", GetId().c_str(), GetAnonyString(GetUUID()).c_st… in UnRegisterHardware()
|
H A D | enable_task.cpp | 43 GetId().c_str(), GetAnonyString(networkId).c_str(), GetAnonyString(dhId).c_str()); in EnableTask() 48 … DHLOGD("id = %{public}s, uuid = %{public}s", GetId().c_str(), GetAnonyString(GetUUID()).c_str()); in ~EnableTask() 62 DHLOGD("DoTaskInner id = %{public}s, uuid = %{public}s, dhId = %{public}s", GetId().c_str(), in DoTaskInner() 68 DHLOGD("finish enable task, remove it, id = %{public}s", GetId().c_str()); in DoTaskInner() 80 TaskBoard::GetInstance().RemoveTask(GetId()); in DoTaskInner() 88 …(result == DH_FWK_SUCCESS) ? "success" : "failed", GetId().c_str(), GetAnonyString(GetUUID()).c_st… in RegisterHardware()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/ |
H A D | shared_transition_element.cpp | 52 LOGE("Get SharedComponent failed. id: %{public}s", GetId().c_str()); in Update() 70 LOGE("Get render passenger failed. no child. id: %{public}s", GetId().c_str()); in GetRenderPassengerWithPajamas() 75 LOGE("Get render passenger failed. passenger is null. id: %{public}s", GetId().c_str()); in GetRenderPassengerWithPajamas() 102 LOGE("Get layout size failed. render box not found. id: %{public}s", GetId().c_str()); in GetSuitSize() 112 LOGE("Get Global offset failed. render box not found. id: %{public}s", GetId().c_str()); in GetGlobalOffset() 131 … Shuttle Component failed. passenger not init or already aboard. id: %{public}s", GetId().c_str()); in AboardShuttle() 136 …LOGE("Aboard Shuttle Component failed. render passenger is null. id: %{public}s", GetId().c_str()); in AboardShuttle() 141 … Shuttle Component failed. render passenger do not have pajamas. id: %{public}s", GetId().c_str()); in AboardShuttle() 221 LOGE("Set visible failed. display element is null. id: %{public}s", GetId().c_str()); in SetVisible() 226 LOGE("Set visible failed. display render is null. id: %{public}s", GetId().c_str()); in SetVisible() [all …]
|