Home
last modified time | relevance | path

Searched refs:DestroyAllWindow (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/screenclient/include/
H A Dscreen_client.h44 int32_t DestroyAllWindow();
H A Dscreen_client_window_adapter.h46 int32_t DestroyAllWindow();
/foundation/distributedhardware/distributed_screen/services/screenclient/src/
H A Dscreen_client.cpp138 int32_t ScreenClient::DestroyAllWindow() in DestroyAllWindow() function in OHOS::DistributedHardware::ScreenClient
140 DHLOGD("DestroyAllWindow"); in DestroyAllWindow()
141 int32_t ret = ScreenClientWindowAdapter::GetInstance().DestroyAllWindow(); in DestroyAllWindow()
143 DHLOGE("DestroyAllWindow failed."); in DestroyAllWindow()
H A Dscreen_client_window_adapter.cpp182 int32_t ScreenClientWindowAdapter::DestroyAllWindow() in DestroyAllWindow() function in OHOS::DistributedHardware::ScreenClientWindowAdapter
184 DHLOGD("DestroyAllWindow"); in DestroyAllWindow()
/foundation/distributedhardware/distributed_screen/services/screenclient/test/unittest/src/
H A Dscreen_client_test.cpp262 * @tc.desc: Verify the DestroyAllWindow function.
269 int32_t ret = ScreenClient::GetInstance().DestroyAllWindow(); in HWTEST_F()
H A Dscreen_client_window_adapter_test.cpp240 * @tc.desc: Verify the DestroyAllWindow function.
247 int32_t ret = ScreenClientWindowAdapter::GetInstance().DestroyAllWindow(); in HWTEST_F()

Completed in 3 milliseconds