Home
last modified time | relevance | path

Searched refs:GRD_OPEN_CONFIG_STR (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drd_connection.h65 static constexpr const char *GRD_OPEN_CONFIG_STR = variable
79 std::string configStr_ = GRD_OPEN_CONFIG_STR;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_connection.cpp59 errCode = RdUtils::RdDbRepair(dbPath.c_str(), GRD_OPEN_CONFIG_STR); in Repair()