Home
last modified time | relevance | path

Searched refs:GetWindowName (Results 1 - 25 of 89) sorted by relevance

1234

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.cpp81 GetWindowName(node).c_str(), node->GetId(), isVisible, opacityVal, ret); in IsNodeVisible()
117 GetWindowName(node).c_str()); in UpdateGeometry()
130 GetWindowName(node).c_str()); in UpdateGeometry()
166 TAG_LOGE(AceLogTag::ACE_WINDOW_PIPELINE, "name:%{public}s rsNode is null", GetWindowName(node).c_str()); in FillWindowSceneInfo()
178 GetWindowName(node).c_str(), globalGeometry == nullptr, localGeometry == nullptr); in FillWindowSceneInfo()
187 GetWindowName(node).c_str(), width, height); in FillWindowSceneInfo()
206 uiParam.sessionName_ = GetWindowName(node); in FillWindowSceneInfo()
225 GetWindowName(node).c_str()); in NoNeedSyncScenePanelGlobalPosition()
231 GetWindowName(node).c_str()); in NoNeedSyncScenePanelGlobalPosition()
270 GetWindowName(nod in IsRecentContainerState()
400 std::string WindowSceneLayoutManager::GetWindowName(const RefPtr<FrameNode>& node) GetWindowName() function in OHOS::Ace::NG::WindowSceneLayoutManager
[all...]
H A Dsystem_window_scene.cpp91 session_->GetPersistentId(), host->GetId(), session_->GetWindowType(), session_->GetWindowName().c_str()); in OnAttachToFrameNode()
94 session_->GetPersistentId(), host->GetId(), session_->GetWindowType(), session_->GetWindowName().c_str()); in OnAttachToFrameNode()
138 session_->GetPersistentId(), frameNode->GetId(), session_->GetWindowType(), session_->GetWindowName().c_str()); in OnDetachFromFrameNode()
141 session_->GetPersistentId(), frameNode->GetId(), session_->GetWindowType(), session_->GetWindowName().c_str()); in OnDetachFromFrameNode()
H A Dwindow_scene_layout_manager.h63 std::string GetWindowName(const RefPtr<FrameNode>& node);
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.cpp50 const std::string& windowName = window->GetWindowName(); in CreateCjWindowObject()
135 windowToken_->GetWindowId(), windowToken_->GetWindowName().c_str(), errCode); in HideWithAnimation()
152 weakWindow->GetWindowId(), weakWindow->GetWindowName().c_str(), ret); in ShowWindow()
173 windowToken_->GetWindowId(), windowToken_->GetWindowName().c_str(), ret); in ShowWithAnimation()
186 weakWindow->GetWindowId(), weakWindow->GetWindowName().c_str(), ret); in DestroyWindow()
200 weakWindow->GetWindowId(), weakWindow->GetWindowName().c_str(), ret); in MoveWindowTo()
217 weakWindow->GetWindowId(), weakWindow->GetWindowName().c_str(), ret); in Resize()
234 windowToken_->GetWindowId(), windowToken_->GetWindowName().c_str(), ret); in SetWindowMode()
291 weakWindow->GetWindowId(), weakWindow->GetWindowName().c_str(), ret); in SetWindowLayoutFullScreen()
304 windowToken_->GetWindowId(), windowToken_->GetWindowName() in SetWindowBackgroundColor()
[all...]
H A Dwindow_stage_impl.cpp133 window->GetWindowId(), window->GetWindowName().c_str(), ret); in OnLoadContent()
152 naWindow->GetWindowId(), naWindow->GetWindowName().c_str()); in DisableWindowDecor()
181 window->GetWindowId(), window->GetWindowName().c_str(), showOnLockScreen, ret); in SetShowOnLockScreen()
H A Dwindow_manager_impl.cpp69 sptr<Window> window = Window::Create(windowOption->GetWindowName(), windowOption, context.lock(), wmError); in CreateNewSystemWindow()
165 return FindWindow(window->GetWindowName(), id); in GetLastWindow()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp127 WLOGFI("[WMSCom] Constructor %{public}s", GetWindowName().c_str()); in WindowSceneSessionImpl()
132 WLOGFI("[WMSCom] Destructor %{public}d, %{public}s", GetPersistentId(), GetWindowName().c_str()); in ~WindowSceneSessionImpl()
153 window->GetProperty()->GetWindowName().c_str(), parentId, in FindParentSessionByParentId()
284 property_->GetWindowName().c_str()); in AddSubWindowMapForExtensionWindow()
298 property_->GetWindowName().c_str(), GetType()); in GetParentSessionAndVerify()
367 property_->GetWindowName().c_str(), errCode); in CreateAndConnectSpecificSession()
394 property_->GetWindowName().c_str()); in CreateAndConnectSpecificSession()
402 "touchable:%{public}d", property_->GetWindowName().c_str(), property_->GetPersistentId(), in CreateAndConnectSpecificSession()
421 property_->GetWindowName().c_str(), in SetSystemWindowDisplayId()
432 property_->GetWindowName() in SetSystemWindowDisplayId()
[all...]
H A Dwindow_scene.cpp83 .ReportStartWindow(option->GetBundleName(), mainWindow->GetWindowName()); in Init()
116 .ReportStartWindow(option->GetBundleName(), mainWindow->GetWindowName()); in Init()
182 TLOGE(WmsLogTag::WMS_MAIN, "failed, name: %{public}s", mainWindow->GetWindowName().c_str()); in GoDestroy()
H A Dwindow.cpp116 if (option->GetWindowName().empty()) { in Create()
148 if (option->GetWindowName().empty()) { in CreatePiP()
H A Dwindow_session_impl.cpp174 property_->SetWindowName(option->GetWindowName()); in WindowSessionImpl()
197 surfaceNode_ = CreateSurfaceNode(property_->GetWindowName(), optionWindowType); in WindowSessionImpl()
383 const auto& name = property_->GetWindowName(); in WindowSessionCreateCheck()
439 property_->GetWindowName().c_str(), GetPersistentId(), property_->GetWindowType(), ret); in Connect()
507 property_->GetWindowName().c_str(), property_->GetPersistentId(), GetType(), reason, state_); in Show()
514 property_->GetWindowName().c_str(), GetPersistentId(), property_->GetWindowType()); in Show()
545 property_->GetWindowName().c_str(), GetPersistentId(), property_->GetWindowType()); in Hide()
621 NotifyBeforeDestroy(GetWindowName()); in Destroy()
634 windowSessionMap_.erase(property_->GetWindowName()); in Destroy()
680 GetWindowName() in UpdateRect()
1475 const std::string& WindowSessionImpl::GetWindowName() const GetWindowName() function in OHOS::OHOS::Rosen::WindowSessionImpl
[all...]
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp90 std::string JsWindow::GetWindowName() in GetWindowName() function in OHOS::Rosen::JsWindow
95 return windowToken_->GetWindowName(); in GetWindowName()
106 std::string windowName = jsWin->GetWindowName(); in Finalizer()
1046 weakWindow->GetWindowId(), weakWindow->GetWindowName().c_str()); in OnShow()
1080 weakWindow->GetWindowId(), weakWindow->GetWindowName().c_str()); in OnShowWindow()
1086 weakWindow->GetWindowId(), weakWindow->GetWindowName().c_str(), ret); in OnShowWindow()
1094 weakWindow->GetWindowId(), weakWindow->GetWindowName().c_str(), ret); in OnShowWindow()
1143 weakWindow->GetWindowId(), weakWindow->GetWindowName().c_str(), ret); in OnShowWithAnimation()
1183 weakWindow->GetWindowId(), weakWindow->GetWindowName().c_str()); in OnDestroy()
1189 weakWindow->GetWindowId(), weakWindow->GetWindowName() in OnDestroy()
[all...]
H A Djs_transition_controller.cpp88 window->GetWindowId(), window->GetWindowName().c_str(), static_cast<uint32_t>(state)); in OnCompleteTransition()
98 window->GetWindowId(), window->GetWindowName().c_str(), static_cast<uint32_t>(state)); in OnCompleteTransition()
109 window->GetWindowId(), window->GetWindowName().c_str(), transitionCompleted); in OnCompleteTransition()
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_rosen_window.cpp56 std::string RosenWindow::GetWindowName() const in GetWindowName() function in OHOS::Ace::NG::RosenWindow
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_window.cpp63 JankFrameReport::GetInstance().JankFrameRecord(timeStampNanos, window->GetWindowName()); in RosenWindow()
254 std::string RosenWindow::GetWindowName() const in GetWindowName() function in OHOS::Ace::NG::RosenWindow
256 return rsWindow_->GetWindowName(); in GetWindowName()
H A Drosen_window.h111 std::string GetWindowName() const override;
/foundation/window/window_manager/interfaces/kits/napi/embeddable_window_stage/
H A Djs_embeddable_window_stage.cpp144 windowImpl->GetWindowId(), windowImpl->GetWindowName().c_str()); in OnGetMainWindow()
211 windowImpl->GetWindowId(), windowImpl->GetWindowName().c_str(), eventString.c_str()); in OnEvent()
257 windowImpl->GetWindowId(), windowImpl->GetWindowName().c_str(), eventString.c_str()); in OffEvent()
279 windowImpl->GetWindowId(), windowImpl->GetWindowName().c_str(), ret); in LoadContentTask()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_dumper.cpp117 const std::string& windowName = windowNode->GetWindowName().size() <= WINDOW_NAME_MAX_LENGTH ? in AppendWindowNodeInfo()
118 windowNode->GetWindowName() : windowNode->GetWindowName().substr(0, WINDOW_NAME_MAX_LENGTH); in AppendWindowNodeInfo()
215 oss << "WindowName: " << node->GetWindowName() << std::endl; in AppendSpecifiedWindowNodeInfo()
H A Dwindow_group_mgr.cpp91 (windowNode == nullptr ? "NUll" : windowNode->GetWindowName().c_str()), in MoveMissionsToBackground()
137 (windowNode == nullptr ? "NUll" : windowNode->GetWindowName().c_str()), in MoveMissionToForeground()
H A Dremote_animation.cpp273 weakNode->GetWindowName().c_str(), weakNode->GetWindowId(), in GetTransitionFinishedCallback()
324 dstNode->GetWindowName().c_str(), dstNode->GetWindowId(), in GetExpectRect()
780 node->GetWindowName().c_str(), node->GetWindowId(), in PostProcessShowCallback()
849 oss << "animation callback more than task: " << "window_name: " << node->GetWindowName() << ";"; in ReportWindowAnimationAbnormalInfo()
876 node->GetWindowId(), node->GetWindowName().c_str(), taskCount); in ProcessNodeStateTask()
883 node->GetWindowId(), node->GetWindowName().c_str(), in ProcessNodeStateTask()
960 srcNode->GetWindowId(), srcNode->GetWindowName().c_str()); in ProcessAbility()
966 srcNode->GetWindowId(), srcNode->GetWindowName().c_str()); in ProcessAbility()
1029 oss << "animation callback time out: " << "window_name: " << node->GetWindowName() in ReportWindowAnimationCallbackTimeout()
H A Dwindow_node_container.cpp996 node->GetWindowProperty()->GetWindowName().c_str(), info.bundleName_.c_str(), info.abilityName_.c_str(), in UpdateFocusStatus()
1202 node->keepScreenLock_ = PowerMgr::PowerMgrClient::GetInstance().CreateRunningLock(node->GetWindowName(), in HandleKeepScreenOn()
1210 WLOGI("keep screen on: [%{public}s, %{public}d]", node->GetWindowName().c_str(), requireLock); in HandleKeepScreenOn()
1212 node->GetWindowName().c_str(), requireLock); in HandleKeepScreenOn()
1452 callingWindow->GetWindowName().c_str(), callingWindow->GetWindowId(), in NotifyIfKeyboardRegionChanged()
1657 const std::string& windowName = node->GetWindowName().size() < WINDOW_NAME_MAX_LENGTH ? in DumpScreenWindowTreeByWinId()
1658 node->GetWindowName() : node->GetWindowName().substr(0, WINDOW_NAME_MAX_LENGTH); in DumpScreenWindowTreeByWinId()
1683 const std::string& windowName = node->GetWindowName().size() < WINDOW_NAME_MAX_LENGTH ? in DumpScreenWindowTree()
1684 node->GetWindowName() in DumpScreenWindowTree()
[all...]
/foundation/window/window_manager/wm/include/
H A Dscreen_scene.h66 const std::string& GetWindowName() const override
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/
H A Djs_window_stage.cpp196 window->GetWindowId(), window->GetWindowName().c_str()); in OnGetMainWindow()
275 window->GetWindowId(), window->GetWindowName().c_str(), eventString.c_str()); in OnEvent()
323 window->GetWindowId(), window->GetWindowName().c_str(), eventString.c_str()); in OffEvent()
345 weakWindow->GetWindowId(), weakWindow->GetWindowName().c_str(), ret); in LoadContentTask()
423 window->GetWindowId(), window->GetWindowName().c_str(), in OnGetWindowMode()
568 window->GetWindowId(), window->GetWindowName().c_str(), showOnLockScreen, ret); in OnSetShowOnLockScreen()
590 window->GetWindowId(), window->GetWindowName().c_str()); in OnDisableWindowDecor()
628 window->GetWindowId(), window->GetWindowName().c_str(), enabled, ret); in OnSetDefaultDensityEnabled()
/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window.cpp321 windowImpl->GetWindowId(), windowImpl->GetWindowName().c_str(), ret); in LoadContentTask()
450 windowImpl->GetWindowId(), windowImpl->GetWindowName().c_str()); in OnGetWindowPropertiesSync()
482 windowImpl->GetWindowId(), windowImpl->GetWindowName().c_str(), ret); in OnDestroyWindow()
512 windowImpl->GetWindowId(), windowImpl->GetWindowName().c_str(), state); in OnIsWindowShowingSync()
535 windowImpl->GetWindowId(), windowImpl->GetWindowName().c_str(), ret); in OnShowWindow()
543 windowImpl->GetWindowId(), windowImpl->GetWindowName().c_str(), ret); in OnShowWindow()
735 windowImpl->GetWindowId(), windowImpl->GetWindowName().c_str(), cbType.c_str()); in OnRegisterExtensionWindowCallback()
777 windowImpl->GetWindowId(), windowImpl->GetWindowName().c_str(), cbType.c_str()); in OnUnRegisterExtensionWindowCallback()
811 windowImpl->GetWindowId(), windowImpl->GetWindowName().c_str(), shouldHide); in OnHideNonSecureWindows()
845 windowImpl->GetWindowId(), windowImpl->GetWindowName() in OnSetWaterMarkFlag()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dtransparent_node_detector.cpp92 DumpLog::GetInstance().Print(std::string("WindowName: ").append(window->GetWindowName())); in DumpNodeInfo()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.h164 virtual std::string GetWindowName() const in GetWindowName() function in OHOS::OHOS::Ace::Window

Completed in 32 milliseconds

1234