Searched refs:LOG_OVER_LIMITS (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_errno.cpp | 55 { -E_LOG_OVER_LIMITS, LOG_OVER_LIMITS },
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | store_types.h | 60 LOG_OVER_LIMITS, // Log size is over the limits. enumerator
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | store_util.cpp | 55 { DBStatus::LOG_OVER_LIMITS, Status::WAL_OVER_LIMITS },
|
H A D | single_store_impl.cpp | 78 if (dbStatus != DistributedDB::LOG_OVER_LIMITS) { in RetryWithCheckPoint()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_nb_delegate_test.cpp | 2008 EXPECT_EQ(g_kvNbDelegatePtr->Put(key, value), LOG_OVER_LIMITS); 2009 EXPECT_EQ(g_kvNbDelegatePtr->Delete(key), LOG_OVER_LIMITS); 2010 EXPECT_EQ(g_kvNbDelegatePtr->StartTransaction(), LOG_OVER_LIMITS); 2011 EXPECT_EQ(g_kvNbDelegatePtr->PutLocal(key, value), LOG_OVER_LIMITS); 2012 EXPECT_EQ(g_kvNbDelegatePtr->RemoveDeviceData("deviceA"), LOG_OVER_LIMITS); 2013 EXPECT_EQ(g_kvNbDelegatePtr->RemoveDeviceData(), LOG_OVER_LIMITS);
|