Searched refs:LockStatus (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_syncer_download_assets_test.cpp | 2409 CheckLockStatus(db, 0, 69, LockStatus::UNLOCK); 2410 CheckLockStatus(db, 70, 99, LockStatus::LOCK); 2461 CheckLockStatus(db, 0, 69, LockStatus::UNLOCK); 2469 CheckLockStatus(db, 0, 99, LockStatus::UNLOCK); 2490 CheckLockStatus(db, 0, 99, LockStatus::UNLOCK); 2498 CheckLockStatus(db, 0, 99, LockStatus::UNLOCK); 2509 CheckLockStatus(db, 0, 99, LockStatus::UNLOCK); 2517 CheckLockStatus(db, 0, 99, LockStatus::UNLOCK); 2525 CheckLockStatus(db, 0, 99, LockStatus::UNLOCK); 2533 CheckLockStatus(db, 0, 99, LockStatus::UNLOCK); [all …]
|
/ohos5.0/foundation/multimedia/image_framework/mock/native/include/ |
H A D | rwlock.h | 29 enum LockStatus { enum
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | rwlock.h | 46 enum LockStatus { enum
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_sync_strategy.cpp | 98 localInfo.status == static_cast<uint32_t>(LockStatus::UNLOCK) && in IsSameRecord()
|
H A D | cloud_syncer_extend.cpp | 270 std::pair<int, uint32_t> res = { E_OK, static_cast<uint32_t>(LockStatus::UNLOCK) }; in GetDBAssets()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | data_transformer.h | 41 uint32_t status = static_cast<uint32_t>(LockStatus::UNLOCK); // record lock status
|
H A D | storage_proxy.cpp | 552 return { -E_INVALID_DB, static_cast<uint32_t>(LockStatus::UNLOCK) }; in GetAssetsByGidOrHashKey() 558 return { errCode, static_cast<uint32_t>(LockStatus::UNLOCK) }; in GetAssetsByGidOrHashKey()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/ |
H A D | cloud_store_types.h | 189 enum class LockStatus : uint32_t { enum
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | icloud_sync_storage_interface.h | 180 return { E_OK, static_cast<uint32_t>(LockStatus::UNLOCK) }; in GetAssetsByGidOrHashKey()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | cloud_storage_utils.cpp | 1437 return status == static_cast<uint32_t>(LockStatus::LOCK) || in IsDataLocked() 1438 status == static_cast<uint32_t>(LockStatus::LOCK_CHANGE); in IsDataLocked()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 1732 return { -E_INVALID_ARGS, static_cast<uint32_t>(LockStatus::UNLOCK) }; in GetAssetsByGidOrHashKey() 1736 return { -E_INVALID_DB, static_cast<uint32_t>(LockStatus::UNLOCK) }; in GetAssetsByGidOrHashKey()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 1257 std::pair<int, uint32_t> res = { E_OK, static_cast<uint32_t>(LockStatus::UNLOCK) }; in GetAssetsByGidOrHashKey()
|