From 14af4006802d757d97f323ccf50d2647edd59c06 Mon Sep 17 00:00:00 2001 From: wangyikai Date: Sun, 16 Mar 2025 14:55:28 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90hdf=5Fcore=E3=80=91=E3=80=90REQ?= =?UTF-8?q?=E3=80=91HDF=E9=A9=B1=E5=8A=A8=E6=A1=86=E6=9E=B6DFX=E8=83=BD?= =?UTF-8?q?=E5=8A=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyikai --- adapter/uhdf2/manager/src/driver_installer_full.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapter/uhdf2/manager/src/driver_installer_full.c b/adapter/uhdf2/manager/src/driver_installer_full.c index 26ca2fce8..b12f11c7d 100644 --- a/adapter/uhdf2/manager/src/driver_installer_full.c +++ b/adapter/uhdf2/manager/src/driver_installer_full.c @@ -38,7 +38,7 @@ int DriverInstallerFullStartDeviceHost(uint32_t devHostId, const char* devHostNa int DriverInstallerFullStopDeviceHost(uint32_t devHostId, const char* devHostName) { int ret; - ret = ServiceControlWithExtra(devHostName, STOP, NULL, 0); + ret = ServiceControlWithExtra(devHostName, TERM, NULL, 0); HDF_LOGI("%{public}s %{public}s %{public}d %{public}d", __func__, devHostName, devHostId, ret); return ret; } -- Gitee