Home
last modified time | relevance | path

Searched refs:onSurfaceCreateKey (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_delegate_impl_test.cpp82 std::string onSurfaceCreateKey; in HWTEST_F() local
83 auto onSurfaceCreate = [&onSurfaceCreateKey](const std::shared_ptr<Rosen::RSSurfaceNode>& /* surfaceNode */, in HWTEST_F()
85 const AAFwk::Want& /* want */) { onSurfaceCreateKey = CHECK_KEY; }; in HWTEST_F()
H A Dform_render_test.cpp210 std::string onSurfaceCreateKey; in HWTEST_F() local
211 auto onSurfaceCreate = [&onSurfaceCreateKey](const std::shared_ptr<Rosen::RSSurfaceNode>& /* surfaceNode */, in HWTEST_F()
213 const AAFwk::Want& /* want */) { onSurfaceCreateKey = CHECK_KEY; }; in HWTEST_F()
254 EXPECT_EQ(onSurfaceCreateKey, CHECK_KEY); in HWTEST_F()

Completed in 3 milliseconds