Home
last modified time | relevance | path

Searched refs:GRD_DB_OPEN_ONLY (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dgrd_type_export.h35 #define GRD_DB_OPEN_ONLY 0x00 macro
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/include/grd_base/
H A Dgrd_type_export.h34 #define GRD_DB_OPEN_ONLY 0x00 macro
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/api/
H A Ddocumentdb_api_test.cpp141 int status = GRD_DBOpen(path.c_str(), nullptr, GRD_DB_OPEN_ONLY, &db);
281 result = GRD_DBOpen(path.c_str(), configStr_2, GRD_DB_OPEN_ONLY, &db2);
650 int status = GRD_DBOpen(path.c_str(), "", GRD_DB_OPEN_ONLY, &db);
660 status = GRD_DBOpen(path.c_str(), "", GRD_DB_OPEN_ONLY, &db);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_engine.cpp189 uint32_t flag = GRD_DB_OPEN_ONLY; in OpenGrdDb()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/json_fuzzer/
H A Djson_fuzzer.cpp1418 GRD_DBOpen(path.c_str(), "", GRD_DB_OPEN_ONLY, &dbVal); in DbOpenOneFuzz()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/jsoninner_fuzzer/
H A Djsoninner_fuzzer.cpp1427 GRD_DBOpenInner(path.c_str(), "", GRD_DB_OPEN_ONLY, &dbVal); in DbOpenOneFuzz()