Home
last modified time | relevance | path

Searched refs:propertyTest (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_data_utils_test.cpp96 uint32_t propertyTest = MTP_PROPERTY_ALL_CODE; variable
97 ret = MtpDataUtils::GetPropListBySet(propertyTest, formatOne, resultSet, outProps);
H A Dmtp_test.cpp221 Property propertyTest; variable
222 ret = propertyTest.GetDataType();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test2.cpp1227 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> propertyTest = variable
1229 EXPECT_NE(propertyTest, nullptr);
1231 std::make_shared<RSDrawCmdListRenderModifier>(propertyTest);
H A Drs_render_node_test.cpp2082 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> propertyTest = variable
2084 EXPECT_NE(propertyTest, nullptr);
2086 std::make_shared<RSDrawCmdListRenderModifier>(propertyTest);
2151 auto propertyTest = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); variable
2152 EXPECT_NE(propertyTest, nullptr);
2153 auto frameModifier = std::make_shared<RSDrawCmdListRenderModifier>(propertyTest);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp495 RefPtr<Property> propertyTest = frameNode->GetPaintProperty<Property>(); variable
496 ASSERT_TRUE(propertyTest);