/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/ |
H A D | hap_parser_test.cpp | 71 kp->type_ = LANGUAGES; in HWTEST_F() 76 kp->type_ = REGION; in HWTEST_F() 81 kp->type_ = SCREEN_DENSITY; in HWTEST_F() 86 kp->type_ = DEVICETYPE; in HWTEST_F() 91 kp->type_ = DIRECTION; in HWTEST_F() 154 kp->type_ = LANGUAGES; in HWTEST_F() 159 kp->type_ = REGION; in HWTEST_F() 164 kp->type_ = SCREEN_DENSITY; in HWTEST_F() 169 kp->type_ = DEVICETYPE; in HWTEST_F() 174 kp->type_ in HWTEST_F() [all...] |
H A D | res_desc_test.cpp | 119 keyParam.type_ = keyType; in TestKeyParam()
|
/test/xts/hats/distributedhardware/distributedcameratest_additional/ |
H A D | dcameraprovidercase.cpp | 94 hdiEvent.type_ = 0; in SetUpTestCase() 98 result.type_ = METADATA_RESULT; in SetUpTestCase() 109 streamInfo1.type_ = SNAPSHOT_FRAME; in SetUpTestCase() 123 captureInfo1.type_ = CONTINUOUS_FRAME; in SetUpTestCase() 516 streamInfo2.type_ = SNAPSHOT_FRAME; in HWTEST_F() 539 streamInfo2.type_ = SNAPSHOT_FRAME; in HWTEST_F() 562 streamInfo2.type_ = SNAPSHOT_FRAME; in HWTEST_F() 586 streamInfo2.type_ = SNAPSHOT_FRAME; in HWTEST_F() 597 * streamInfo2.encodeType_ = ENCODE_TYPE_MPEG4_ES, streamInfo2.type_ = CONTINUOUS_FRAME 610 streamInfo2.type_ in HWTEST_F() [all...] |
/test/xts/hats/hdf/camera/cameraHdi/pipeline_core/ |
H A D | pipeline_core_test.cpp | 67 .type_ = PREVIEW, in HWTEST_F() 87 .type_ = STILL_CAPTURE, in HWTEST_F() 107 .type_ = PREVIEW, in HWTEST_F() 111 .type_ = STILL_CAPTURE, in HWTEST_F() 131 .type_ = PREVIEW, in HWTEST_F() 142 .type_ = STILL_CAPTURE, in HWTEST_F() 158 .type_ = STILL_CAPTURE, in HWTEST_F() 162 .type_ = PREVIEW, in HWTEST_F() 182 .type_ = PREVIEW, in HWTEST_F() 186 .type_ in HWTEST_F() [all...] |
H A D | stream_pipeline_dispatcher_test.cpp | 59 .type_ = PREVIEW in HWTEST_F() 62 .type_ = STILL_CAPTURE in HWTEST_F() 83 .type_ = PREVIEW in HWTEST_F() 86 .type_ = STILL_CAPTURE in HWTEST_F() 107 .type_ = PREVIEW in HWTEST_F() 110 .type_ = STILL_CAPTURE in HWTEST_F()
|
H A D | stream_pipeline_builder_test.cpp | 61 .type_ = STILL_CAPTURE in HWTEST_F() 64 .type_ = PREVIEW in HWTEST_F() 81 .type_ = PREVIEW in HWTEST_F() 84 .type_ = STILL_CAPTURE in HWTEST_F()
|
H A D | stream_pipeline_strategy_test.cpp | 57 .type_ = PREVIEW in HWTEST_F() 69 .type_ = STILL_CAPTURE in HWTEST_F() 81 .type_ = PREVIEW in HWTEST_F() 84 .type_ = STILL_CAPTURE in HWTEST_F()
|
/test/xts/hats/distributedhardware/distributedcameratest/ |
H A D | dcameraprovidercase.cpp | 93 hdiEvent.type_ = 0;
in SetUpTestCase() 97 result.type_ = METADATA_RESULT;
in SetUpTestCase() 108 streamInfo1.type_ = SNAPSHOT_FRAME;
in SetUpTestCase() 122 captureInfo1.type_ = CONTINUOUS_FRAME;
in SetUpTestCase() 180 result1.type_ = UPDATE_METADATA;
in HWTEST_F() 188 result2.type_ = ENABLE_METADATA;
in HWTEST_F() 196 result3.type_ = DISABLE_METADATA;
in HWTEST_F() 204 result4.type_ = SET_FLASH_LIGHT;
in HWTEST_F() 212 result5.type_ = FPS_RANGE;
in HWTEST_F() 220 result6.type_ in HWTEST_F() [all...] |
/test/testfwk/arkxtest/uitest/core/ |
H A D | ui_action.cpp | 103 DCHECK(type_ >= TouchOp::CLICK && type_ <= TouchOp::DOUBLE_CLICK_P); in Decompose() 104 switch (type_) { in Decompose() 118 recv.At(recv.GetFingers() - 1, index).flags_ = type_; in Decompose() 124 DCHECK(type_ >= TouchOp::SWIPE && type_ <= TouchOp::FLING); in Decompose() 125 DecomposeComputeSwipe(recv, from_, to_, type_, options); in Decompose() 127 recv.At(recv.GetFingers() - 1, index).flags_ = type_; in Decompose() 285 DCHECK(type_ >= TouchOp::SWIPE && type_ < in Decompose() [all...] |
H A D | ui_action.h | 175 GenericClick(TouchOp type, const Point &point) : type_(type), point_(point) {}; in GenericClick() 182 const TouchOp type_; member in OHOS::uitest::GenericClick 191 explicit GenericSwipe(TouchOp type, const Point &from, const Point &to) : type_(type), from_(from), to_(to) {}; in GenericSwipe() 198 const TouchOp type_; member in OHOS::uitest::GenericSwipe 348 explicit MouseSwipe(TouchOp type, const Point &from, const Point &to) : type_(type), from_(from), to_(to) {}; in MouseSwipe() 355 const TouchOp type_; member in OHOS::uitest::MouseSwipe 363 : type_(type), point_(point), button_(button), key1_(key1), key2_(key2) {}; in MouseClick() 370 const TouchOp type_; member in OHOS::uitest::MouseClick
|
H A D | frontend_api_defines.h | 120 std::string_view type_; member
|
H A D | frontend_api_handler.cpp | 476 CheckCallArgType(def->type_, value[propName], !def->required_, error); in CheckCallArgType()
|
/test/ostest/wukong/component_event/include/ |
H A D | component_tree.h | 31 type_.clear(); in ComponentTree() 40 return type_; in GetType() 88 std::string type_; member in OHOS::WuKong::ComponentTree
|
/test/ostest/wukong/component_event/src/ |
H A D | component_tree.cpp | 74 type_ = elementInfo->GetComponentType(); in SetNodeId() 75 uint64_t type = GetSubName(type_, typeCount); in SetNodeId()
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | constants.py | 407 type_ = "type" variable in DeviceProperties
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device_lite.py | 144 DeviceProperties.type_: self.label,
|
H A D | device.py | 287 DeviceProperties.type_: self.get_device_type(),
|