Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dgrd_resultset_api.cpp88 if (GRD_ResultSetApiInfo.FetchApi == nullptr) { in GRD_Fetch()
91 if (GRD_ResultSetApiInfo.FetchApi == nullptr) { in GRD_Fetch()
95 return GRD_ResultSetApiInfo.FetchApi(resultSet, key, value); in GRD_Fetch()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp57 GRD_DBApiInfo.FetchApi = GRD_FetchInner; in GRD_DBApiInitCommon()
94 GRD_DBApiInfo.FetchApi = (Fetch)dlsym(g_library, "GRD_Fetch"); in GRD_DBApiInitEnhance()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h77 Fetch FetchApi = nullptr; member
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_db_adapter.h121 Fetch FetchApi = nullptr; member
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp63 GRD_DBApiInfo.FetchApi = (Fetch)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_Fetch"); in GRDDBApiInitEnhance()

Completed in 3 milliseconds