Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_test.cpp225 std::string onSurfaceChangeEventKey; variable
226 auto onSurfaceChange = [&onSurfaceChangeEventKey](float /* width */,
227 … float /* height */, float /* borderWidth */) { onSurfaceChangeEventKey = CHECK_KEY; }; in __anonbf2bd1f30502()
277 EXPECT_EQ(onSurfaceChangeEventKey, CHECK_KEY);
284 onSurfaceChangeEventKey = "";
287 EXPECT_NE(onSurfaceChangeEventKey, CHECK_KEY);
H A Dform_render_delegate_impl_test.cpp139 std::string onSurfaceChangeEventKey; variable
140 auto onSurfaceChange = [&onSurfaceChangeEventKey](float /* width */,
141 float /* height */, float /* borderWidth */) { onSurfaceChangeEventKey = CHECK_KEY; }; in __anond3ebbf3e0502()