Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_errno.cpp74 { -E_CLOUD_SYNC_UNSET, CLOUD_SYNC_UNSET },
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_errno.h134 constexpr int E_CLOUD_SYNC_UNSET = (E_BASE + 114); // not set sync option in cloud variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_db_proxy.cpp431 return -E_CLOUD_SYNC_UNSET; in GetInnerErrorCode()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_db_proxy_test.cpp351 EXPECT_EQ(errCode, -E_CLOUD_SYNC_UNSET);