Searched refs:isNeedIntegrityCheck (Results 1 – 13 of 13) sorted by relevance
447 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;
383 option.isNeedIntegrityCheck = true;421 option.isNeedIntegrityCheck = true;449 option.isNeedIntegrityCheck = true;471 option.isNeedIntegrityCheck = true;
97 option.isNeedIntegrityCheck = true;153 option.isNeedIntegrityCheck = false;209 option.isNeedIntegrityCheck = true;
324 option.isNeedIntegrityCheck = true;362 option.isNeedIntegrityCheck = true;417 option.isNeedIntegrityCheck = true;448 option.isNeedIntegrityCheck = true;483 option.isNeedIntegrityCheck = true;521 option.isNeedIntegrityCheck = true;
37 bool isNeedIntegrityCheck = false; member
48 bool isNeedIntegrityCheck = false; member
459 bool isNeedIntegrityCheck = property.GetBoolProp(KvDBProperties::CHECK_INTEGRITY, false); in GetDataBase() local461 if (isNeedIntegrityCheck || databaseType == KvDBProperties::SINGLE_VER_TYPE_RD_KERNAL) { in GetDataBase()462 LOGI("db need lock, need check integrity is [%d]", isNeedIntegrityCheck); in GetDataBase()
54 bool isNeedIntegrityCheck = false; member
237 option.isNeedIntegrityCheck = optionParam.isNeedIntegrityCheck; in TransferNbOptionType()
550 option.isNeedIntegrityCheck = kvDBProp.GetBoolProp(KvDBProperties::CHECK_INTEGRITY, false); in InitDataBaseOption()
56 bool isNeedIntegrityCheck = false; member
327 option.isNeedIntegrityCheck = true; in InitDBOption()
97 properties.SetBoolProp(KvDBProperties::CHECK_INTEGRITY, option.isNeedIntegrityCheck); in InitPropWithNbOption()