mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-25 06:15:33 -04:00
-4
@@ -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);
|
||||
|
||||
-7
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user