Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h119 int SetDefaultEncryptSql(const std::shared_ptr<Statement> &statement, std::string sql,
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp1583 int RdbStoreImpl::SetDefaultEncryptSql( in SetDefaultEncryptSql() function in OHOS::NativeRdb::RdbStoreImpl
1620 errCode = SetDefaultEncryptSql(statement, sql, config); in SetDefaultEncryptAlgo()
1627 errCode = SetDefaultEncryptSql(statement, sql, config); in SetDefaultEncryptAlgo()
1635 errCode = SetDefaultEncryptSql(statement, sql, config); in SetDefaultEncryptAlgo()
1643 errCode = SetDefaultEncryptSql(statement, sql, config); in SetDefaultEncryptAlgo()
1650 return SetDefaultEncryptSql(statement, sql, config); in SetDefaultEncryptAlgo()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h212 int SetDefaultEncryptSql(const std::shared_ptr<Statement> &statement, std::string sql,