Home
last modified time | relevance | path

Searched refs:ReadDouble (Results 1 - 24 of 24) sorted by relevance

/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_request.cpp216 latitude_ = parcel.ReadDouble(); // latitude in ReadFromParcel()
217 longitude_ = parcel.ReadDouble(); // longitude in ReadFromParcel()
223 minLatitude_ = parcel.ReadDouble(); // minLatitude in ReadFromParcel()
224 minLongitude_ = parcel.ReadDouble(); // minLongitude in ReadFromParcel()
225 maxLatitude_ = parcel.ReadDouble(); // maxLatitude in ReadFromParcel()
226 maxLongitude_ = parcel.ReadDouble(); // maxLongitude in ReadFromParcel()
239 out.WriteDouble(in.ReadDouble()); // latitude in OrderParcel()
240 out.WriteDouble(in.ReadDouble()); // longitude in OrderParcel()
246 out.WriteDouble(in.ReadDouble()); // minLatitude in OrderParcel()
247 out.WriteDouble(in.ReadDouble()); // minLongitud in OrderParcel()
[all...]
H A Dgeo_convert_service.cpp223 request.latitude = data.ReadDouble(); in ReportAddressMock()
224 request.longitude = data.ReadDouble(); in ReportAddressMock()
/base/location/frameworks/base_module/source/
H A Dlocation.cpp79 latitude_ = parcel.ReadDouble(); in ReadFromParcel()
80 longitude_ = parcel.ReadDouble(); in ReadFromParcel()
81 altitude_ = parcel.ReadDouble(); in ReadFromParcel()
82 accuracy_ = parcel.ReadDouble(); in ReadFromParcel()
83 speed_ = parcel.ReadDouble(); in ReadFromParcel()
84 direction_ = parcel.ReadDouble(); in ReadFromParcel()
92 altitudeAccuracy_ = parcel.ReadDouble(); in ReadFromParcel()
93 speedAccuracy_ = parcel.ReadDouble(); in ReadFromParcel()
94 directionAccuracy_ = parcel.ReadDouble(); in ReadFromParcel()
H A Dsatellite_status.cpp46 carrierToNoiseDensitys_.push_back(parcel.ReadDouble()); in ReadFromParcel()
47 altitudes_.push_back(parcel.ReadDouble()); in ReadFromParcel()
48 azimuths_.push_back(parcel.ReadDouble()); in ReadFromParcel()
49 carrierFrequencies_.push_back(parcel.ReadDouble()); in ReadFromParcel()
H A Drequest_config.cpp75 distanceInterval_ = parcel.ReadDouble(); in ReadFromParcel()
/base/location/frameworks/location_common/common/source/
H A Dgeo_coding_mock_info.cpp56 location_->latitude = parcel.ReadDouble(); in ReadFromParcel()
57 location_->longitude = parcel.ReadDouble(); in ReadFromParcel()
H A Dgeo_address.cpp75 latitude_ = in.ReadDouble(); in ReadFromParcel()
76 longitude_ = in.ReadDouble(); in ReadFromParcel()
/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_request.cpp167 geofence_.latitude = data.ReadDouble(); in ReadFromParcel()
168 geofence_.longitude = data.ReadDouble(); in ReadFromParcel()
169 geofence_.radius = data.ReadDouble(); in ReadFromParcel()
170 geofence_.expiration = data.ReadDouble(); in ReadFromParcel()
/base/security/security_component_manager/frameworks/security_component/src/
H A Dsec_comp_click_event_parcel.cpp92 if (!in.ReadDouble(clickInfo.point.touchX) || !in.ReadDouble(clickInfo.point.touchY)) { in UnmarshallingPointEvent()
/base/location/test/location_common/source/
H A Dlocation_common_test.cpp147 EXPECT_EQ(MOCK_LATITUDE, newParcel.ReadDouble()); in VerifyGeoAddressMarshalling()
148 EXPECT_EQ(MOCK_LONGITUDE, newParcel.ReadDouble()); in VerifyGeoAddressMarshalling()
172 EXPECT_EQ(VERIFY_LOCATION_LATITUDE, newParcel.ReadDouble()); // latitude in VerifyLocationMarshalling()
173 EXPECT_EQ(VERIFY_LOCATION_LONGITUDE, newParcel.ReadDouble()); // longitude in VerifyLocationMarshalling()
174 EXPECT_EQ(VERIFY_LOCATION_ALTITUDE, newParcel.ReadDouble()); // altitude in VerifyLocationMarshalling()
175 EXPECT_EQ(VERIFY_LOCATION_ACCURACY, newParcel.ReadDouble()); // accuracy in VerifyLocationMarshalling()
176 EXPECT_EQ(VERIFY_LOCATION_SPEED, newParcel.ReadDouble()); // speed in VerifyLocationMarshalling()
177 EXPECT_EQ(VERIFY_LOCATION_DIRECTION, newParcel.ReadDouble()); // direction in VerifyLocationMarshalling()
315 EXPECT_EQ(i + 1.0, newParcel.ReadDouble()); in HWTEST_F()
316 EXPECT_EQ(i + 2.0, newParcel.ReadDouble()); in HWTEST_F()
[all...]
/base/powermgr/battery_statistics/test/unittest/src/servicetest/utils/
H A Dstats_service_test_proxy.cpp147 double appStatsMah = reply.ReadDouble(); in GetAppStatsMah()
199 double appStatsPercent = reply.ReadDouble(); in GetAppStatsPercent()
226 double partStatsMah = reply.ReadDouble(); in GetPartStatsMah()
253 double partStatsPercent = reply.ReadDouble(); in GetPartStatsPercent()
/base/hiviewdfx/hidumper/services/zidl/src/
H A Ddump_broker_cpu_proxy.cpp78 if (!reply.ReadDouble(cpuUsage)) { in GetCpuUsageByPid()
/base/sensors/sensor/utils/common/include/
H A Dsensor_parcel.h129 if (!(parcel).ReadDouble(data)) { \
/base/powermgr/battery_statistics/services/zidl/src/
H A Dbattery_stats_proxy.cpp149 double appStatsMah = reply.ReadDouble(); in GetAppStatsMah()
206 double appStatsPercent = reply.ReadDouble(); in GetAppStatsPercent()
238 double partStatsMah = reply.ReadDouble(); in GetPartStatsMah()
270 double partStatsPercent = reply.ReadDouble(); in GetPartStatsPercent()
/base/hiviewdfx/hiview/adapter/service/common/include/
H A Dcollect_result_pracelable.h73 if (!inParcel.ReadDouble(data)) { in Unmarshalling()
/base/msdp/device_status/intention/stationary/data/src/
H A Dstationary_params.cpp105 parcel.ReadDouble(data_.movement); in Unmarshalling()
/base/msdp/device_status/utils/common/include/
H A Ddevicestatus_common.h168 if (!(parcel).ReadDouble(data)) { \
169 FI_HILOGE("ReadDouble "#data" failed"); \
/base/msdp/device_status/intention/cooperate/data/src/
H A Dcooperate_params.cpp120 parcel.ReadDouble(coefficient) in Unmarshalling()
/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp469 double Parcel::ReadDouble() in ReadDouble() function in OHOS::Parcel
551 bool Parcel::ReadDouble(double& value) in ReadDouble() function in OHOS::Parcel
737 return ReadVector(val, &Parcel::ReadDouble); in ReadDoubleVector()
/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp482 double Parcel::ReadDouble() in ReadDouble() function in OHOS::Parcel
564 bool Parcel::ReadDouble(double& value) in ReadDouble() function in OHOS::Parcel
757 return ReadVector(val, &Parcel::ReadDouble); in ReadDoubleVector()
/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp471 double Parcel::ReadDouble() in ReadDouble() function in OHOS::Parcel
553 bool Parcel::ReadDouble(double &value) in ReadDouble() function in OHOS::Parcel
734 return ReadVector(val, &Parcel::ReadDouble); in ReadDoubleVector()
/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp469 double Parcel::ReadDouble() in ReadDouble() function in OHOS::Parcel
551 bool Parcel::ReadDouble(double& value) in ReadDouble() function in OHOS::Parcel
737 return ReadVector(val, &Parcel::ReadDouble); in ReadDoubleVector()
/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp469 double Parcel::ReadDouble() in ReadDouble() function in OHOS::Parcel
551 bool Parcel::ReadDouble(double& value) in ReadDouble() function in OHOS::Parcel
732 return ReadVector(val, &Parcel::ReadDouble); in ReadDoubleVector()
/base/inputmethod/imf/common/src/
H A Ditypes_util.cpp80 return data.ReadDouble(output); in Unmarshalling()

Completed in 18 milliseconds