Home
last modified time | relevance | path

Searched refs:GetIntegrityCheck (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_fault_hiview_reporter.cpp181 eventInfo.integrityCheck = static_cast<uint32_t>(config.GetIntegrityCheck()); in Create()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h242 IntegrityCheck GetIntegrityCheck() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h649 IntegrityCheck GetIntegrityCheck() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp559 IntegrityCheck RdbStoreConfig::GetIntegrityCheck() const in GetIntegrityCheck() function in OHOS::NativeRdb::RdbStoreConfig
H A Dsqlite_connection.cpp248 auto index = static_cast<uint32_t>(config.GetIntegrityCheck()); in InnerOpen()