Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_test.cpp225 std::string onSurfaceChangeEventKey; in HWTEST_F() local
226 auto onSurfaceChange = [&onSurfaceChangeEventKey](float /* width */, in HWTEST_F()
227 float /* height */, float /* borderWidth */) { onSurfaceChangeEventKey = CHECK_KEY; }; in HWTEST_F()
279 EXPECT_EQ(onSurfaceChangeEventKey, CHECK_KEY); in HWTEST_F()
286 onSurfaceChangeEventKey = ""; in HWTEST_F()
289 EXPECT_NE(onSurfaceChangeEventKey, CHECK_KEY); in HWTEST_F()
H A Dform_render_delegate_impl_test.cpp139 std::string onSurfaceChangeEventKey; in HWTEST_F() local
140 auto onSurfaceChange = [&onSurfaceChangeEventKey](float /* width */, in HWTEST_F()
141 float /* height */, float /* borderWidth */) { onSurfaceChangeEventKey = CHECK_KEY; }; in HWTEST_F()

Completed in 4 milliseconds