Home
last modified time | relevance | path

Searched refs:GenerateMainWindowName (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_scene.cpp49 mainWindow_ = Window::Create(GenerateMainWindowName(context), option, context); in Init()
81 std::string WindowScene::GenerateMainWindowName(const std::shared_ptr<AbilityRuntime::Context>& con… in GenerateMainWindowName() function in OHOS::Rosen::WindowScene
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene.cpp32 std::string GenerateMainWindowName(const std::shared_ptr<AbilityRuntime::Context>& context) in GenerateMainWindowName() function
69 GenerateMainWindowName(context), option, context); in Init()
97 option->SetWindowName(GenerateMainWindowName(context)); in Init()
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_scene.h47 … std::string GenerateMainWindowName(const std::shared_ptr<AbilityRuntime::Context>& context) const;