Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregionmgr_test.cpp234 EXPECT_FALSE(ScreenRegionManager::GetInstance().CheckContentJson(testJson));
249 EXPECT_FALSE(ScreenRegionManager::GetInstance().CheckContentJson(testJson));
264 EXPECT_TRUE(ScreenRegionManager::GetInstance().CheckContentJson(testJson));
267 EXPECT_FALSE(ScreenRegionManager::GetInstance().CheckContentJson(testJson));
283 EXPECT_TRUE(ScreenRegionManager::GetInstance().CheckContentJson(testJson));
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/include/
H A Dscreenregionmgr.h50 bool CheckContentJson(json &eventContentJson);
/ohos5.0/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()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/include/
H A Dscreenregion.h61 bool CheckContentJson(json &contentJson);
/ohos5.0/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
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion_test.cpp485 EXPECT_FALSE(screenRegion_->CheckContentJson(testJson));
489 EXPECT_TRUE(screenRegion_->CheckContentJson(testJson));