Home
last modified time | relevance | path

Searched refs:IsGetAllDataFinished (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_continue_token.h38 bool IsGetAllDataFinished() const;
H A Dsqlite_single_ver_relational_continue_token.cpp85 bool SQLiteSingleVerRelationalContinueToken::IsGetAllDataFinished() const in IsGetAllDataFinished() function in DistributedDB::SQLiteSingleVerRelationalContinueToken
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_get_data_test.cpp278 EXPECT_EQ(token->IsGetAllDataFinished(), false); in SetNextBeginTime001()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp426 errCode = token->IsGetAllDataFinished() ? E_OK : -E_UNFINISHED; in GetSyncDataForQuerySync()