Home
last modified time | relevance | path

Searched refs:isNeedIntegrityCheck (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_corrupt_test.cpp447 nbOption.isNeedIntegrityCheck = false; in TestDatabaseIntegrityCheckOption()
474 nbOption.isNeedIntegrityCheck = true; in TestDatabaseIntegrityCheckOption()
483 nbOption.isNeedIntegrityCheck = false; in TestDatabaseIntegrityCheckOption()
506 nbOption.isNeedIntegrityCheck = true; in TestDatabaseIntegrityCheckOption()
537 nbOption.isNeedIntegrityCheck = false;
587 nbOption.isNeedIntegrityCheck = true;
610 nbOption.isNeedIntegrityCheck = true;
H A Ddistributeddb_interfaces_database_rd_kernel_test.cpp383 option.isNeedIntegrityCheck = true;
421 option.isNeedIntegrityCheck = true;
449 option.isNeedIntegrityCheck = true;
471 option.isNeedIntegrityCheck = true;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_db_damage_test.cpp97 option.isNeedIntegrityCheck = true;
153 option.isNeedIntegrityCheck = false;
209 option.isNeedIntegrityCheck = true;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_common_test.cpp324 option.isNeedIntegrityCheck = true;
362 option.isNeedIntegrityCheck = true;
417 option.isNeedIntegrityCheck = true;
448 option.isNeedIntegrityCheck = true;
483 option.isNeedIntegrityCheck = true;
521 option.isNeedIntegrityCheck = true;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dauto_launch_export.h37 bool isNeedIntegrityCheck = false; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_utils.h48 bool isNeedIntegrityCheck = false; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp459 bool isNeedIntegrityCheck = property.GetBoolProp(KvDBProperties::CHECK_INTEGRITY, false); in GetDataBase() local
461 if (isNeedIntegrityCheck || databaseType == KvDBProperties::SINGLE_VER_TYPE_RD_KERNAL) { in GetDataBase()
462 LOGI("db need lock, need check integrity is [%d]", isNeedIntegrityCheck); in GetDataBase()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dkv_store_nb_delegate.h54 bool isNeedIntegrityCheck = false; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_nb_test_tools.cpp237 option.isNeedIntegrityCheck = optionParam.isNeedIntegrityCheck; in TransferNbOptionType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.cpp550 option.isNeedIntegrityCheck = kvDBProp.GetBoolProp(KvDBProperties::CHECK_INTEGRITY, false); in InitDataBaseOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_nb_test_tools.h56 bool isNeedIntegrityCheck = false; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.cpp327 option.isNeedIntegrityCheck = true; in InitDBOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp97 properties.SetBoolProp(KvDBProperties::CHECK_INTEGRITY, option.isNeedIntegrityCheck); in InitPropWithNbOption()