/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/ |
H A D | tools_op_check_sa_test.cpp | 53 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 D | tools_op_test.cpp | 59 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 D | tools_op_help_test.cpp | 58 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 D | tools_op_incremental_backup_test.cpp | 65 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 D | tools_op_backup_test.cpp | 42 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 D | tools_op_restore_test.cpp | 88 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 D | tools_op_restore_async_test.cpp | 91 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 D | tools_op_incremental_restore_test.cpp | 82 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 D | main.cpp | 107 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()
|