Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_errno.cpp76 { -E_CLOUD_LOCK_ERROR, CLOUD_LOCK_ERROR },
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_errno.h136 constexpr int E_CLOUD_LOCK_ERROR = (E_BASE + 116); // cloud failed to get sync lock variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_db_proxy_test.cpp361 EXPECT_EQ(errCode, -E_CLOUD_LOCK_ERROR);
461 EXPECT_EQ(ret.first, -E_CLOUD_LOCK_ERROR);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_db_proxy.cpp435 return -E_CLOUD_LOCK_ERROR; in GetInnerErrorCode()