/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/ |
H A D | tools_op_check_sa_test.cpp | 55 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable 96 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable
|
H A D | tools_op_backup_test.cpp | 44 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in PerformBackupOperation() local 122 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable
|
H A D | tools_op_incremental_backup_test.cpp | 67 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable 104 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable 170 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable
|
H A D | tools_op_help_test.cpp | 60 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable
|
H A D | tools_op_test.cpp | 144 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable
|
H A D | tools_op_incremental_restore_test.cpp | 84 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable 121 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable 186 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable
|
H A D | tools_op_restore_async_test.cpp | 93 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable 134 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable 174 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable
|
H A D | tools_op_restore_test.cpp | 90 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable 178 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable
|
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
H A D | main.cpp | 109 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in ParseOpAndExecute() local
|