Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_property_test_ng.cpp1606 std::string onSurfaceCreatedSurfaceId = ""; variable
1609 …auto onSurfaceCreated = [&onSurfaceCreatedSurfaceId](const std::string& surfaceId, const std::stri… in __anon9fa1cc8f0402()
1610 onSurfaceCreatedSurfaceId = surfaceId; in __anon9fa1cc8f0402()
1649 EXPECT_STREQ("", onSurfaceCreatedSurfaceId.c_str());
1670 std::string onSurfaceCreatedSurfaceId = ""; variable
1673 …auto onSurfaceCreated = [&onSurfaceCreatedSurfaceId](const std::string& surfaceId, const std::stri… in __anon9fa1cc8f0702()
1674 onSurfaceCreatedSurfaceId = surfaceId; in __anon9fa1cc8f0702()
1713 EXPECT_STREQ("", onSurfaceCreatedSurfaceId.c_str());
H A Dxcomponent_test_ng.cpp1284 std::string onSurfaceCreatedSurfaceId = ""; variable
1287 …auto onSurfaceCreated = [&onSurfaceCreatedSurfaceId](const std::string& surfaceId, const std::stri… in __anon3398720b1302()
1288 onSurfaceCreatedSurfaceId = surfaceId; in __anon3398720b1302()
1327 EXPECT_STREQ(SURFACE_ID.c_str(), onSurfaceCreatedSurfaceId.c_str());