Merge pull request !26 from 李天刚/OpenHarmony-4.0-Beta1
This commit is contained in:
openharmony_ci
2023-05-24 09:05:11 +00:00
committed by Gitee
2 changed files with 0 additions and 11 deletions
@@ -353,10 +353,6 @@ HWTEST_F(AddWhiteListInfosCallbackTest, DistributedInputSinkStub01, testing::ext
ret = sinkProxy.RegisterGetSinkScreenInfosCallback(sinkScreenCb);
EXPECT_EQ(DH_SUCCESS, ret);
SrcScreenInfo srcScreenInfo {"devid_test", "uuid_test", 1, 1, 1860, 980, "srcphyid", 1, 980, 490};
ret = sinkProxy.NotifyStartDScreen(srcScreenInfo);
EXPECT_EQ(DH_SUCCESS, ret);
std::string srcScreenInfoKey = "srcScreenInfoKey_test";
ret = sinkProxy.NotifyStopDScreen(srcScreenInfoKey);
EXPECT_EQ(DH_SUCCESS, ret);
@@ -305,13 +305,6 @@ HWTEST_F(DistributedInputSinkManagerTest, UpdateSinkScreenInfoCache_01, testing:
EXPECT_EQ(DH_SUCCESS, ret);
}
HWTEST_F(DistributedInputSinkManagerTest, NotifyStartDScreen_01, testing::ext::TestSize.Level1)
{
SrcScreenInfo srcScreenInfo {"devid_test", "uuid_test", 1, 1, 1860, 980, "srcphyid", 1, 980, 490};
int32_t ret = sinkManager_->NotifyStartDScreen(srcScreenInfo);
EXPECT_EQ(DH_SUCCESS, ret);
}
HWTEST_F(DistributedInputSinkManagerTest, NotifyStopDScreen_01, testing::ext::TestSize.Level1)
{
std::string srcScreenInfoKey = "";