Home
last modified time | relevance | path

Searched refs:GetItemApi (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/kv/
H A Dgrd_kv_api.cpp96 if (GRD_KVApiInfo.GetItemApi == nullptr) { in GRD_GetItem()
99 if (GRD_KVApiInfo.GetItemApi == nullptr) { in GRD_GetItem()
102 return GRD_KVApiInfo.GetItemApi(resultSet, key, value); in GRD_GetItem()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp66 GRD_DBApiInfo.GetItemApi = GRD_GetItemInner; in GRD_DBApiInitCommon()
103 GRD_DBApiInfo.GetItemApi = (GetItem)dlsym(g_library, "GRD_GetItem"); in GRD_DBApiInitEnhance()
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp61 GRD_DBApiInfo.GetItemApi = (GetItem)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_GetItem"); in GRDDBApiInitEnhance()
432 ret = PreferenceDbAdapter::GetApiInstance().GetItemApi(resultSet, dataItem.first.data(), in GetAllInner()
447 apiInstance.GetItemSizeApi != nullptr && apiInstance.GetItemApi != nullptr && in IsApiValid()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h86 GetItem GetItemApi = nullptr; member
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_db_adapter.h119 GetItem GetItemApi = nullptr; member

Completed in 3 milliseconds