Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_delegate_impl_test.cpp102 std::string onActionEventKey; in HWTEST_F() local
103 auto onAction = [&onActionEventKey](const std::string& /* action */) { onActionEventKey = CHECK_KEY; }; in HWTEST_F()
H A Dform_render_test.cpp216 std::string onActionEventKey; in HWTEST_F() local
217 auto onAction = [&onActionEventKey](const std::string& /* action */) { onActionEventKey = CHECK_KEY; }; in HWTEST_F()
261 EXPECT_EQ(onActionEventKey, CHECK_KEY); in HWTEST_F()

Completed in 3 milliseconds