Home
last modified time | relevance | path

Searched refs:onSurfaceChangedSurfaceId (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.cpp1607 std::string onSurfaceChangedSurfaceId = ""; variable
1612 …auto onSurfaceChanged = [&onSurfaceChangedSurfaceId](const std::string& surfaceId, const RectF& /*… in __anon9fa1cc8f0502()
1613 onSurfaceChangedSurfaceId = surfaceId; in __anon9fa1cc8f0502()
1650 EXPECT_STREQ("", onSurfaceChangedSurfaceId.c_str());
1671 std::string onSurfaceChangedSurfaceId = ""; variable
1676 …auto onSurfaceChanged = [&onSurfaceChangedSurfaceId](const std::string& surfaceId, const RectF& /*… in __anon9fa1cc8f0802()
1677 onSurfaceChangedSurfaceId = surfaceId; in __anon9fa1cc8f0802()
1714 EXPECT_STREQ("", onSurfaceChangedSurfaceId.c_str());
H A Dxcomponent_test_ng.cpp1285 std::string onSurfaceChangedSurfaceId = ""; variable
1290 …auto onSurfaceChanged = [&onSurfaceChangedSurfaceId](const std::string& surfaceId, const RectF& /*… in __anon3398720b1402()
1291 onSurfaceChangedSurfaceId = surfaceId; in __anon3398720b1402()
1328 EXPECT_STREQ(SURFACE_ID.c_str(), onSurfaceChangedSurfaceId.c_str());