Home
last modified time | relevance | path

Searched refs:KEY_WIDTH (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Ddscreen_maprelation.cpp102 {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 Ddscreen_maprelation_test.cpp192 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 Dcustom_input_method.cpp82 const int16_t KEY_WIDTH = 50; member
259 keyBtn->Resize(KEY_WIDTH, KEY_HEIGHT); in SetupButton()
/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h178 const std::string KEY_WIDTH = "width"; member
/foundation/multimedia/media_lite/test/
H A Dtest_play_file_h265.cpp145 param[index].key = KEY_WIDTH; in DecoderCreate()

Completed in 3 milliseconds