Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_delegate_impl_test.cpp120 std::string onErrorEventKey; in HWTEST_F() local
121 auto onError = [&onErrorEventKey]( in HWTEST_F()
122 const std::string& /* code */, const std::string& /* msg */) { onErrorEventKey = CHECK_KEY; }; in HWTEST_F()
H A Dform_render_test.cpp220 std::string onErrorEventKey; in HWTEST_F() local
221 auto onError = [&onErrorEventKey]( in HWTEST_F()
222 const std::string& /* code */, const std::string& /* msg */) { onErrorEventKey = CHECK_KEY; }; in HWTEST_F()
263 EXPECT_EQ(onErrorEventKey, CHECK_KEY); in HWTEST_F()

Completed in 3 milliseconds