Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dauto_launch_export.h25 struct AutoLaunchOption { struct
26 bool createIfNecessary = true;
27 bool isEncryptedDb = false;
28 CipherType cipher = CipherType::DEFAULT;
52 AutoLaunchOption option; argument