Home
last modified time | relevance | path

Searched refs:InterceptedDataImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dintercepted_data_impl.cpp64 InterceptedDataImpl::InterceptedDataImpl(std::vector<SingleVerKvEntry *> dataItems, in InterceptedDataImpl() function in DistributedDB::InterceptedDataImpl
82 InterceptedDataImpl::~InterceptedDataImpl() in ~InterceptedDataImpl()
85 std::vector<KVEntry> InterceptedDataImpl::GetEntries() in GetEntries()
93 bool InterceptedDataImpl::CheckIndex(size_t index) in CheckIndex()
106 DBStatus InterceptedDataImpl::ModifyKey(size_t index, const Key &newKey) in ModifyKey()
143 DBStatus InterceptedDataImpl::ModifyValue(size_t index, const Value &newValue) in ModifyValue()
172 bool InterceptedDataImpl::IsError() const in IsError()
177 void InterceptedDataImpl::GetKvEntries() in GetKvEntries()
H A Dintercepted_data_impl.h30 class InterceptedDataImpl : public InterceptedData {
32InterceptedDataImpl(std::vector<SingleVerKvEntry *> dataItems, const std::function<int(const Value…
33 virtual ~InterceptedDataImpl();
34 DISABLE_COPY_ASSIGN_MOVE(InterceptedDataImpl);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_extend.cpp371 InterceptedDataImpl data(entries, [this](const Value &newValue) -> int { in InterceptData()