Home
last modified time | relevance | path

Searched defs:windowName (Results 1 – 14 of 14) sorted by relevance

/foundation/windowmanager/wm/src/
Dwindow.cpp27 sptr<Window> Window::Create(const std::string& windowName, sptr<WindowOption>& option, in Create()
59 sptr<Window> Window::Find(const std::string& windowName) in Find()
Dwindow_scene.cpp70 std::string windowName = context->GetBundleName() + std::to_string(count++); in GenerateMainWindowName() local
76 sptr<Window> WindowScene::CreateWindow(const std::string& windowName, sptr<WindowOption>& option) c… in CreateWindow() argument
Dwindow_option.cpp78 void WindowOption::SetWindowName(const std::string& windowName) in SetWindowName()
/foundation/ace/ace_engine/frameworks/base/test/mock/
Dmock_drag_window.cpp19 RefPtr<DragWindow> DragWindow::CreateDragWindow(const std::string& windowName, int32_t x, int32_t y… in CreateDragWindow()
/foundation/windowmanager/interfaces/kits/napi/window_runtime/window_manager_napi/
Djs_window_manager.cpp152 static void CreateSystemWindowTask(void* contextPtr, std::string windowName, WindowType winType, in CreateSystemWindowTask()
194 static void CreateSubWindowTask(std::string parentWinName, std::string windowName, WindowType winTy… in CreateSubWindowTask()
239 std::string windowName; in OnCreateWindow() local
274 std::string windowName; in OnFindWindow() local
403 std::string windowName; in GetTopWindowTask() local
/foundation/windowmanager/interfaces/kits/napi/window_runtime/window_stage_napi/
Dwindow_stage.js37 createSubWindow(windowName, asyncCallback) { argument
Djs_window_stage.cpp320 std::string windowName; in OnCreateSubWindow() local
/foundation/distributedhardware/distributedscreen/services/screenclient/src/
Dscreen_client_window_adapter.cpp62 std::string windowName = SCREEN_CLIENT_WINDOW + std::to_string(windowId); in CreateWindow() local
/foundation/ace/ace_engine/adapter/ohos/entrance/window/
Ddrag_window_ohos.cpp101 const std::string& windowName, int32_t x, int32_t y, uint32_t width, uint32_t height) in CreateDragWindow()
/foundation/multimodalinput/input/service/window_manager/src/
Dpointer_drawing_manager.cpp118 std::string windowName = "pointer window"; in CreatePointerWindow() local
/foundation/windowmanager/wm/include/
Dwindow_impl.h215 inline void NotifyBeforeDestroy(std::string windowName) const in NotifyBeforeDestroy()
/foundation/windowmanager/interfaces/kits/napi/window_runtime/window_napi/
Djs_window.cpp34 NotifyNativeWinDestroyFunc func = [](std::string windowName) { in JsWindow()
69 std::string windowName = jsWin->GetWindowName(); in Finalizer() local
1391 std::shared_ptr<NativeReference> FindJsWindowObject(std::string windowName) in FindJsWindowObject()
1404 std::string windowName = window->GetWindowName(); in CreateJsWindowObject() local
/foundation/ace/ace_engine/adapter/ohos/services/uiservice/src/
Dui_mgr_service.cpp247 std::string windowName = "system_dialog_window"; in ShowDialog() local
/foundation/windowmanager/wmserver/src/
Dwindow_node_container.cpp854 const std::string& windowName = node->GetWindowName().size() < WINDOW_NAME_MAX_LENGTH ? in DumpScreenWindowTree() local