Home
last modified time | relevance | path

Searched refs:UpdateDocApi (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dgrd_document_api.cpp55 if (GRD_DocApiInfo.UpdateDocApi == nullptr) { in GRD_UpdateDoc()
58 if (GRD_DocApiInfo.UpdateDocApi == nullptr) { in GRD_UpdateDoc()
62 return GRD_DocApiInfo.UpdateDocApi(db, collectionName, filter, update, flags); in GRD_UpdateDoc()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp51 GRD_DBApiInfo.UpdateDocApi = GRD_UpdateDocInner; in GRD_DBApiInitCommon()
88 GRD_DBApiInfo.UpdateDocApi = (UpdateDoc)dlsym(g_library, "GRD_UpdateDoc"); in GRD_DBApiInitEnhance()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dgrd_api_manager.h72 UpdateDoc UpdateDocApi = nullptr; member