Home
last modified time | relevance | path

Searched refs:componentType (Results 1 - 12 of 12) sorted by relevance

/test/testfwk/arkxtest/uitest/test/
H A Dui_driver_test.cpp55 "componentType":"List", in TEST_F()
65 "componentType":"Text", in TEST_F()
107 "componentType":"List", in TEST_F()
117 "componentType":"Text", in TEST_F()
167 "componentType":"List", in TEST_F()
177 "componentType":"Text", in TEST_F()
213 "componentType":"List", in TEST_F()
223 "componentType":"Text", in TEST_F()
255 "componentType":"List", in TEST_F()
277 "componentType" in TEST_F()
[all...]
H A Dwidget_operator_test.cpp43 "componentType":"List", in ResetWindowAndNode()
53 "componentType":"Scroll", in ResetWindowAndNode()
62 "componentType":"Image", in ResetWindowAndNode()
71 "componentType":"Text", in ResetWindowAndNode()
82 "componentType":"List", in ResetWindowAndNode()
92 "componentType":"Text", in ResetWindowAndNode()
102 "componentType":"Text", in ResetWindowAndNode()
116 "componentType":"Image", in ResetWindowAndNode()
126 "componentType":"List", in ResetWindowAndNode()
135 "componentType" in ResetWindowAndNode()
[all...]
H A Dwidget_selector_test.cpp32 "componentType":"List",
42 "componentType":"List",
51 "componentType":"Image",
60 "componentType":"Text",
71 "componentType":"List",
81 "componentType":"Text",
91 "componentType":"Text",
105 "componentType":"Image",
115 "componentType":"Scroll",
124 "componentType"
[all...]
H A Dselect_strategy_test.cpp113 "componentType":"List", in ConstructIterator()
121 "componentType":"List", in ConstructIterator()
129 "componentType":"Image", in ConstructIterator()
138 "componentType":"Text", in ConstructIterator()
149 "componentType":"List", in ConstructIterator()
159 "componentType":"Text", in ConstructIterator()
169 "componentType":"Text", in ConstructIterator()
181 "componentType":"Image", in ConstructIterator()
190 "componentType":"Scroll", in ConstructIterator()
198 "componentType" in ConstructIterator()
[all...]
H A Dmock_element_node_iterator.h31 std::string componentType = ""; member
73 if (obj.find("componentType") != obj.end()) { in WrapperJsonToElement()
74 eleRoot.componentType = obj["componentType"]; in WrapperJsonToElement()
237 widget.SetAttr(UiAttr::TYPE, element.componentType); in WrapperNodeAttrToVec()
/test/testfwk/arkxtest/uitest/cj/
H A Dui_event_observer_impl.cpp106 if (info.componentType != nullptr) { free(info.componentType); } in DestructElementInfo()
124 result.componentType = static_cast<char *>(malloc(type.size() + 1)); in CreateElementInfo()
125 if (result.componentType == nullptr) { in CreateElementInfo()
138 status |= memcpy_s(result.componentType, type.size() + 1, in CreateElementInfo()
146 result.componentType = nullptr; in CreateElementInfo()
166 if (info.bundleName == nullptr || info.componentType == nullptr || info.text == nullptr) { in HandleEventCallback()
H A Duitest_ffi.h30 char *componentType; member
/test/ostest/wukong/input_factory/src/
H A Dcomponent_input.cpp409 std::string componentType = elementInfo.GetComponentType(); in JudgeComponentType() local
410 TRACK_LOG_STR("component type: %s", componentType.c_str()); in JudgeComponentType()
411 if (componentType == "TextInput" || componentType == "TextArea" || componentType == "Text") { in JudgeComponentType()
413 } else if (componentType == "GridContainer") { in JudgeComponentType()
415 } else if (componentType == "Slider") { in JudgeComponentType()
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H A Dimage_receiver_mdk_test.cpp391 int32_t componentType; in JsImageGetComponent() local
392 napi_get_value_int32(env, argValue[NUM_1], &componentType); in JsImageGetComponent()
395 int32_t res = OH_Image_GetComponent(native, componentType, &component); in JsImageGetComponent()
403 setInt32NamedProperty(env, result, "componentType", component.componentType); in JsImageGetComponent()
H A Dimage_receiver_test.cpp770 uint32_t componentType = params[NUM_1]; in JsGetImageByteBuffer() local
772 if (OH_ImageNative_GetByteBuffer(image, componentType, &nativeBuffer) != IMAGE_SUCCESS) { in JsGetImageByteBuffer()
795 uint32_t componentType = params[NUM_1]; in JsGetImageBufferSize() local
797 if (OH_ImageNative_GetBufferSize(image, componentType, &bufferSize) != IMAGE_SUCCESS) { in JsGetImageBufferSize()
820 uint32_t componentType = params[NUM_1]; in JsGetImageRowStride() local
822 if (OH_ImageNative_GetRowStride(image, componentType, &rowStride) != IMAGE_SUCCESS) { in JsGetImageRowStride()
845 uint32_t componentType = params[NUM_1]; in JsGetImagePixelStride() local
847 if (OH_ImageNative_GetPixelStride(image, componentType, &pixelStride) != IMAGE_SUCCESS) { in JsGetImagePixelStride()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/common/
H A Dcommon.h197 #define NAPI_START(componentName, componentType) \
200 auto(componentName) = nodeAPI->createNode(componentType); \
/test/xts/acts/arkui/ace_c_arkui_test_api13/entry/src/main/cpp/common/
H A Dcommon.h197 #define NAPI_START(componentName, componentType) \
200 auto(componentName) = nodeAPI->createNode(componentType); \

Completed in 11 milliseconds