Home
last modified time | relevance | path

Searched defs:cryptoPageSize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreEncryptionJsunit.test.js57 cryptoPageSize: 1024 property in STORE_CONFIG_DEFAULT.cryptoParam
71 cryptoPageSize: 2048 property in STORE_CONFIG_NON_DEFAULT.cryptoParam
444 cryptoPageSize: 2048 property in console.info.cryptoParam
474 cryptoPageSize: 2048 property in console.info.cryptoParam
504 cryptoPageSize: 2048 property in console.info.cryptoParam
534 cryptoPageSize: 128 property in console.info.cryptoParam
658 cryptoPageSize: 512 property in console.info.cryptoParam
716 cryptoPageSize: 1024 property in console.info.cryptoParam
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h217 uint32_t cryptoPageSize = RdbStoreConfig::DB_DEFAULT_CRYPTO_PAGE_SIZE; member
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h122 uint32_t cryptoPageSize = RdbStoreConfig::DB_DEFAULT_CRYPTO_PAGE_SIZE; member