Home
last modified time | relevance | path

Searched refs:frameNode_1 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp47 auto frameNode_1 = FrameNode::GetOrCreateFrameNode(TEST_TAG, frameNodeId_, nullptr); variable
53 eventHub->host_ = frameNode_1;
54 frameNode_1->UpdateInspectorId("123");
62 auto eventHub1 = frameNode_1->GetEventHub<EventHub>();
H A Dpipeline_context_test_ng.cpp1224 auto frameNode_1 = FrameNode::GetOrCreateFrameNode(TEST_TAG, frameNodeId_, nullptr); variable
1226 context_->StoreNode(DEFAULT_RESTORE_ID0, frameNode_1);
1227 EXPECT_EQ(context_->storeNode_[DEFAULT_RESTORE_ID0], frameNode_1);