Home
last modified time | relevance | path

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

/base/telephony/telephony_data/common/include/
Drdb_base_helper.h33 class RdbStoreConfig; variable
/base/request/request/common/database/src/
Dwrapper.rs126 type RdbStoreConfig; typedef
158 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()
/base/security/security_guard/test/unittest/mock/rdb/
Drdb_store_config.h39 RdbStoreConfig(std::string path) {}; in RdbStoreConfig() function