[6.10.0]数据落盘
This commit is contained in:
@@ -496,4 +496,25 @@ object CallerHmiManager {
|
||||
hmiProviderApi?.showOTAResultDialog(result)
|
||||
}
|
||||
|
||||
/**
|
||||
* 展示数据落盘拷贝成功对话框
|
||||
*/
|
||||
fun showCopyBagSuccessDialog(){
|
||||
hmiProviderApi?.showCopyBagSuccessDialog()
|
||||
}
|
||||
|
||||
/**
|
||||
* 展示数据落盘辅助工具-异常情况及建议操作弹窗
|
||||
*/
|
||||
fun showDiskCopyExceptionDialog(){
|
||||
hmiProviderApi?.showDiskCopyExceptionDialog()
|
||||
}
|
||||
|
||||
/**
|
||||
* 展示数据落盘-终止数据拷贝确认弹窗
|
||||
*/
|
||||
fun showTerminateCopyDataDialog(){
|
||||
hmiProviderApi?.showTerminateCopyDataDialog()
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user