Home
last modified time | relevance | path

Searched refs:ShowWindow (Results 1 - 18 of 18) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/screenclient/test/unittest/src/
H A Dscreen_client_test.cpp68 * @tc.desc: Verify the ShowWindow function.
74 int32_t ret = ScreenClient::GetInstance().ShowWindow(0); in HWTEST_F()
80 * @tc.desc: Verify the ShowWindow function.
87 int32_t ret = ScreenClient::GetInstance().ShowWindow(windowId); in HWTEST_F()
95 * @tc.desc: Verify the ShowWindow function.
103 int32_t ret = ScreenClient::GetInstance().ShowWindow(windowId); in HWTEST_F()
H A Dscreen_client_window_adapter_test.cpp69 * @tc.desc: Verify the ShowWindow function.
75 int32_t ret = ScreenClientWindowAdapter::GetInstance().ShowWindow(100); in HWTEST_F()
81 * @tc.desc: Verify the ShowWindow function.
89 int32_t ret = ScreenClientWindowAdapter::GetInstance().ShowWindow(windowId); in HWTEST_F()
97 * @tc.desc: Verify the ShowWindow function.
105 int32_t ret = ScreenClientWindowAdapter::GetInstance().ShowWindow(windowId); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenclient/include/
H A Dscreen_client.h40 int32_t ShowWindow(int32_t windowId);
H A Dscreen_client_window_adapter.h42 int32_t ShowWindow(int32_t windowId);
/foundation/distributedhardware/distributed_screen/services/screenclient/src/
H A Dscreen_client.cpp45 int32_t ScreenClient::ShowWindow(int32_t windowId) in ShowWindow() function in OHOS::DistributedHardware::ScreenClient
55 int32_t ret = ScreenClientWindowAdapter::GetInstance().ShowWindow(windowId); in ShowWindow()
H A Dscreen_client_window_adapter.cpp81 int32_t ScreenClientWindowAdapter::ShowWindow(int32_t windowId) in ShowWindow() function in OHOS::DistributedHardware::ScreenClientWindowAdapter
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.h54 int32_t ShowWindow();
H A Dwindow_ffi.cpp100 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] ShowWindow start"); in FfiOHOSWindowShowWindow()
106 int32_t res = instance->ShowWindow(); in FfiOHOSWindowShowWindow()
107 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] ShowWindow success"); in FfiOHOSWindowShowWindow()
H A Dwindow_impl.cpp139 int32_t CJWindowImpl::ShowWindow() in ShowWindow() function in OHOS::Rosen::CJWindowImpl
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregion.cpp115 int32_t ret = ScreenClient::GetInstance().ShowWindow(windowId_); in SetUpWindow()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp417 ShowWindow(); in ShowPopup()
458 ShowWindow(popupInfo.focusable); in ShowPopupNG()
508 void SubwindowOhos::ShowWindow(bool needFocus) in ShowWindow() function in SubwindowOhos
697 ShowWindow(false); in ShowPreviewNG()
742 ShowWindow(); in ShowMenuNG()
760 ShowWindow(); in ShowMenuNG()
913 ShowWindow(); in ShowMenu()
1023 ShowWindow(); in ShowDialogNG()
1056 ShowWindow(); in ShowDialogNGWithNode()
1103 ShowWindow(); in OpenCustomDialogNG()
[all...]
H A Dsubwindow_ohos.h164 void ShowWindow(bool needFocus = true);
/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window.h46 static napi_value ShowWindow(napi_env env, napi_callback_info info);
H A Djs_extension_window.cpp110 BindNativeFunction(env, objValue, "showWindow", moduleName, JsExtensionWindow::ShowWindow); in CreateJsExtensionWindowObject()
198 napi_value JsExtensionWindow::ShowWindow(napi_env env, napi_callback_info info) in ShowWindow() function in OHOS::Rosen::JsExtensionWindow
200 TLOGI(WmsLogTag::WMS_UIEXT, "ShowWindow is called"); in ShowWindow()
/foundation/distributedhardware/distributed_screen/services/screendemo/
H A Dtest.cpp319 ScreenClient::GetInstance().ShowWindow(windowId); in CreateWindow()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion.cpp192 int32_t ret = ScreenClient::GetInstance().ShowWindow(windowId_); in ConfigWindow()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h49 static napi_value ShowWindow(napi_env env, napi_callback_info info);
H A Djs_window.cpp119 napi_value JsWindow::ShowWindow(napi_env env, napi_callback_info info) in ShowWindow() function in OHOS::Rosen::JsWindow
6921 BindNativeFunction(env, object, "showWindow", moduleName, JsWindow::ShowWindow); in BindFunctions()

Completed in 27 milliseconds