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 D | grd_type_export.h | 35 #define GRD_DB_OPEN_ONLY 0x00 macro
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/include/grd_base/ |
H A D | grd_type_export.h | 34 #define GRD_DB_OPEN_ONLY 0x00 macro
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/api/ |
H A D | documentdb_api_test.cpp | 141 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 D | rd_single_ver_storage_engine.cpp | 189 uint32_t flag = GRD_DB_OPEN_ONLY; in OpenGrdDb()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/json_fuzzer/ |
H A D | json_fuzzer.cpp | 1418 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 D | jsoninner_fuzzer.cpp | 1427 GRD_DBOpenInner(path.c_str(), "", GRD_DB_OPEN_ONLY, &dbVal); in DbOpenOneFuzz()
|