Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_utils.h33 struct OpenDbProperties { struct
35 bool createIfNecessary = true;
36 bool isMemDb = false;
38 CipherType cipherType = CipherType::AES_256_GCM;
64 int CreateNewDirsAndSetSecOption(const OpenDbProperties &option); argument