Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/include/
H A Dgrd_db_api_inner.h25 int32_t GRD_IndexPreloadInner(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_inner.cpp76 int32_t GRD_IndexPreloadInner(GRD_DB *db, const char *collectionName) in GRD_IndexPreloadInner() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dgrd_api_manager.cpp46 GRD_DBApiInfo.IndexPreloadApi = GRD_IndexPreloadInner; in GRD_DBApiInitCommon()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/jsoninner_fuzzer/
H A Djsoninner_fuzzer.cpp1578 GRD_IndexPreloadInner(nullptr, COLLECTION_NAME); in TestGrdDbApGrdGetItem002Fuzz()
1579 GRD_IndexPreloadInner(nullptr, "invalid_name"); in TestGrdDbApGrdGetItem002Fuzz()
1580 GRD_IndexPreloadInner(g_db, COLLECTION_NAME); in TestGrdDbApGrdGetItem002Fuzz()