Searched refs:weakWindow (Results 1 - 4 of 4) sorted by relevance
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window.cpp | 1031 auto weakWindow = weakToken.promote();
in OnShow() 1032 if (weakWindow == nullptr) {
in OnShow() 1042 if (WindowHelper::IsMainWindowAndNotShown(weakWindow->GetType(), weakWindow->GetWindowState())) {
in OnShow() 1045 static_cast<uint32_t>(weakWindow->GetType()), static_cast<uint32_t>(weakWindow->GetWindowState()),
in OnShow() 1046 weakWindow->GetWindowId(), weakWindow->GetWindowName().c_str());
in OnShow() 1050 WMError ret = weakWindow->Show(0, false, true);
in OnShow() 1056 WLOGI("Window [%{public}u] show end, ret = %{public}d", weakWindow in OnShow() 2194 LoadContentTask(std::shared_ptr<NativeReference> contentStorage, std::string contextUrl, sptr<Window> weakWindow, napi_env env, NapiAsyncTask& task, bool isLoadedByName) LoadContentTask() argument 2984 auto weakWindow = weakToken.promote(); OnGetWindowSystemBarPropertiesSync() local [all...] |
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_impl.cpp | 145 sptr<Window> weakWindow = result.nativeWindow; in ShowWindow() local 146 if (weakWindow == nullptr) { in ShowWindow() 150 WMError ret = weakWindow->Show(0, false); in ShowWindow() 152 weakWindow->GetWindowId(), weakWindow->GetWindowName().c_str(), ret); in ShowWindow() 183 sptr<Window> weakWindow = result.nativeWindow; in DestroyWindow() local 184 WMError ret = weakWindow->Destroy(); in DestroyWindow() 186 weakWindow->GetWindowId(), weakWindow->GetWindowName().c_str(), ret); in DestroyWindow() 197 sptr<Window> weakWindow in MoveWindowTo() local 214 sptr<Window> weakWindow = result.nativeWindow; Resize() local 288 sptr<Window> weakWindow = result.nativeWindow; SetWindowLayoutFullScreen() local 315 sptr<Window> weakWindow = result.nativeWindow; SetWindowBrightness() local 374 sptr<Window> weakWindow = result.nativeWindow; SetWindowFocusable() local 387 sptr<Window> weakWindow = result.nativeWindow; SetWindowKeepScreenOn() local 431 sptr<Window> weakWindow = result.nativeWindow; SetWindowPrivacyMode() local 444 sptr<Window> weakWindow = result.nativeWindow; SetWindowTouchable() local 457 sptr<Window> weakWindow = result.nativeWindow; SetForbidSplitMove() local 683 sptr<Window> weakWindow = result.nativeWindow; SetWindowColorSpace() local 736 sptr<Window> weakWindow = result.nativeWindow; SetResizeByDragEnabled() local 750 sptr<Window> weakWindow = result.nativeWindow; RaiseToAppTop() local 763 sptr<Window> weakWindow = result.nativeWindow; SetSnapshotSkip() local 807 sptr<Window> weakWindow = result.nativeWindow; SetRaiseByClickEnabled() local 821 sptr<Window> weakWindow = result.nativeWindow; RaiseAboveTarget() local [all...] |
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/ |
H A D | js_window_stage.cpp | 329 sptr<Window> weakWindow, napi_env env, NapiAsyncTask& task, bool isLoadedByName) in LoadContentTask() 334 ret = weakWindow->SetUIContentByName(contextUrl, env, nativeStorage); in LoadContentTask() 336 ret = weakWindow->NapiSetUIContent(contextUrl, env, nativeStorage); in LoadContentTask() 345 weakWindow->GetWindowId(), weakWindow->GetWindowName().c_str(), ret); in LoadContentTask() 328 LoadContentTask(std::shared_ptr<NativeReference> contentStorage, std::string contextUrl, sptr<Window> weakWindow, napi_env env, NapiAsyncTask& task, bool isLoadedByName) LoadContentTask() argument
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_node_container.cpp | 904 auto weakWindow = weakNode.promote(); in RemoveNodeFromRSTree() 905 if (weakWindow && weakWindow->surfaceNode_) { in RemoveNodeFromRSTree() 906 weakWindow->surfaceNode_->SetFreeze(false); in RemoveNodeFromRSTree()
|
Completed in 13 milliseconds