Home
last modified time | relevance | path

Searched refs:OnCellInfoUpdated (Results 1 - 14 of 14) sorted by relevance

/base/telephony/state_registry/frameworks/native/observer/include/
H A Dtelephony_observer_proxy.h36 void OnCellInfoUpdated(
/base/telephony/state_registry/frameworks/js/napi/include/
H A Dnapi_telephony_observer.h34 void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) override;
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_observer_broker.h52 virtual void OnCellInfoUpdated(
/base/telephony/core_service/test/unittest/ui_client/
H A Dstate_registry_observer.h56 void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdated() function in OHOS::Telephony::StateRegistryObserver
58 TELEPHONY_LOGI("StateRegistryObserver%{public}d::OnCellInfoUpdated", slotId); in OnCellInfoUpdated()
/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_observer.h56 void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdated() function in OHOS::Telephony::StateRegistryObserver
58 TELEPHONY_LOGI("StateRegistryObserver%{public}d::OnCellInfoUpdated", slotId); in OnCellInfoUpdated()
H A Dstate_registry_branch_test.cpp145 telephonyObserverProxy->OnCellInfoUpdated(0, vec); in HWTEST_F()
H A Dstate_registry_test.cpp840 telephonyObserverProxy->OnCellInfoUpdated(DEFAULT_SIM_SLOT_ID, cellInformations); in HWTEST_F()
845 telephonyObserverProxy->OnCellInfoUpdated(DEFAULT_SIM_SLOT_ID, cellInformations); in HWTEST_F()
/base/telephony/state_registry/interfaces/innerkits/observer/
H A Dtelephony_observer.h68 void OnCellInfoUpdated(
/base/telephony/state_registry/frameworks/cj/src/
H A Dtelephony_observer_impl.h86 void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) override;
H A Dtelephony_observer_impl.cpp410 void FfiTelephonyObserver::OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdated() function in OHOS::Telephony::FfiTelephonyObserver
412 TELEPHONY_LOGI("OnCellInfoUpdated slotId = %{public}d, cell info size = %{public}zu", slotId, vec.size()); in OnCellInfoUpdated()
/base/telephony/state_registry/frameworks/js/napi/src/
H A Dnapi_telephony_observer.cpp77 void NapiTelephonyObserver::OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) in OnCellInfoUpdated() function in OHOS::Telephony::NapiTelephonyObserver
79 TELEPHONY_LOGI("OnCellInfoUpdated slotId = %{public}d, cell info size = %{public}zu", slotId, vec.size()); in OnCellInfoUpdated()
/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer.cpp32 void TelephonyObserver::OnCellInfoUpdated( in OnCellInfoUpdated() function in OHOS::Telephony::TelephonyObserver
127 OnCellInfoUpdated(slotId, cells); in OnCellInfoUpdatedInner()
H A Dtelephony_observer_proxy.cpp110 void TelephonyObserverProxy::OnCellInfoUpdated( in OnCellInfoUpdated() function in OHOS::Telephony::TelephonyObserverProxy
118 TELEPHONY_LOGE("TelephonyObserverProxy::OnCellInfoUpdated WriteInterfaceToken failed!"); in OnCellInfoUpdated()
146 TELEPHONY_LOGD("TelephonyObserverProxy::OnCellInfoUpdated##error: %{public}d.", code); in OnCellInfoUpdated()
/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp316 record.telephonyObserver_->OnCellInfoUpdated(slotId, vecExt); in UpdateCellInfo()
318 record.telephonyObserver_->OnCellInfoUpdated(slotId, vec); in UpdateCellInfo()
573 record.telephonyObserver_->OnCellInfoUpdated(record.slotId_, cellInfos_[record.slotId_]); in UpdateData()

Completed in 10 milliseconds