Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h53 typedef int32_t (*KVFreeItem)(GRD_KVItemT *item); typedef
87 KVFreeItem KVFreeItemApi = nullptr;
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_db_adapter.h102 typedef int32_t (*KVFreeItem)(GRD_KVItemT *item); typedef
122 KVFreeItem FreeItemApi = nullptr;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp104 GRD_DBApiInfo.KVFreeItemApi = (KVFreeItem)dlsym(g_library, "GRD_KVFreeItem"); in GRD_DBApiInitEnhance()
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp64 GRD_DBApiInfo.FreeItemApi = (KVFreeItem)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_KVFreeItem"); in GRDDBApiInitEnhance()

Completed in 3 milliseconds