mirror of
https://gitee.com/openharmony/sensors_sensor
synced 2024-12-04 20:58:50 +00:00
Signed-off-by:hellohyh001<huiyuehong@huawei.com>
Signed-off-by: hellohyh001 <huiyuehong@huawei.com>
This commit is contained in:
parent
29e1350b10
commit
4fa629ff9c
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user