[6.10.0]数据落盘

This commit is contained in:
xuxinchao
2025-02-11 15:16:56 +08:00
parent 42a98050e3
commit f3cb8c9046
8 changed files with 286 additions and 4 deletions

View File

@@ -496,4 +496,25 @@ object CallerHmiManager {
hmiProviderApi?.showOTAResultDialog(result)
}
/**
* 展示数据落盘拷贝成功对话框
*/
fun showCopyBagSuccessDialog(){
hmiProviderApi?.showCopyBagSuccessDialog()
}
/**
* 展示数据落盘辅助工具-异常情况及建议操作弹窗
*/
fun showDiskCopyExceptionDialog(){
hmiProviderApi?.showDiskCopyExceptionDialog()
}
/**
* 展示数据落盘-终止数据拷贝确认弹窗
*/
fun showTerminateCopyDataDialog(){
hmiProviderApi?.showTerminateCopyDataDialog()
}
}