Searched refs:retGet (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | metadata_helper_test.cpp | 146 auto retGet = MetadataHelper::GetColorSpaceInfo(buffer_, infoGet); in HWTEST_F() local 147 ASSERT_TRUE(retGet == GSERROR_OK || retSet == GSERROR_HDI_ERROR); in HWTEST_F() 149 if (retSet == GSERROR_OK && retGet == GSERROR_OK) { in HWTEST_F() 173 auto retGet = MetadataHelper::GetColorSpaceType(buffer_, colorSpaceType); in HWTEST_F() local 174 ASSERT_TRUE(retGet == GSERROR_OK || retSet == GSERROR_HDI_ERROR); in HWTEST_F() 176 if (retSet == GSERROR_OK && retGet == GSERROR_OK) { in HWTEST_F() 197 auto retGet = MetadataHelper::GetHDRMetadataType(buffer_, hdrMetadataType); in HWTEST_F() local 198 ASSERT_TRUE(retGet == GSERROR_OK || retSet == GSERROR_HDI_ERROR); in HWTEST_F() 200 if (retSet == GSERROR_OK && retGet == GSERROR_OK) { in HWTEST_F() 236 auto retGet in HWTEST_F() local 274 auto retGet = MetadataHelper::GetHDRDynamicMetadata(buffer_, metadataGet); HWTEST_F() local 319 auto retGet = MetadataHelper::GetHDRStaticMetadata(buffer_, metadataGet); HWTEST_F() local [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_exif_test.cpp | 128 uint32_t retGet = imageSourceOut->GetImagePropertyString(index, key, value); in HWTEST_F() local 129 ASSERT_EQ(retGet, OHOS::Media::SUCCESS); in HWTEST_F() 169 uint32_t retGet = imageSourceOut->GetImagePropertyString(index, key, value); in HWTEST_F() local 170 ASSERT_EQ(retGet, OHOS::Media::SUCCESS); in HWTEST_F() 209 uint32_t retGet = imageSourceOut->GetImagePropertyString(index, key, value); in HWTEST_F() local 210 ASSERT_EQ(retGet, OHOS::Media::SUCCESS); in HWTEST_F()
|
H A D | image_source_test.cpp | 1910 uint32_t retGet = imageSourceOut->GetImagePropertyString(index, key, value);
in HWTEST_F() local 1911 ASSERT_EQ(retGet, OHOS::Media::SUCCESS);
in HWTEST_F() 1947 uint32_t retGet = imageSourceOut->GetImagePropertyString(index, key, value);
in HWTEST_F() local 1948 ASSERT_EQ(retGet, OHOS::Media::SUCCESS);
in HWTEST_F()
|
Completed in 6 milliseconds