Home
last modified time | relevance | path

Searched refs:CELL_TYPE_NONE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_location.h27 CELL_TYPE_NONE = 0, enumerator
H A Dcell_information.h30 CELL_TYPE_NONE = 0, enumerator
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp162 if (type == CellInformation::CellType::CELL_TYPE_NONE) { in UpdateCellLocation()
233 … if (cellType == CellInformation::CellType::CELL_TYPE_NONE || cell->GetNetworkType() != cellType) { in UpdateSignalLevel()
277 return CellInformation::CellType::CELL_TYPE_NONE; in ConvertToCellType()
297 return CellInformation::CellType::CELL_TYPE_NONE; in ConvertRatToCellType()
322 return CellInformation::CellType::CELL_TYPE_NONE; in ConvertTechToCellType()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp82 const CellInformation::CellType NONE = CellInformation::CellType::CELL_TYPE_NONE;
153 …cellInfo->ProcessCellLocation(gsmCellInformation, CellInformation::CellType::CELL_TYPE_NONE, 1, 0);
155 cellInfo->UpdateSignalLevel(gsmCellInformation, CellInformation::CellType::CELL_TYPE_NONE);
281 cellInfo->GetCellLocationExt(CellInformation::CellType::CELL_TYPE_NONE);
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp2202 CellInformation::CellType cellType = CellInformation::CellType::CELL_TYPE_NONE; in GetCellInformationCallback()