Searched refs:onSurfaceDestroyedSurfaceId (Results 1 – 2 of 2) sorted by relevance
1608 std::string onSurfaceDestroyedSurfaceId = ""; variable1615 …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 = ""; variable1679 …auto onSurfaceDestroyed = [&onSurfaceDestroyedSurfaceId](const std::string& surfaceId, const std::… in __anon9fa1cc8f0902()1680 onSurfaceDestroyedSurfaceId = surfaceId; in __anon9fa1cc8f0902()1721 EXPECT_STREQ("", onSurfaceDestroyedSurfaceId.c_str());
1286 std::string onSurfaceDestroyedSurfaceId = ""; variable1293 …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());