Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
Drelational_store.h180 int OH_Rdb_CloseStore(OH_Rdb_Store *store);
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
Drdb_store_test.cpp60 int errCode = OH_Rdb_CloseStore(storeTestRdbStore_); in TearDownTestCase()
770 errCode = OH_Rdb_CloseStore(nullptr);
783 OH_Rdb_CloseStore(store);
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
Drelational_store.cpp112 int OH_Rdb_CloseStore(OH_Rdb_Store *store) in OH_Rdb_CloseStore() function