Home
last modified time | relevance | path

Searched refs:DBGetConfig (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dgrd_api_manager.h59 typedef GRD_DbValueT (*DBGetConfig) (GRD_DB *db, GRD_ConfigTypeE type); typedef
91 DBGetConfig DBGetConfigApi = nullptr;
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_db_adapter.h105 typedef GRD_DbValueT (*DBGetConfig)(GRD_DB *db, GRD_ConfigTypeE type); typedef
125 DBGetConfig DbGetConfigApi = nullptr;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dgrd_api_manager.cpp62 GRD_DBApiInfo.DBGetConfigApi = (DBGetConfig)dlsym(g_library, "GRD_GetConfig"); in GRD_DBApiInitEnhance()
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp67 GRD_DBApiInfo.DbGetConfigApi = (DBGetConfig)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_GetConfig"); in GRDDBApiInitEnhance()

Completed in 2 milliseconds