Home
last modified time | relevance | path

Searched refs:PreferenceDbAdapter (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp25 void *PreferenceDbAdapter::gLibrary_ = NULL;
27 std::mutex PreferenceDbAdapter::apiMutex_;
29 GRD_APIInfo PreferenceDbAdapter::api_;
31 std::atomic<bool> PreferenceDbAdapter::isInit_ = false;
49 GRD_DBApiInfo.DbOpenApi = (DBOpen)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_DBOpen"); in GRDDBApiInitEnhance()
50 GRD_DBApiInfo.DbCloseApi = (DBClose)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_DBClose"); in GRDDBApiInitEnhance()
51 GRD_DBApiInfo.DbCreateCollectionApi = (DBCreateCollection)dlsym(PreferenceDbAdapter::gLibrary_, in GRDDBApiInitEnhance()
53 GRD_DBApiInfo.DbDropCollectionApi = (DBDropCollection)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_DropCollection"); in GRDDBApiInitEnhance()
54 GRD_DBApiInfo.DbIndexPreloadApi = (DBIndexPreload)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_IndexPreload"); in GRDDBApiInitEnhance()
55 GRD_DBApiInfo.DbKvPutApi = (DBKvPut)dlsym(PreferenceDbAdapter in GRDDBApiInitEnhance()
[all...]
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_helper.cpp134 PreferenceDbAdapter::ApiInit(); in IsUseEnhanceDb()
135 return PreferenceDbAdapter::IsEnhandceDbEnable(); in IsUseEnhanceDb()
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_db_adapter.h128 class PreferenceDbAdapter { class

Completed in 3 milliseconds