Lines Matching refs:exception
81 int exception = reply.ReadInt32(); in GetCachedLocation() local
82 if (exception == ERRCODE_PERMISSION_DENIED) { in GetCachedLocation()
84 } else if (exception != ERRCODE_SUCCESS) { in GetCachedLocation()
157 int exception = reply.ReadInt32(); in IsGeoServiceAvailable() local
158 if (exception == ERRCODE_PERMISSION_DENIED) { in IsGeoServiceAvailable()
160 } else if (exception != ERRCODE_SUCCESS) { in IsGeoServiceAvailable()
172 int exception = reply.ReadInt32(); in GetAddressByCoordinate() local
173 if (exception == ERRCODE_PERMISSION_DENIED) { in GetAddressByCoordinate()
175 } else if (exception != ERRCODE_SUCCESS) { in GetAddressByCoordinate()
192 int exception = reply.ReadInt32(); in GetAddressByLocationName() local
193 if (exception == ERRCODE_PERMISSION_DENIED) { in GetAddressByLocationName()
195 } else if (exception != ERRCODE_SUCCESS) { in GetAddressByLocationName()