Searched refs:modifyValues (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_exif_test.cpp | 72 static const std::vector<std::string> modifyValues = { variable 478 ASSERT_EQ(hwExifWriteKey.size(), modifyValues.size()); 480 errorCode = imageSource->ModifyImageProperty(0, hwExifWriteKey[i], modifyValues[i]); 486 ASSERT_EQ(value, modifyValues[i]); 508 errorCode = imageSource->ModifyImageProperty(0, hwExifWriteKey[i], modifyValues[i]); 514 ASSERT_EQ(value, modifyValues[i]); 535 ASSERT_EQ(hwExifWriteKey.size(), modifyValues.size()); 537 errorCode = imageSource->ModifyImageProperty(0, hwExifWriteKey[i], modifyValues[i]); 543 ASSERT_EQ(value, modifyValues[i]); 564 ASSERT_EQ(hwExifWriteKey.size(), modifyValues.size()); [all …]
|
/ohos5.0/base/security/access_token/services/common/database/test/unittest/ |
H A D | database_test.cpp | 236 GenericValues modifyValues; variable 237 modifyValues.Put(TokenFiledConst::FIELD_BUNDLE_NAME, "test_bundle_name_modified"); 243 … AccessTokenDb::GetInstance().Modify(AtmDataType::ACCESSTOKEN_HAP_INFO, modifyValues, conditions));
|
/ohos5.0/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/include/database/ |
H A D | sandbox_manager_rdb.h | 48 …int32_t Modify(const DataType type, const GenericValues &modifyValues, const GenericValues &condit…
|
/ohos5.0/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/database/ |
H A D | sandbox_manager_rdb.cpp | 191 int32_t SandboxManagerRdb::Modify(const DataType type, const GenericValues& modifyValues, in Modify() argument 201 ToRdbValueBucket(modifyValues, bucket); in Modify()
|