Home
last modified time | relevance | path

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

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