/base/location/services/location_geocode/geocode/source/ |
H A D | geo_convert_request.cpp | 216 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 D | geo_convert_service.cpp | 223 request.latitude = data.ReadDouble(); in ReportAddressMock() 224 request.longitude = data.ReadDouble(); in ReportAddressMock()
|
/base/location/frameworks/base_module/source/ |
H A D | location.cpp | 79 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 D | satellite_status.cpp | 46 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 D | request_config.cpp | 75 distanceInterval_ = parcel.ReadDouble(); in ReadFromParcel()
|
/base/location/frameworks/location_common/common/source/ |
H A D | geo_coding_mock_info.cpp | 56 location_->latitude = parcel.ReadDouble(); in ReadFromParcel() 57 location_->longitude = parcel.ReadDouble(); in ReadFromParcel()
|
H A D | geo_address.cpp | 75 latitude_ = in.ReadDouble(); in ReadFromParcel() 76 longitude_ = in.ReadDouble(); in ReadFromParcel()
|
/base/location/frameworks/native/geofence_sdk/source/ |
H A D | geofence_request.cpp | 167 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 D | sec_comp_click_event_parcel.cpp | 92 if (!in.ReadDouble(clickInfo.point.touchX) || !in.ReadDouble(clickInfo.point.touchY)) { in UnmarshallingPointEvent()
|
/base/location/test/location_common/source/ |
H A D | location_common_test.cpp | 147 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 D | stats_service_test_proxy.cpp | 147 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 D | dump_broker_cpu_proxy.cpp | 78 if (!reply.ReadDouble(cpuUsage)) { in GetCpuUsageByPid()
|
/base/sensors/sensor/utils/common/include/ |
H A D | sensor_parcel.h | 129 if (!(parcel).ReadDouble(data)) { \
|
/base/powermgr/battery_statistics/services/zidl/src/ |
H A D | battery_stats_proxy.cpp | 149 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 D | collect_result_pracelable.h | 73 if (!inParcel.ReadDouble(data)) { in Unmarshalling()
|
/base/msdp/device_status/intention/stationary/data/src/ |
H A D | stationary_params.cpp | 105 parcel.ReadDouble(data_.movement); in Unmarshalling()
|
/base/msdp/device_status/utils/common/include/ |
H A D | devicestatus_common.h | 168 if (!(parcel).ReadDouble(data)) { \ 169 FI_HILOGE("ReadDouble "#data" failed"); \
|
/base/msdp/device_status/intention/cooperate/data/src/ |
H A D | cooperate_params.cpp | 120 parcel.ReadDouble(coefficient) in Unmarshalling()
|
/base/powermgr/display_manager/state_manager/test/unittest/mock/src/ |
H A D | mock_parcel.cpp | 469 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 D | mock_parcel.cpp | 482 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 D | mock_parcel.cpp | 471 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 D | mock_parcel.cpp | 469 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 D | mock_parcel.cpp | 469 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 D | itypes_util.cpp | 80 return data.ReadDouble(output); in Unmarshalling()
|