Home
last modified time | relevance | path

Searched refs:INVALID_COUNT (Results 1 - 11 of 11) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvstore_datashare_bridge.cpp30 return count == INVALID_COUNT ? E_ERROR : E_OK; in GetRowCount()
77 return INVALID_COUNT; in Count()
79 if (resultRowCount != INVALID_COUNT) { in Count()
85 return INVALID_COUNT; in Count()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/
H A Dkvstore_datashare_bridge.h43 static constexpr int32_t INVALID_COUNT = -1; member in OHOS::DistributedKv::KvStoreDataShareBridge
45 int32_t resultRowCount {INVALID_COUNT};
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dstep_result_set.cpp54 if (lastErr_ == E_NOT_SUPPORT && rowCount_ == Statement::INVALID_COUNT) { in StepResultSet()
154 if (rowPos_ == INIT_POS || ((isSupportCountRow_ || rowCount_ != Statement::INVALID_COUNT) && IsEnded().second)) { in GetColumnType()
247 if (isSupportCountRow_ || rowCount_ != Statement::INVALID_COUNT) { in GoToNextRow()
280 if (isSupportCountRow_ || rowCount_ != Statement::INVALID_COUNT) { in GetRowCount()
326 if (rowPos_ == INIT_POS || ((isSupportCountRow_ || rowCount_ != Statement::INVALID_COUNT) && IsEnded().second)) { in GetSize()
355 if (rowPos_ == INIT_POS || ((isSupportCountRow_ || rowCount_ != Statement::INVALID_COUNT) && IsEnded().second)) { in GetValueObject()
H A Dsqlite_statement.cpp257 int32_t count = INVALID_COUNT; in Count()
271 return { status, INVALID_COUNT }; in Count()
H A Drd_statement.cpp295 return { E_NOT_SUPPORT, INVALID_COUNT }; in Count()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dkvstore_result_set.h25 inline static constexpr int INVALID_COUNT = -ALREADY_CLOSED; member in OHOS::DistributedKv::KvStoreResultSet
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dstatement.h62 static constexpr int INVALID_COUNT = -1; member in OHOS::NativeRdb::Statement
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dkvstore_datashare_bridge_test.cpp114 static constexpr int32_t INVALID_COUNT = -1; member
164 EXPECT_EQ(count, INVALID_COUNT); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_result_set.cpp39 return INVALID_COUNT; in GetCount()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/
H A Dmedialibrary_backup_clone_test.cpp91 const int32_t INVALID_COUNT = -1; member
215 int32_t result = INVALID_COUNT; in GetAlbumCountByCondition()
241 int32_t result = INVALID_COUNT; in GetCountByWhereClause()
300 int32_t result = INVALID_COUNT; in GetMapCountByTable()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsingle_store_impl_test.cpp709 ASSERT_EQ(outputTmp->GetCount(), KvStoreResultSet::INVALID_COUNT); in HWTEST_F()

Completed in 11 milliseconds