Home
last modified time | relevance | path

Searched refs:DecreaseConnectionCounter (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb.cpp111 DecreaseConnectionCounter(); in ReleaseDBConnection()
213 void GenericKvDB::DecreaseConnectionCounter() in DecreaseConnectionCounter() function in DistributedDB::GenericKvDB
H A Dgeneric_kvdb.h145 void DecreaseConnectionCounter();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.h115 void DecreaseConnectionCounter(uint64_t connectionId);
H A Dsqlite_relational_store.cpp374 void SQLiteRelationalStore::DecreaseConnectionCounter(uint64_t connectionId) in DecreaseConnectionCounter() function in DistributedDB::SQLiteRelationalStore
430 DecreaseConnectionCounter(connectionId); in ReleaseDBConnection()