Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp109 {KEY_SCREEN_HEIGHT, videoParam.screenHeight_}, in to_json()
121 if (!IsUInt32(j, KEY_SCREEN_WIDTH) || !IsUInt32(j, KEY_SCREEN_HEIGHT) || in from_json()
130 const uint32_t screenHeight = j[KEY_SCREEN_HEIGHT].get<uint32_t>(); in from_json()
/foundation/distributedhardware/distributed_screen/screenhandler/src/
H A Ddscreen_handler.cpp97 attrJson[KEY_SCREEN_HEIGHT] = screenHeight; in OnConnect()
168 attrJson[KEY_SCREEN_HEIGHT] = screenHeight; in RealQuery()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen.cpp238 videoParam_->SetScreenHeight(attrJson[KEY_SCREEN_HEIGHT].get<uint32_t>()); in HandleEnable()
271 if (!IsUInt32(attrJson, KEY_SCREEN_WIDTH) || !IsUInt32(attrJson, KEY_SCREEN_HEIGHT) || in CheckJsonData()
278 (attrJson[KEY_SCREEN_HEIGHT].get<uint32_t>() > DSCREEN_MAX_SCREEN_DATA_HEIGHT)) { in CheckJsonData()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_test.cpp294 attrJson[KEY_SCREEN_HEIGHT] = "test"; in HWTEST_F()
316 attrJson[KEY_SCREEN_HEIGHT] = data; in HWTEST_F()
/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h181 const std::string KEY_SCREEN_HEIGHT = "screenHeight"; member
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H A Dvideo_param_test.cpp228 j[KEY_SCREEN_HEIGHT] = screenHeight; in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp190 videoParam_->SetScreenHeight(attrJson[KEY_SCREEN_HEIGHT].get<uint32_t>()); in ParseInputScreenParam()
629 if (!IsUInt32(attrJson, KEY_SCREEN_WIDTH) || !IsUInt32(attrJson, KEY_SCREEN_HEIGHT) || in CheckJsonData()

Completed in 6 milliseconds