Home
last modified time | relevance | path

Searched refs:TryMatch (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/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 __anone1c4afbc0102()
94 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anone1c4afbc0202()
H A Dtools_op_test.cpp59 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anon52eb102c0102()
142 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anon52eb102c0202()
H A Dtools_op_incremental_backup_test.cpp65 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anon702a50b20102()
102 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anon702a50b20202()
168 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anon702a50b20302()
H A Dtools_op_help_test.cpp58 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anone58e09f40102()
H A Dtools_op_backup_test.cpp42 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in PerformBackupOperation()
120 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anonb7f0dea10202()
H A Dtools_op_restore_test.cpp88 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anon98937daf0202()
123 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anon98937daf0302()
176 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anon98937daf0402()
235 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anon98937daf0502()
H A Dtools_op_incremental_restore_test.cpp82 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anon57fb31e00202()
119 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anon57fb31e00302()
184 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anon57fb31e00402()
H A Dtools_op_restore_async_test.cpp91 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anonbb973b0c0202()
133 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anonbb973b0c0302()
172 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in __anonbb973b0c0402()
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/include/
H A Dtools_op.h107 bool TryMatch(CRefVStrView op) const;
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op.cpp75 bool ToolsOp::TryMatch(CRefVStrView op) const in TryMatch() function in OHOS::FileManagement::Backup::ToolsOp
H A Dmain.cpp107 auto tryOpSucceed = [&curOp](const ToolsOp &op) { return op.TryMatch(curOp); }; in ParseOpAndExecute()