/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_syncer_download_assets_test.cpp | 266 void CheckLockStatus(sqlite3 *db, int startId, int endId, LockStatus lockStatus) in CheckLockStatus() 2488 CheckLockStatus(db, 0, 69, LockStatus::UNLOCK); in HWTEST_F() 2489 CheckLockStatus(db, 70, 99, LockStatus::LOCK); in HWTEST_F() 2540 CheckLockStatus(db, 0, 69, LockStatus::UNLOCK); in HWTEST_F() 2541 CheckLockStatus(db, 70, 99, LockStatus::UNLOCKING); in HWTEST_F() 2548 CheckLockStatus(db, 0, 99, LockStatus::UNLOCK); in HWTEST_F() 2569 CheckLockStatus(db, 0, 99, LockStatus::UNLOCK); in HWTEST_F() 2570 CheckLockStatus(db, 100, 119, LockStatus::LOCK); in HWTEST_F() 2577 CheckLockStatus(db, 0, 99, LockStatus::UNLOCK); in HWTEST_F() 2578 CheckLockStatus(db, 100, 119, LockStatus in HWTEST_F() [all...] |
/foundation/multimedia/image_framework/mock/native/include/ |
H A D | rwlock.h | 29 enum LockStatus { enum in OHOS::Utils::RWLock
|
/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 | 267 std::pair<int, uint32_t> res = { E_OK, static_cast<uint32_t>(LockStatus::UNLOCK) }; in GetDBAssets()
|
/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 | 542 return { -E_INVALID_DB, static_cast<uint32_t>(LockStatus::UNLOCK) }; in GetAssetsByGidOrHashKey() 548 return { errCode, static_cast<uint32_t>(LockStatus::UNLOCK) }; in GetAssetsByGidOrHashKey()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/ |
H A D | cloud_store_types.h | 189 enum class LockStatus : uint32_t { class in DistributedDB::CloudQueryType::LockAction
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | icloud_sync_storage_interface.h | 176 return { E_OK, static_cast<uint32_t>(LockStatus::UNLOCK) }; in GetAssetsByGidOrHashKey()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | cloud_storage_utils.cpp | 1435 return status == static_cast<uint32_t>(LockStatus::LOCK) || in IsDataLocked() 1436 status == static_cast<uint32_t>(LockStatus::LOCK_CHANGE); in IsDataLocked()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 1735 return { -E_INVALID_ARGS, static_cast<uint32_t>(LockStatus::UNLOCK) }; in GetAssetsByGidOrHashKey() 1739 return { -E_INVALID_DB, static_cast<uint32_t>(LockStatus::UNLOCK) }; in GetAssetsByGidOrHashKey()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 1269 std::pair<int, uint32_t> res = { E_OK, static_cast<uint32_t>(LockStatus::UNLOCK) }; in GetAssetsByGidOrHashKey()
|