Searched refs:SetDefaultEncryptSql (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/ |
H A D | rdb_store_impl.h | 119 int SetDefaultEncryptSql(const std::shared_ptr<Statement> &statement, std::string sql,
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store_impl.cpp | 1583 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 D | rdb_store_impl.h | 212 int SetDefaultEncryptSql(const std::shared_ptr<Statement> &statement, std::string sql,
|