Home
last modified time | relevance | path

Searched refs:GRD_IndexPreload (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/include/grd_base/
H A Dgrd_db_api.h34 GRD_API int32_t GRD_IndexPreload(GRD_DB *db, const char *collectionName);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/base/
H A Dgrd_db_api.cpp90 GRD_API int32_t GRD_IndexPreload(GRD_DB *db, const char *collectionName) in GRD_IndexPreload() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_utils.cpp291 return TransferGrdErrno(GRD_IndexPreload(db, collectionName)); in RdIndexPreload()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/json_fuzzer/
H A Djson_fuzzer.cpp1569 GRD_IndexPreload(nullptr, COLLECTION_NAME); in TestGrdDbApGrdGetItem002Fuzz()
1570 GRD_IndexPreload(nullptr, "invalid_name"); in TestGrdDbApGrdGetItem002Fuzz()
1571 GRD_IndexPreload(g_db, COLLECTION_NAME); in TestGrdDbApGrdGetItem002Fuzz()