Home
last modified time | relevance | path

Searched refs:type_ (Results 1 – 15 of 15) sorted by relevance

/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/
Dhap_parser_test.cpp71 kp->type_ = LANGUAGES;
76 kp->type_ = REGION;
81 kp->type_ = SCREEN_DENSITY;
86 kp->type_ = DEVICETYPE;
91 kp->type_ = DIRECTION;
154 kp->type_ = LANGUAGES;
159 kp->type_ = REGION;
164 kp->type_ = SCREEN_DENSITY;
169 kp->type_ = DEVICETYPE;
174 kp->type_ = DIRECTION;
Dres_desc_test.cpp119 keyParam.type_ = keyType; in TestKeyParam()
/test/xts/hats/hdf/camera/pipeline_core/
Dpipeline_core_test.cpp66 .type_ = PREVIEW,
86 .type_ = STILL_CAPTURE,
106 .type_ = PREVIEW,
110 .type_ = STILL_CAPTURE,
130 .type_ = PREVIEW,
141 .type_ = STILL_CAPTURE,
157 .type_ = STILL_CAPTURE,
161 .type_ = PREVIEW,
181 .type_ = PREVIEW,
185 .type_ = PREVIEW,
[all …]
Dstream_pipeline_builder_test.cpp61 .type_ = STILL_CAPTURE
64 .type_ = PREVIEW
81 .type_ = PREVIEW
84 .type_ = STILL_CAPTURE
Dstream_pipeline_dispatcher_test.cpp59 .type_ = PREVIEW
62 .type_ = STILL_CAPTURE
83 .type_ = PREVIEW
86 .type_ = STILL_CAPTURE
107 .type_ = PREVIEW
110 .type_ = STILL_CAPTURE
Dstream_pipeline_strategy_test.cpp57 .type_ = PREVIEW
69 .type_ = STILL_CAPTURE
81 .type_ = PREVIEW
84 .type_ = STILL_CAPTURE
/test/ostest/wukong/component_event/include/
Dcomponent_tree.h31 type_.clear(); in ComponentTree()
40 return type_; in GetType()
68 std::string type_; variable
/test/testfwk/arkxtest/uitest/core/
Dui_action.cpp95 DCHECK(type_ >= TouchOp::CLICK && type_ <= TouchOp::DOUBLE_CLICK_P); in Decompose()
96 switch (type_) { in Decompose()
110 recv.At(recv.GetFingers() - 1, index).flags_ = type_; in Decompose()
116 DCHECK(type_ >= TouchOp::SWIPE && type_ <= TouchOp::DRAG); in Decompose()
117 DecomposeComputeSwipe(recv, from_, to_, type_ == TouchOp::DRAG, options); in Decompose()
119 recv.At(recv.GetFingers() - 1, index).flags_ = type_; in Decompose()
Dui_action.h128 GenericClick(TouchOp type, const Point &point) : type_(type), point_(point) {}; in GenericClick()
135 const TouchOp type_;
144 …explicit GenericSwipe(TouchOp type, const Point &from, const Point &to) : type_(type), from_(from)… in GenericSwipe()
151 const TouchOp type_;
Dfrontend_api_defines.h120 std::string_view type_; member
Dfrontend_api_handler.cpp348 CheckCallArgType(def->type_, value[propName], error); in CheckCallArgType()
/test/ostest/wukong/component_event/src/
Dcomponent_tree.cpp74 type_ = elementInfo->GetComponentType(); in SetNodeId()
75 uint64_t type = GetSubName(type_, typeCount); in SetNodeId()
/test/xts/hats/distributedhardware/distributedcameratest/
Ddcameraprovidercase.cpp74 hdiEvent.type_ = 0; in SetUpTestCase()
78 result.type_ = METADATA_RESULT; in SetUpTestCase()
89 streamInfo1.type_ = SNAPSHOT_FRAME; in SetUpTestCase()
103 captureInfo1.type_ = CONTINUOUS_FRAME; in SetUpTestCase()
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/ets/MainAbility/pages/
Dindex.ets35 private type_:number = 5;
76 globalThis.type_ = this.type_;
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/ets/test/
DXComponentTest.ets292 var type_ = globalThis.type_;
310 expect(type_t).assertEqual(type_);