Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregionmgr_test.cpp228 * @tc.desc: Verify the CheckContentJson function failed.
236 EXPECT_FALSE(ScreenRegionManager::GetInstance().CheckContentJson(testJson)); in HWTEST_F()
241 * @tc.desc: Verify the CheckContentJson function failed.
251 EXPECT_FALSE(ScreenRegionManager::GetInstance().CheckContentJson(testJson)); in HWTEST_F()
256 * @tc.desc: Verify the CheckContentJson function failed.
266 EXPECT_TRUE(ScreenRegionManager::GetInstance().CheckContentJson(testJson)); in HWTEST_F()
269 EXPECT_FALSE(ScreenRegionManager::GetInstance().CheckContentJson(testJson)); in HWTEST_F()
274 * @tc.desc: Verify the CheckContentJson function failed.
285 EXPECT_TRUE(ScreenRegionManager::GetInstance().CheckContentJson(testJson)); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/include/
H A Dscreenregionmgr.h50 bool CheckContentJson(json &eventContentJson);
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/include/
H A Dscreenregion.h61 bool CheckContentJson(json &contentJson);
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregionmgr.cpp118 bool ScreenRegionManager::CheckContentJson(json &eventContentJson) in CheckContentJson() function in OHOS::DistributedHardware::V1_0::ScreenRegionManager
136 if (eventContentJson.is_discarded()||!CheckContentJson(eventContentJson) || in HandleNotifySetUp()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion.cpp140 if (!CheckContentJson(contentJson) || !contentJson.contains(KEY_VIDEO_PARAM) || in SetUp()
456 bool ScreenRegion::CheckContentJson(json &contentJson) in CheckContentJson() function in OHOS::DistributedHardware::V2_0::ScreenRegion
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion_test.cpp492 * @tc.desc: Verify the CheckContentJson function failed.
500 EXPECT_FALSE(screenRegion_->CheckContentJson(testJson)); in HWTEST_F()
504 EXPECT_TRUE(screenRegion_->CheckContentJson(testJson)); in HWTEST_F()

Completed in 3 milliseconds