Home
last modified time | relevance | path

Searched refs:DbGetConfigApi (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp67 GRD_DBApiInfo.DbGetConfigApi = (DBGetConfig)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_GetConfig"); in GRDDBApiInitEnhance()
525 } else if (PreferenceDbAdapter::GetApiInstance().DbGetConfigApi == nullptr) { in GetKernelDataVersion()
526 LOG_ERROR("api load failed: DbGetConfigApi"); in GetKernelDataVersion()
530 GRD_DbValueT kernelDataVersion = PreferenceDbAdapter::GetApiInstance().DbGetConfigApi(db_, in GetKernelDataVersion()
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_db_adapter.h125 DBGetConfig DbGetConfigApi = nullptr; member

Completed in 2 milliseconds