Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp212 std::string onLoadKey; variable
214 auto onLoad = [&onLoadKey](const std::string& /* xComponentId */) { onLoadKey = CHECK_KEY; }; in __anon3398720b0202()
232 EXPECT_EQ(onLoadKey, CHECK_KEY);
241 auto onLoad2 = [&onLoadKey](const std::string& /* xComponentId */) { onLoadKey = ""; }; in __anon3398720b0402()
253 EXPECT_EQ(onLoadKey, CHECK_KEY);
740 std::string onLoadKey; variable
742 auto onLoad = [&onLoadKey](const std::string& /* xComponentId */) { onLoadKey = CHECK_KEY; }; in __anon3398720b0902()
923 std::string onLoadKey; variable
925 auto onLoad = [&onLoadKey](const std::string& /* xComponentId */) { onLoadKey = CHECK_KEY; }; in __anon3398720b0d02()
955 EXPECT_FALSE(onLoadKey == CHECK_KEY);
[all …]