Home
last modified time | relevance | path

Searched refs:CheckIntegrity (Results 1 - 25 of 44) sorted by relevance

12

/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dintf_type_check.h32 bool CheckIntegrity();
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dikvdb.h55 virtual int CheckIntegrity() const = 0;
H A Dikvdb_connection.h133 virtual int CheckIntegrity() const = 0;
/foundation/ability/idl_tool/parser/
H A Dparser.h92 bool CheckIntegrity();
H A Dparser.cpp42 ret = CheckIntegrity() && ret; in Parse()
725 bool Parser::CheckIntegrity() in CheckIntegrity() function in OHOS::Idl::Parser
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_corrupt_test.cpp598 ASSERT_EQ(g_kvNbDelegatePtr->CheckIntegrity(), OK); in HWTEST_F()
604 EXPECT_EQ(g_kvNbDelegatePtr->CheckIntegrity(), OK); in HWTEST_F()
621 ASSERT_EQ(g_kvNbDelegatePtr->CheckIntegrity(), OK); in HWTEST_F()
627 EXPECT_EQ(g_kvNbDelegatePtr->CheckIntegrity(), OK); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.h130 int CheckIntegrity() const override;
H A Drd_single_ver_natural_store_connection.h95 int CheckIntegrity() const override;
H A Drd_single_ver_natural_store_connection.cpp488 int RdSingleVerNaturalStoreConnection::CheckIntegrity() const in CheckIntegrity() function in DistributedDB::RdSingleVerNaturalStoreConnection
495 return naturalStore->CheckIntegrity(); in CheckIntegrity()
H A Drd_single_ver_storage_executor.h170 int CheckIntegrity() const;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb.h125 int CheckIntegrity() const override;
H A Dgeneric_kvdb_connection.h76 int CheckIntegrity() const override;
H A Dgeneric_kvdb.cpp376 int GenericKvDB::CheckIntegrity() const in CheckIntegrity() function in DistributedDB::GenericKvDB
H A Dgeneric_kvdb_connection.cpp349 int GenericKvDBConnection::CheckIntegrity() const
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_extend.cpp267 int SQLiteSingleVerNaturalStore::CheckIntegrity() const in CheckIntegrity() function in DistributedDB::SQLiteSingleVerNaturalStore
275 errCode = handle->CheckIntegrity(); in CheckIntegrity()
H A Dsqlite_single_ver_natural_store_connection.h101 int CheckIntegrity() const override;
H A Dsqlite_utils.h145 static int CheckIntegrity(sqlite3 *db, const std::string &sql);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dkv_store_nb_delegate_mock.h80 DBStatus CheckIntegrity() const;
H A Dkv_store_nb_delegate_mock.cpp203 DBStatus KvStoreNbDelegateMock::CheckIntegrity() const in CheckIntegrity() function in DistributedDB::KvStoreNbDelegateMock
H A Ddb_store_mock.h91 DBStatus CheckIntegrity() const override;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dconnection_pool.h128 bool CheckIntegrity(const std::string &dbPath);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_rd_single_ver_natural_executor_test.cpp259 EXPECT_EQ(g_nullHandle->CheckIntegrity(), -E_NOT_SUPPORT); in HWTEST_F()
443 EXPECT_EQ(emptyConn->CheckIntegrity(), -E_NOT_INIT); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dkv_store_nb_delegate.h218 DB_API virtual DBStatus CheckIntegrity() const = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.h141 DBStatus CheckIntegrity() const override;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp402 if (!CheckIntegrity(backupPath)) { in RestoreMasterDb()
724 bool ConnectionPool::CheckIntegrity(const std::string &dbPath) in CheckIntegrity() function in ConnectionPool

Completed in 15 milliseconds

12