/ohos5.0/base/powermgr/power_manager/test/fuzztest/power_utils/ |
H A D | power_fuzzer.cpp | 100 auto lockAction = new RunningLockAction(); in PowerFuzzerTest() local 102 service_->EnableMock(powerState, shutdownState, powerAction, lockAction); in PowerFuzzerTest()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | virtual_cloud_syncer.cpp | 48 int VirtualCloudSyncer::DoUpload(CloudSyncer::TaskId taskId, bool lastTable, LockAction lockAction) in DoUpload() argument 57 return CloudSyncer::DoUpload(taskId, lastTable, lockAction); in DoUpload()
|
H A D | virtual_cloud_syncer.h | 29 int DoUpload(TaskId taskId, bool lastTable, LockAction lockAction) override;
|
H A D | cloud_syncer_test.h | 139 …int CallDoUpload(TaskId taskId, bool lastTable = false, LockAction lockAction = LockAction::INSERT) 142 int ret = CloudSyncer::DoUpload(taskId, lastTable, lockAction);
|
H A D | distributeddb_cloud_syncer_lock_test.cpp | 312 option.lockAction = action; in PrepareOption()
|
H A D | distributeddb_cloud_syncer_download_assets_test.cpp | 321 option.lockAction = static_cast<LockAction>(0xff); // lock all in CallSync()
|
H A D | distributeddb_cloud_kv_test.cpp | 769 option.lockAction = static_cast<LockAction>(action);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | icloud_syncer.h | 44 LockAction lockAction = LockAction::INSERT; member
|
H A D | cloud_sync_utils.cpp | 633 taskInfo.lockAction = option.lockAction; in InitCompensatedSyncTaskInfo() 640 taskInfo.lockAction = oriTaskInfo.lockAction; in InitCompensatedSyncTaskInfo()
|
H A D | cloud_syncer.h | 117 LockAction lockAction = LockAction::INSERT; member 182 virtual int DoUpload(CloudSyncer::TaskId taskId, bool lastTable, LockAction lockAction);
|
H A D | cloud_syncer.cpp | 292 errCode = DoUpload(taskInfo.taskId, index == (taskInfo.table.size() - 1u), taskInfo.lockAction); in PrepareAndUpload() 1271 int CloudSyncer::DoUpload(CloudSyncer::TaskId taskId, bool lastTable, LockAction lockAction) in DoUpload() argument 1306 param.lockAction = lockAction; in DoUpload()
|
H A D | cloud_syncer_extend.cpp | 905 return param.lockAction == LockAction::INSERT && param.mode == CloudWaterType::INSERT; in IsNeedLock() 1051 …rrentLockAction = static_cast<uint32_t>(cloudTaskInfos_[currentContext_.currentTaskId].lockAction); in IsLockInDownload()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/ |
H A D | cloud_store_types.h | 158 LockAction lockAction = LockAction::INSERT; member
|
/ohos5.0/base/powermgr/power_manager/services/native/include/ |
H A D | power_mgr_service.h | 236 IRunningLockAction* lockAction) in EnableMock() argument 239 runningLockMgr_->EnableMock(lockAction); in EnableMock()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | sync_able_kvdb.cpp | 556 info.lockAction = option.lockAction; in FillSyncInfo()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_check_sync_test.cpp | 1376 option.lockAction = static_cast<LockAction>(0xff); // lock all 1438 option.lockAction = static_cast<LockAction>(0xff); // lock all 2057 option.lockAction = static_cast<LockAction>(action); 2062 EXPECT_EQ(taskInfo.lockAction, option.lockAction);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_store.cpp | 1274 info.lockAction = option.lockAction; in FillSyncInfo()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_multi_sub_user_test.cpp | 371 option.lockAction = action; in PrepareOption()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_general_store.cpp | 367 syncOption.lockAction = DistributedDB::LockAction::NONE; in CloudSync()
|