Home
last modified time | relevance | path

Searched refs:HideWindow (Results 1 - 10 of 10) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/screenclient/test/unittest/src/
H A Dscreen_client_test.cpp111 * @tc.desc: Verify the HideWindow function.
117 int32_t ret = ScreenClient::GetInstance().HideWindow(0); in HWTEST_F()
123 * @tc.desc: Verify the HideWindow function.
130 int32_t ret = ScreenClient::GetInstance().HideWindow(windowId); in HWTEST_F()
138 * @tc.desc: Verify the HideWindow function.
146 int32_t ret = ScreenClient::GetInstance().HideWindow(windowId); in HWTEST_F()
H A Dscreen_client_window_adapter_test.cpp112 * @tc.desc: Verify the HideWindow function.
118 int32_t ret = ScreenClientWindowAdapter::GetInstance().HideWindow(0); in HWTEST_F()
124 * @tc.desc: Verify the HideWindow function.
132 int32_t ret = ScreenClientWindowAdapter::GetInstance().HideWindow(windowId); in HWTEST_F()
140 * @tc.desc: Verify the HideWindow function.
148 int32_t ret = ScreenClientWindowAdapter::GetInstance().HideWindow(windowId); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenclient/include/
H A Dscreen_client.h43 int32_t HideWindow(int32_t windowId);
H A Dscreen_client_window_adapter.h43 int32_t HideWindow(int32_t windowId);
/foundation/distributedhardware/distributed_screen/services/screenclient/src/
H A Dscreen_client.cpp64 int32_t ScreenClient::HideWindow(int32_t windowId) in HideWindow() function in OHOS::DistributedHardware::ScreenClient
74 int32_t ret = ScreenClientWindowAdapter::GetInstance().HideWindow(windowId); in HideWindow()
H A Dscreen_client_window_adapter.cpp105 int32_t ScreenClientWindowAdapter::HideWindow(int32_t windowId) in HideWindow() function in OHOS::DistributedHardware::ScreenClientWindowAdapter
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp466 DialogContainer::HideWindow(instanceId); in ShowToast()
490 DialogContainer::HideWindow(instanceId); in CloseToast()
511 AceLogTag::ACE_DIALOG, "DialogContainer ShowDialog HideWindow instanceId = %{public}d", instanceId); in ShowDialog()
513 DialogContainer::HideWindow(instanceId); in ShowDialog()
530 TAG_LOGI(AceLogTag::ACE_DIALOG, "DialogContainer ShowDialog HideWindow instanceId = %{public}d", instanceId); in ShowDialog()
532 DialogContainer::HideWindow(instanceId); in ShowDialog()
548 DialogContainer::HideWindow(instanceId); in ShowActionMenu()
587 bool DialogContainer::HideWindow(int32_t instanceId) in HideWindow() function in OHOS::Ace::Platform::DialogContainer
589 TAG_LOGI(AceLogTag::ACE_DIALOG, "DialogContainer HideWindow begin"); in HideWindow()
596 TAG_LOGE(AceLogTag::ACE_DIALOG, "DialogContainer HideWindow Faile in HideWindow()
[all...]
H A Ddialog_container.h179 static bool HideWindow(int32_t instanceId);
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp441 HideWindow(); in CancelPopup()
556 void SubwindowOhos::HideWindow() in HideWindow() function in SubwindowOhos
689 HideWindow(); in ClearMenu()
887 HideWindow(); in ClearMenuNG()
906 HideWindow(); in ClearPopupNG()
1161 Platform::DialogContainer::HideWindow(Container::CurrentId()); in HideSubWindowNG()
1167 HideWindow(); in HideSubWindowNG()
1324 HideWindow(); in ClearToast()
H A Dsubwindow_ohos.h165 void HideWindow();

Completed in 13 milliseconds