Home
last modified time | relevance | path

Searched defs:matchedOp (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/
H A Dtools_op_check_sa_test.cpp55 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable
96 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable
H A Dtools_op_backup_test.cpp44 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 Dtools_op_incremental_backup_test.cpp67 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 Dtools_op_help_test.cpp60 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable
H A Dtools_op_test.cpp144 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); variable
H A Dtools_op_incremental_restore_test.cpp84 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 Dtools_op_restore_async_test.cpp93 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 Dtools_op_restore_test.cpp90 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 Dmain.cpp109 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in ParseOpAndExecute() local