Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_global_config.h54 static constexpr char CODEC_PAGE_SIZE_PREFIX[] = "PRAGMA codec_page_size="; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp564 …std::string(GlobalExpr::CODEC_PAGE_SIZE_PREFIX) + std::to_string(config.GetCryptoParam().cryptoPag… in SetEncryptAgo()