Home
last modified time | relevance | path

Searched refs:TryHandle (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dsync_generic_interface.h161 virtual int TryHandle() const in TryHandle() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.h203 int TryHandle() const override;
H A Dsqlite_single_ver_natural_store_extend.cpp579 int SQLiteSingleVerNaturalStore::TryHandle() const in TryHandle() function in DistributedDB::SQLiteSingleVerNaturalStore
H A Dsqlite_single_ver_natural_store_connection.cpp1362 errCode = naturalStore->TryHandle(); in GetExecutor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dgeneric_syncer.cpp1051 int errCode = static_cast<SyncGenericInterface *>(syncInterface_)->TryHandle(); in GetSyncDataSize()