Home
last modified time | relevance | path

Searched refs:KEY_SCREEN_WIDTH (Results 1 - 7 of 7) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp108 {KEY_SCREEN_WIDTH, videoParam.screenWidth_}, in to_json()
121 if (!IsUInt32(j, KEY_SCREEN_WIDTH) || !IsUInt32(j, KEY_SCREEN_HEIGHT) || in from_json()
129 const uint32_t screenWidth = j[KEY_SCREEN_WIDTH].get<uint32_t>(); in from_json()
/foundation/distributedhardware/distributed_screen/screenhandler/src/
H A Ddscreen_handler.cpp96 attrJson[KEY_SCREEN_WIDTH] = screenWidth; in OnConnect()
167 attrJson[KEY_SCREEN_WIDTH] = screenWidth; in RealQuery()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_test.cpp288 attrJson[KEY_SCREEN_WIDTH] = "test"; in HWTEST_F()
293 attrJson[KEY_SCREEN_WIDTH] = data; in HWTEST_F()
315 attrJson[KEY_SCREEN_WIDTH] = data; in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen.cpp237 videoParam_->SetScreenWidth(attrJson[KEY_SCREEN_WIDTH].get<uint32_t>()); in HandleEnable()
271 if (!IsUInt32(attrJson, KEY_SCREEN_WIDTH) || !IsUInt32(attrJson, KEY_SCREEN_HEIGHT) || in CheckJsonData()
277 if ((attrJson[KEY_SCREEN_WIDTH].get<uint32_t>() > DSCREEN_MAX_SCREEN_DATA_WIDTH) || in CheckJsonData()
/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h180 const std::string KEY_SCREEN_WIDTH = "screenWidth"; member
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H A Dvideo_param_test.cpp226 j[KEY_SCREEN_WIDTH] = screenWidth; in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp189 videoParam_->SetScreenWidth(attrJson[KEY_SCREEN_WIDTH].get<uint32_t>()); in ParseInputScreenParam()
629 if (!IsUInt32(attrJson, KEY_SCREEN_WIDTH) || !IsUInt32(attrJson, KEY_SCREEN_HEIGHT) || in CheckJsonData()

Completed in 6 milliseconds