Home
last modified time | relevance | path

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

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