Home
last modified time | relevance | path

Searched refs:ModifyValue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dintercepted_data.h41 DB_API virtual DBStatus ModifyValue(size_t index, const Value &newValue) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dintercepted_data_impl.h38 DBStatus ModifyValue(size_t index, const Value &newValue) override;
H A Dintercepted_data_impl.cpp143 DBStatus InterceptedDataImpl::ModifyValue(size_t index, const Value &newValue) in ModifyValue() function in DistributedDB::InterceptedDataImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_complex_sync_test.cpp2090 errCode = data.ModifyValue(i, newValue); in __anonb4f3bed91902()