Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregionmgr.cpp137 !eventContentJson.contains(KEY_VIDEO_PARAM) || !eventContentJson.contains(KEY_MAPRELATION)) { in HandleNotifySetUp()
151 std::make_shared<DScreenMapRelation>(eventContentJson[KEY_MAPRELATION].get<DScreenMapRelation>()); in HandleNotifySetUp()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion.cpp141 !contentJson.contains(KEY_MAPRELATION)) { in SetUp()
147 mapRelation_ = std::make_shared<DScreenMapRelation>(contentJson[KEY_MAPRELATION].get<DScreenMapRelation>()); in SetUp()
/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h193 const std::string KEY_MAPRELATION = "mapRelation"; member
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion_test.cpp341 contentJson[KEY_MAPRELATION] = dScreenMapRelation; in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp487 paramJson[KEY_MAPRELATION] = *mapRelation; in SetUp()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_manager.cpp498 eventContentJson[KEY_MAPRELATION] = *(mapRelations_[dScreen->GetScreenId()]); in NotifyRemoteSinkSetUp()

Completed in 5 milliseconds