Home
last modified time | relevance | path

Searched refs:CellIdCategory (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/location/agnss/hdi_service/
H A Dagnss_interface_impl.cpp197 loc.u.cellId.category = static_cast<uint16_t>(CellIdCategory::CELLID_CATEGORY_GSM); in SetAgnssRefInfo()
200 loc.u.cellId.category = static_cast<uint16_t>(CellIdCategory::CELLID_CATEGORY_UMTS); in SetAgnssRefInfo()
203 loc.u.cellId.category = static_cast<uint16_t>(CellIdCategory::CELLID_CATEGORY_LTE); in SetAgnssRefInfo()
206 loc.u.cellId.category = static_cast<uint16_t>(CellIdCategory::CELLID_CATEGORY_NR); in SetAgnssRefInfo()
/ohos5.0/drivers/peripheral/location/gnss/hdi_service/
H A Dlocation_vendor_lib.h62 enum class CellIdCategory { enum