Searched refs:KEY_WIDTH (Results 1 - 5 of 5) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/common/utils/src/ |
H A D | dscreen_maprelation.cpp | 102 {KEY_WIDTH, rect.width}, in to_json() 109 if (!IsInt32(j, KEY_POINT_START_X) || !IsInt32(j, KEY_POINT_START_Y) || !IsInt32(j, KEY_WIDTH) || in from_json() 116 int32_t width = j[KEY_WIDTH].get<int32_t>(); in from_json() 134 {KEY_WIDTH, rect.width}, in to_json() 141 if (!IsInt32(j, KEY_POINT_START_X) || !IsInt32(j, KEY_POINT_START_Y) || !IsUInt32(j, KEY_WIDTH) || in from_json() 148 uint32_t width = j[KEY_WIDTH].get<uint32_t>(); in from_json()
|
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/ |
H A D | dscreen_maprelation_test.cpp | 192 j[KEY_WIDTH] = width; in HWTEST_F() 222 j[KEY_WIDTH] = width; in HWTEST_F()
|
/foundation/arkui/ui_lite/test/uitest/test_edit_text/ |
H A D | custom_input_method.cpp | 82 const int16_t KEY_WIDTH = 50; member 259 keyBtn->Resize(KEY_WIDTH, KEY_HEIGHT); in SetupButton()
|
/foundation/distributedhardware/distributed_screen/common/include/ |
H A D | dscreen_constants.h | 178 const std::string KEY_WIDTH = "width"; member
|
/foundation/multimedia/media_lite/test/ |
H A D | test_play_file_h265.cpp | 145 param[index].key = KEY_WIDTH;
in DecoderCreate()
|
Completed in 3 milliseconds