Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion.cpp136 json contentJson = json::parse(content, nullptr, false); in SetUp() local
137 if (contentJson.is_discarded()) { in SetUp()
140 if (!CheckContentJson(contentJson) || !contentJson.contains(KEY_VIDEO_PARAM) || in SetUp()
141 !contentJson.contains(KEY_MAPRELATION)) { in SetUp()
144 screenId_ = contentJson[KEY_SCREEN_ID].get<uint64_t>(); in SetUp()
146 videoParam_ = std::make_shared<VideoParam>(contentJson[KEY_VIDEO_PARAM].get<VideoParam>()); in SetUp()
147 mapRelation_ = std::make_shared<DScreenMapRelation>(contentJson[KEY_MAPRELATION].get<DScreenMapRelation>()); in SetUp()
456 bool ScreenRegion::CheckContentJson(json &contentJson) in CheckContentJson() argument
458 if (!IsUInt64(contentJson, KEY_SCREEN_I in CheckContentJson()
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion_test.cpp321 json contentJson; in HWTEST_F() local
322 content = contentJson.dump(); in HWTEST_F()
325 contentJson[KEY_SCREEN_ID] = 12345; in HWTEST_F()
326 content = contentJson.dump(); in HWTEST_F()
330 contentJson[KEY_VIDEO_PARAM] = param; in HWTEST_F()
331 content = contentJson.dump(); in HWTEST_F()
341 contentJson[KEY_MAPRELATION] = dScreenMapRelation; in HWTEST_F()
342 content = contentJson.dump(); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/include/
H A Dscreenregion.h61 bool CheckContentJson(json &contentJson);
/foundation/multimodalinput/input/service/key_command/test/
H A Dtwo_finger_long_touch_test.cpp113 bool CreateTestJson(const std::string &contentJson);
175 bool TwoFingerLongTouchTest::CreateTestJson(const std::string &contentJson) in CreateTestJson() argument
190 file << contentJson; in CreateTestJson() local

Completed in 3 milliseconds