Home
last modified time | relevance | path

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

/test/xts/dcts/distributedhardware/distributedinputtest/
H A Ddistributed_input_test.cpp421 std::string sourceWinId = "123"; in HWTEST_F() local
422 SinkScreenInfo sinkScreenInfo = DInputContext::GetInstance().GetSinkScreenInfo(sourceWinId); in HWTEST_F()
425 DInputContext::GetInstance().UpdateSinkScreenInfo(sourceWinId, sinkScreenInfo); in HWTEST_F()
427 sourceWinId = "456"; in HWTEST_F()
428 sinkScreenInfo = DInputContext::GetInstance().GetSinkScreenInfo(sourceWinId); in HWTEST_F()
431 DInputContext::GetInstance().UpdateSinkScreenInfo(sourceWinId, sinkScreenInfo); in HWTEST_F()

Completed in 2 milliseconds