Home
last modified time | relevance | path

Searched refs:ClearUnLockingNoNeedCompensated (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dstorage_proxy.h131 int ClearUnLockingNoNeedCompensated();
H A Dicloud_sync_storage_interface.h200 virtual int ClearUnLockingNoNeedCompensated() in ClearUnLockingNoNeedCompensated() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp590 int StorageProxy::ClearUnLockingNoNeedCompensated() in ClearUnLockingNoNeedCompensated() function in DistributedDB::StorageProxy
596 return store_->ClearUnLockingNoNeedCompensated(); in ClearUnLockingNoNeedCompensated()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h216 int ClearUnLockingNoNeedCompensated() override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1951 int RelationalSyncAbleStorage::ClearUnLockingNoNeedCompensated() in ClearUnLockingNoNeedCompensated() function in DistributedDB::RelationalSyncAbleStorage
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.cpp1912 int err = storageProxy_->ClearUnLockingNoNeedCompensated(); in ClearContextAndNotify()