Searched refs:propertyTest (Results 1 – 5 of 5) sorted by relevance
96 uint32_t propertyTest = MTP_PROPERTY_ALL_CODE; variable97 ret = MtpDataUtils::GetPropListBySet(propertyTest, formatOne, resultSet, outProps);
221 Property propertyTest; variable222 ret = propertyTest.GetDataType();
1227 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> propertyTest = variable1229 EXPECT_NE(propertyTest, nullptr);1231 std::make_shared<RSDrawCmdListRenderModifier>(propertyTest);
2082 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> propertyTest = variable2084 EXPECT_NE(propertyTest, nullptr);2086 std::make_shared<RSDrawCmdListRenderModifier>(propertyTest);2151 auto propertyTest = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); variable2152 EXPECT_NE(propertyTest, nullptr);2153 auto frameModifier = std::make_shared<RSDrawCmdListRenderModifier>(propertyTest);
495 RefPtr<Property> propertyTest = frameNode->GetPaintProperty<Property>(); variable496 ASSERT_TRUE(propertyTest);