Signed-off-by:hellohyh001<huiyuehong@huawei.com>

Signed-off-by: hellohyh001 <huiyuehong@huawei.com>
This commit is contained in:
hellohyh001 2021-12-27 14:58:39 +08:00
parent 29e1350b10
commit 4fa629ff9c
2 changed files with 3 additions and 3 deletions

View File

@ -202,7 +202,7 @@ void SensorServiceClient::ProcessDeathObserver(const wptr<IRemoteObject> &object
sensorList_.clear();
sensorServer_ = nullptr;
// STEP4 : ReGet hsensors 3601 service
// STEP4 : ReGet sensors 3601 service
int32_t ret = InitServiceClient();
if (ret != ERR_OK) {
HiLog::Error(LABEL, "%{public}s InitServiceClient failed, ret : %{public}d", __func__, ret);
@ -210,7 +210,7 @@ void SensorServiceClient::ProcessDeathObserver(const wptr<IRemoteObject> &object
return;
}
// STEP5 : Retransfer new channel to hsensors
// STEP5 : Retransfer new channel to sensors
sensorServer_->TransferDataChannel(dataChannel_, sensorClientStub_);
// STEP6 : Restore Sensor status

View File

@ -13,7 +13,7 @@
limitations under the License.
-->
<info>
<process>hsensors</process>
<process>sensors</process>
<systemability>
<name>3601</name>
<libpath>libsensor_service.z.so</libpath>