Searched refs:UpdateCellLocation (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/telephony/core_service/services/network_search/include/ |
H A D | cell_info.h | 38 void UpdateCellLocation(int32_t techType, int32_t cellId, int32_t lac);
|
H A D | network_search_handler.h | 96 void UpdateCellLocation(int32_t techType, int32_t cellId, int32_t lac);
|
H A D | network_search_manager.h | 241 void UpdateCellLocation(int32_t slotId, int32_t techType, int32_t cellId, int32_t lac);
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test.cpp | 149 cellInfo->UpdateCellLocation(0, 1, 1); 150 cellInfo->UpdateCellLocation(1, 1, 1); 269 cellInfo->UpdateCellLocation(0, 10, 9); 270 cellInfo->UpdateCellLocation(1, 11, 8); 271 cellInfo->UpdateCellLocation(2, 12, 7); 272 cellInfo->UpdateCellLocation(3, 13, 6); 273 cellInfo->UpdateCellLocation(4, 14, 5); 274 cellInfo->UpdateCellLocation(5, 15, 4); 275 cellInfo->UpdateCellLocation(6, 16, 3); 327 cellInfo->UpdateCellLocation(1, 1, 1); [all …]
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_handler.cpp | 1141 void NetworkSearchHandler::UpdateCellLocation(int32_t techType, int32_t cellId, int32_t lac) in UpdateCellLocation() function in OHOS::Telephony::NetworkSearchHandler 1145 cellInfo_->UpdateCellLocation(techType, cellId, lac); in UpdateCellLocation()
|
H A D | network_search_manager.cpp | 1056 void NetworkSearchManager::UpdateCellLocation(int32_t slotId, int32_t techType, int32_t cellId, int… in UpdateCellLocation() function in OHOS::Telephony::NetworkSearchManager 1061 inner->networkSearchHandler_->UpdateCellLocation(techType, cellId, lac); in UpdateCellLocation()
|
H A D | cell_info.cpp | 159 void CellInfo::UpdateCellLocation(int32_t techType, int32_t cellId, int32_t lac) in UpdateCellLocation() function in OHOS::Telephony::CellInfo
|