Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp213 std::string onDestroyKey; variable
215 …auto onDestroy = [&onDestroyKey](const std::string& /* xComponentId */) { onDestroyKey = CHECK_KEY… in __anon3398720b0302()
233 EXPECT_EQ(onDestroyKey, CHECK_KEY);
242 auto onDestroy2 = [&onDestroyKey](const std::string& /* xComponentId */) { onDestroyKey = ""; }; in __anon3398720b0502()
254 EXPECT_EQ(onDestroyKey, CHECK_KEY);
741 std::string onDestroyKey; variable
743 …auto onDestroy = [&onDestroyKey](const std::string& /* xComponentId */) { onDestroyKey = CHECK_KEY… in __anon3398720b0a02()
924 std::string onDestroyKey; variable
926 …auto onDestroy = [&onDestroyKey](const std::string& /* xComponentId */) { onDestroyKey = CHECK_KEY… in __anon3398720b0e02()
956 EXPECT_FALSE(onDestroyKey == CHECK_KEY);
[all …]