Home
last modified time | relevance | path

Searched refs:DBClose (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h23 typedef int32_t (*DBClose)(GRD_DB *db, uint32_t flags); typedef
62 DBClose DBCloseApi = nullptr;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dgrd_api_manager.h26 typedef int32_t (*DBClose)(GRD_DB *db, uint32_t flags); typedef
64 DBClose DBCloseApi = nullptr;
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_db_adapter.h87 typedef int32_t (*DBClose)(GRD_DB *db, uint32_t flags); typedef
109 DBClose DbCloseApi = nullptr;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dgrd_api_manager.cpp35 GRD_DBApiInfo.DBCloseApi = (DBClose)dlsym(g_library, "GRD_DBClose"); in GRD_DBApiInitEnhance()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp79 GRD_DBApiInfo.DBCloseApi = (DBClose)dlsym(g_library, "GRD_DBClose"); in GRD_DBApiInitEnhance()
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp50 GRD_DBApiInfo.DbCloseApi = (DBClose)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_DBClose"); in GRDDBApiInitEnhance()

Completed in 3 milliseconds