Searched defs:RdbStoreConfig (Results 1 – 3 of 3) sorted by relevance
33 class RdbStoreConfig; variable
126 type RdbStoreConfig; typedef158 fn NewConfig(path: &str) -> UniquePtr<RdbStoreConfig>; in NewConfig()188 fn SetSecurityLevel(self: Pin<&mut RdbStoreConfig>, level: SecurityLevel); in SetSecurityLevel()189 fn SetEncryptStatus(self: Pin<&mut RdbStoreConfig>, status: bool); in SetEncryptStatus()190 fn SetBundleName(self: Pin<&mut RdbStoreConfig>, bundleName: &CxxString) -> i32; in SetBundleName()192 config: &RdbStoreConfig, in GetRdbStore()
39 RdbStoreConfig(std::string path) {}; in RdbStoreConfig() function