Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h198 int ClearUnLockingStatus(const std::string &tableName);
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1927 int SQLiteSingleVerRelationalStorageExecutor::ClearUnLockingStatus(const std::string &tableName) in ClearUnLockingStatus() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1972 errCode = handle->ClearUnLockingStatus(table.name); in ClearUnLockingNoNeedCompensated()