Home
last modified time | relevance | path

Searched refs:OnCellInfoUpdated (Results 1 – 9 of 9) sorted by relevance

/base/telephony/state_registry/frameworks/js/napi/include/
Dnapi_telephony_observer.h34 void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) override;
/base/telephony/state_registry/frameworks/native/observer/include/
Dtelephony_observer_proxy.h36 void OnCellInfoUpdated(
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_observer.h46 void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdated() function
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_observer_broker.h52 virtual void OnCellInfoUpdated(
/base/telephony/state_registry/interfaces/innerkits/observer/
Dtelephony_observer.h68 void OnCellInfoUpdated(
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer.cpp32 void TelephonyObserver::OnCellInfoUpdated( in OnCellInfoUpdated() function in OHOS::Telephony::TelephonyObserver
130 OnCellInfoUpdated(slotId, cells); in OnCellInfoUpdatedInner()
Dtelephony_observer_proxy.cpp110 void TelephonyObserverProxy::OnCellInfoUpdated( in OnCellInfoUpdated() function in OHOS::Telephony::TelephonyObserverProxy
/base/telephony/state_registry/frameworks/js/napi/src/
Dnapi_telephony_observer.cpp77 void NapiTelephonyObserver::OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformatio… in OnCellInfoUpdated() function in OHOS::Telephony::NapiTelephonyObserver
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_service.cpp278 record.telephonyObserver_->OnCellInfoUpdated(slotId, vec); in UpdateCellInfo()
513 record.telephonyObserver_->OnCellInfoUpdated(record.slotId_, cellInfos_[record.slotId_]); in UpdateData()