Home
last modified time | relevance | path

Searched refs:onSurfaceDestroyedSurfaceId (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.cpp1608 std::string onSurfaceDestroyedSurfaceId = ""; variable
1615 …auto onSurfaceDestroyed = [&onSurfaceDestroyedSurfaceId](const std::string& surfaceId, const std::… in __anon9fa1cc8f0602()
1616 onSurfaceDestroyedSurfaceId = surfaceId; in __anon9fa1cc8f0602()
1657 EXPECT_STREQ("", onSurfaceDestroyedSurfaceId.c_str());
1672 std::string onSurfaceDestroyedSurfaceId = ""; variable
1679 …auto onSurfaceDestroyed = [&onSurfaceDestroyedSurfaceId](const std::string& surfaceId, const std::… in __anon9fa1cc8f0902()
1680 onSurfaceDestroyedSurfaceId = surfaceId; in __anon9fa1cc8f0902()
1721 EXPECT_STREQ("", onSurfaceDestroyedSurfaceId.c_str());
H A Dxcomponent_test_ng.cpp1286 std::string onSurfaceDestroyedSurfaceId = ""; variable
1293 …auto onSurfaceDestroyed = [&onSurfaceDestroyedSurfaceId](const std::string& surfaceId, const std::… in __anon3398720b1502()
1294 onSurfaceDestroyedSurfaceId = surfaceId; in __anon3398720b1502()
1337 EXPECT_STREQ(SURFACE_ID.c_str(), onSurfaceDestroyedSurfaceId.c_str());