Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbStoreCorruptJsunit.test.js34 allowRebuild: false, property in STORE_CONFIG
161 allowRebuild: true, property in AnonymousFunction084b14310100.AnonymousFunction084b14310600.STORE_CONFIG1
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_js_utils.h57 bool allowRebuild = false; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp544 void RdbStoreConfig::SetAllowRebuild(bool allowRebuild) in SetAllowRebuild()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_config_test.cpp978 bool allowRebuild = false; variable