Home
last modified time | relevance | path

Searched refs:elevation (Results 1 - 5 of 5) sorted by relevance

/base/location/services/location_gnss/gnss/source/
H A Dgnss_event_callback.cpp132 svStatus->SetAltitude(info.elevation[i]); in ReportSatelliteStatusInfo()
141 ", elevation : " + std::to_string(info.elevation[i]) + in ReportSatelliteStatusInfo()
/base/location/test/location_gnss/source/
H A Dgnss_event_callback_test.cpp184 statusInfo.elevation.push_back(12); in HWTEST_F()
H A Dgnss_ability_test.cpp1038 statusInfo.elevation.push_back(12); in HWTEST_F()
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_drawing.h156 float elevation { 0.0f };
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp1910 cJSON *elevation = cJSON_GetObjectItemCaseSensitive(filterInfoParser, "shadow_elevation"); in ParserDragShadowInfo() local
1911 if (cJSON_IsNumber(elevation)) { in ParserDragShadowInfo()
1912 filterInfo.elevation = static_cast<float>(elevation->valuedouble); in ParserDragShadowInfo()
1944 "shadowCorner:%{public}f, offsetX:%{private}f, offsetY:%{private}f, argb:%{public}u, elevation:%{public}f, " in PrintDragShadowInfo()
1948 filterInfo.argb, filterInfo.elevation, filterInfo.isHardwareAcceleration ? "true" : "false"); in PrintDragShadowInfo()
3157 pixelMapNode->SetShadowElevation(g_drawingInfo.filterInfo.elevation); in SetDragShadow()

Completed in 11 milliseconds