Home
last modified time | relevance | path

Searched refs:SCHEME_RDB (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h127 static constexpr char SCHEME_RDB[] = "rdb://"; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h221 static constexpr char SCHEME_RDB[] = "rdb://"; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp415 rdbUri = SCHEME_RDB + config_.GetBundleName() + "/" + path_ + "/" + event; in GetUri()
417 rdbUri = SCHEME_RDB + config_.GetDataGroupId() + "/" + path_ + "/" + event; in GetUri()