Lines Matching refs:ret
35 int32_t ret = tunnel.AddWatch(Intention::STATIONARY, StationaryRequestID::SUBSCRIBE_STATIONARY, param, reply);
36 if (ret != RET_OK) {
37 FI_HILOGE("SubscribeStationary fail, error:%{public}d", ret);
39 return ret;
48 int32_t ret = tunnel.RemoveWatch(Intention::STATIONARY, StationaryRequestID::UNSUBSCRIBE_STATIONARY, param, reply);
49 if (ret != RET_OK) {
50 FI_HILOGE("UnsubscribeStationary fail, error:%{public}d", ret);
52 return ret;
60 int32_t ret = tunnel.GetParam(Intention::STATIONARY, StationaryRequestID::GET_STATIONARY_DATA, param, reply);
61 if (ret != RET_OK) {
62 FI_HILOGE("GetStationaryData fail, error:%{public}d", ret);