Searched refs:OnCellInfoUpdated (Results 1 – 9 of 9) sorted by relevance
34 void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) override;
36 void OnCellInfoUpdated(
46 void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdated() function
52 virtual void OnCellInfoUpdated(
68 void OnCellInfoUpdated(
32 void TelephonyObserver::OnCellInfoUpdated( in OnCellInfoUpdated() function in OHOS::Telephony::TelephonyObserver130 OnCellInfoUpdated(slotId, cells); in OnCellInfoUpdatedInner()
110 void TelephonyObserverProxy::OnCellInfoUpdated( in OnCellInfoUpdated() function in OHOS::Telephony::TelephonyObserverProxy
77 void NapiTelephonyObserver::OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformatio… in OnCellInfoUpdated() function in OHOS::Telephony::NapiTelephonyObserver
278 record.telephonyObserver_->OnCellInfoUpdated(slotId, vec); in UpdateCellInfo()513 record.telephonyObserver_->OnCellInfoUpdated(record.slotId_, cellInfos_[record.slotId_]); in UpdateData()