Home
last modified time | relevance | path

Searched refs:newPixelMap1 (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_utils_test.cpp759 auto newPixelMap1 = std::get_if<std::shared_ptr<OHOS::Media::PixelMap>>(&recordValue); in HWTEST_F() local
760 ASSERT_NE(newPixelMap1, nullptr); in HWTEST_F()
762 (*newPixelMap1)->GetImageInfo(imageInfo1); in HWTEST_F()
H A Dpasteboard_unified_data_test.cpp816 auto newPixelMap1 = std::get_if<std::shared_ptr<OHOS::Media::PixelMap>>(&recordValue); in HWTEST_F() local
817 ASSERT_NE(newPixelMap1, nullptr); in HWTEST_F()
819 (*newPixelMap1)->GetImageInfo(imageInfo1); in HWTEST_F()

Completed in 5 milliseconds