[8.2.0]运营面板V2X

This commit is contained in:
xuxinchao
2025-08-06 15:35:58 +08:00
parent 16a625e5b8
commit 3abaa2663a
9 changed files with 170 additions and 27 deletions

View File

@@ -121,4 +121,12 @@ object CallerHmiViewControlListenerManager : CallerBase<IViewControlListener>()
listener.showColdStartProcessView()
}
}
fun invokeOperatePanelDisplayStatus(isShow: Boolean){
M_LISTENERS.forEach {
val listener = it.value
listener.operatePanelDisplayStatus(isShow)
}
}
}