Home
last modified time | relevance | path

Searched refs:GetType (Results 1 - 10 of 10) sorted by relevance

/test/ostest/wukong/component_event/src/
H A Dscene_delegate.cpp52 if (componenttree->GetType() == "GridContainer") { in GetCurrentComponentInfo()
58 if (componenttree->GetType() == "List") { in GetCurrentComponentInfo()
61 if (componenttree->GetType() == "ListItem") { in GetCurrentComponentInfo()
74 componentType_.push_back(std::static_pointer_cast<ComponentTree>(componentinfo)->GetType()); in GetCurrentComponentInfo()
H A Dfocus_scene_delegate.cpp52 if (componenttree->GetType() == "GridContainer") { in GetCurrentComponentInfo()
58 if (componenttree->GetType() == "List") { in GetCurrentComponentInfo()
61 if (componenttree->GetType() == "ListItem") { in GetCurrentComponentInfo()
74 componentType_.push_back(std::static_pointer_cast<ComponentTree>(componentinfo)->GetType()); in GetCurrentComponentInfo()
H A Dnormal_scene.cpp95 if (it->GetType() == "Dialog") { in SetInputComponent()
126 std::string type = (*it)->GetType(); in SetInputComponentListForFocusInput()
165 std::string type = comp->GetType(); in IsComponentBlock()
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingBrushTest.cpp142 EXPECT_EQ((reinterpret_cast<ColorFilter*>(colorFilterTmp))->GetType(), in HWTEST_F()
151 EXPECT_EQ(CastToFilter(tmpFilter_)->GetColorFilter()->GetType(), ColorFilter::FilterType::BLEND_MODE); in HWTEST_F()
H A DNativeDrawingPenTest.cpp240 EXPECT_EQ((reinterpret_cast<ColorFilter*>(colorFilterTmp))->GetType(), in HWTEST_F()
252 EXPECT_EQ(CastToFilter(tmpFilter_)->GetColorFilter()->GetType(), ColorFilter::FilterType::BLEND_MODE); in HWTEST_F()
H A DNativeDrawingCanvasTest.cpp628 EXPECT_EQ(reinterpret_cast<ColorFilter*>(colorFilterTmp)->GetType(), ColorFilter::FilterType::NO_TYPE); in HWTEST_F()
632 EXPECT_EQ(reinterpret_cast<ColorFilter*>(colorFilterTmp)->GetType(), ColorFilter::FilterType::BLEND_MODE); in HWTEST_F()
/test/ostest/wukong/component_event/include/
H A Dcomponent_tree.h38 const std::string& GetType() in GetType() function in OHOS::WuKong::ComponentTree
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H A Dmodule_test.cpp120 static Camera_Type GetType(int type) in GetType() function
155 Camera_Type type = GetType(y); in CreateCameraInputWithPositionAndType()
/test/xts/acts/multimedia/camera/camera_ndk_xts/OHCameraNdk/entry/src/main/cpp/
H A Dmian.cpp231 static Camera_Type GetType(int type) in GetType() function
264 Camera_Type type = GetType(y); in OHCreateCameraInputWithPositionAndType()
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/
H A Dmain.cpp123 static Camera_Type GetType(int type) in GetType() function
158 Camera_Type type = GetType(y); in CreateCameraInputWithPositionAndType()

Completed in 22 milliseconds