Home
last modified time | relevance | path

Searched refs:GetModifierIds (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_node_animate_supplement_test.cpp52 std::vector<PropertyId> GetModifierIds() in GetModifierIds() function in OHOS::Rosen::RSNodeMock
54 return RSNode::GetModifierIds(); in GetModifierIds()
605 auto ids = node->GetModifierIds();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h522 std::vector<PropertyId> GetModifierIds() const;
H A Drs_node.cpp2249 std::vector<PropertyId> RSNode::GetModifierIds() const in GetModifierIds() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp4323 std::vector<PropertyId> GetModifierIds() const { in GetModifierIds() function in OHOS::Rosen::MockRSNode
4324 return RSNode::GetModifierIds(); in GetModifierIds()
4400 ASSERT_TRUE(node1->GetModifierIds().size() == 0);
4407 ASSERT_TRUE(node1->GetModifierIds().size() == 1);
6338 HWTEST_F(RSNodeTest, GetModifierIds, TestSize.Level1)
6346 rsNode->GetModifierIds();