Home
last modified time | relevance | path

Searched refs:tryOpSucceed (Results 1 - 9 of 9) sorted by relevance

/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/
H A Dtools_op_check_sa_test.cpp53 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in HWTEST_F() local
55 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in HWTEST_F()
94 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in HWTEST_F() local
96 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in HWTEST_F()
H A Dtools_op_test.cpp59 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in HWTEST_F() local
61 auto matchedOpIterator = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in HWTEST_F()
142 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in HWTEST_F() local
144 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in HWTEST_F()
H A Dtools_op_help_test.cpp58 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in HWTEST_F() local
60 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in HWTEST_F()
H A Dtools_op_incremental_backup_test.cpp65 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in HWTEST_F() local
67 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in HWTEST_F()
102 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in HWTEST_F() local
104 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in HWTEST_F()
168 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in HWTEST_F() local
170 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in HWTEST_F()
H A Dtools_op_backup_test.cpp42 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in PerformBackupOperation() local
44 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in PerformBackupOperation()
120 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in HWTEST_F() local
122 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in HWTEST_F()
H A Dtools_op_restore_test.cpp88 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in HWTEST_F() local
90 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in HWTEST_F()
123 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in HWTEST_F() local
125 auto matchedOperation = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in HWTEST_F()
176 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in HWTEST_F() local
178 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in HWTEST_F()
235 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in HWTEST_F() local
237 auto matchedOpIterator = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in HWTEST_F()
H A Dtools_op_restore_async_test.cpp91 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in HWTEST_F() local
93 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in HWTEST_F()
133 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in HWTEST_F() local
134 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in HWTEST_F()
172 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in HWTEST_F() local
174 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in HWTEST_F()
H A Dtools_op_incremental_restore_test.cpp82 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in HWTEST_F() local
84 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in HWTEST_F()
119 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in HWTEST_F() local
121 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in HWTEST_F()
184 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in HWTEST_F() local
186 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in HWTEST_F()
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dmain.cpp107 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in ParseOpAndExecute() local
109 auto matchedOp = find_if(opeartions.begin(), opeartions.end(), tryOpSucceed); in ParseOpAndExecute()

Completed in 7 milliseconds