Home
last modified time | relevance | path

Searched refs:GetValueApi (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dgrd_resultset_api.cpp40 if (GRD_ResultSetApiInfo.GetValueApi == nullptr) { in GRD_GetValue()
43 if (GRD_ResultSetApiInfo.GetValueApi == nullptr) { in GRD_GetValue()
47 return GRD_ResultSetApiInfo.GetValueApi(resultSet, value); in GRD_GetValue()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp56 GRD_DBApiInfo.GetValueApi = GRD_GetValueInner; in GRD_DBApiInitCommon()
93 GRD_DBApiInfo.GetValueApi = (GetValue)dlsym(g_library, "GRD_GetValue"); in GRD_DBApiInitEnhance()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_db_adapter.h87 GetValue GetValueApi = nullptr; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h77 GetValue GetValueApi = nullptr; member
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp60 GRD_DBApiInfo.GetValueApi = (GetValue)dlsym(PreferenceDbAdapter::gLibrary_, "GRD_GetValue"); in GRDDBApiInitEnhance()