Searched refs:onSurfaceChangedSurfaceId (Results 1 – 2 of 2) sorted by relevance
1607 std::string onSurfaceChangedSurfaceId = ""; variable1612 …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 = ""; variable1676 …auto onSurfaceChanged = [&onSurfaceChangedSurfaceId](const std::string& surfaceId, const RectF& /*… in __anon9fa1cc8f0802()1677 onSurfaceChangedSurfaceId = surfaceId; in __anon9fa1cc8f0802()1714 EXPECT_STREQ("", onSurfaceChangedSurfaceId.c_str());
1285 std::string onSurfaceChangedSurfaceId = ""; variable1290 …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());