Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.h201 …int DeleteLocalDataInner(SingleVerNaturalStoreCommitNotifyData *committedData, const Key &key, con…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.h196 virtual int DeleteLocalDataInner(SingleVerNaturalStoreCommitNotifyData *committedData,
H A Dsqlite_single_ver_storage_executor.cpp1619 int SQLiteSingleVerStorageExecutor::DeleteLocalDataInner(SingleVerNaturalStoreCommitNotifyData *com… in DeleteLocalDataInner() function in DistributedDB::SQLiteSingleVerStorageExecutor
1673 return DeleteLocalDataInner(committedData, key, value); in DeleteLocalKvData()