/foundation/distributedhardware/distributed_screen/services/screenclient/test/unittest/src/ |
H A D | screen_client_test.cpp | 68 * @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 D | screen_client_window_adapter_test.cpp | 69 * @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 D | screen_client.h | 40 int32_t ShowWindow(int32_t windowId);
|
H A D | screen_client_window_adapter.h | 42 int32_t ShowWindow(int32_t windowId);
|
/foundation/distributedhardware/distributed_screen/services/screenclient/src/ |
H A D | screen_client.cpp | 45 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 D | screen_client_window_adapter.cpp | 81 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 D | window_impl.h | 54 int32_t ShowWindow();
|
H A D | window_ffi.cpp | 100 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 D | window_impl.cpp | 139 int32_t CJWindowImpl::ShowWindow() in ShowWindow() function in OHOS::Rosen::CJWindowImpl
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/ |
H A D | screenregion.cpp | 115 int32_t ret = ScreenClient::GetInstance().ShowWindow(windowId_); in SetUpWindow()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.cpp | 417 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 D | subwindow_ohos.h | 164 void ShowWindow(bool needFocus = true);
|
/foundation/window/window_manager/interfaces/kits/napi/extension_window/ |
H A D | js_extension_window.h | 46 static napi_value ShowWindow(napi_env env, napi_callback_info info);
|
H A D | js_extension_window.cpp | 110 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 D | test.cpp | 319 ScreenClient::GetInstance().ShowWindow(windowId); in CreateWindow()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/ |
H A D | screenregion.cpp | 192 int32_t ret = ScreenClient::GetInstance().ShowWindow(windowId_); in ConfigWindow()
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window.h | 49 static napi_value ShowWindow(napi_env env, napi_callback_info info);
|
H A D | js_window.cpp | 119 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()
|