Home
last modified time | relevance | path

Searched refs:modifyvalue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dexif_metadata_test.cpp762 std::string modifyvalue = g_modifyData[i][1]; variable
763 ASSERT_TRUE(metadata.SetValue(key, modifyvalue));
794 std::string modifyvalue = g_dirtData[i][1]; variable
795 ASSERT_NE(metadata.SetValue(key, modifyvalue), true);
1103 std::string modifyvalue = g_batchData006[i][1]; variable
1104 auto iv = ExifMetadatFormatter::Validate(key, modifyvalue);
1108 auto isSetValueSuccess = metadata.SetValue(key, modifyvalue);
1244 std::string modifyvalue = g_error[i][1]; variable
1245 auto iv = ExifMetadatFormatter::Validate(key, modifyvalue);
1554 std::string modifyvalue = g_batchData008[i][1]; variable
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/testsuits/
H A Dtest_index.py579 modifyvalue = self.test.get_attribute(('id', 'value'),
581 assert modifyvalue == '3'