/base/telephony/state_registry/frameworks/native/observer/include/ |
H A D | telephony_observer_proxy.h | 36 void OnCellInfoUpdated(
|
/base/telephony/state_registry/frameworks/js/napi/include/ |
H A D | napi_telephony_observer.h | 34 void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) override;
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_observer_broker.h | 52 virtual void OnCellInfoUpdated(
|
/base/telephony/core_service/test/unittest/ui_client/ |
H A D | state_registry_observer.h | 56 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 D | state_registry_observer.h | 56 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 D | state_registry_branch_test.cpp | 145 telephonyObserverProxy->OnCellInfoUpdated(0, vec);
in HWTEST_F()
|
H A D | state_registry_test.cpp | 840 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 D | telephony_observer.h | 68 void OnCellInfoUpdated(
|
/base/telephony/state_registry/frameworks/cj/src/ |
H A D | telephony_observer_impl.h | 86 void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) override;
|
H A D | telephony_observer_impl.cpp | 410 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 D | napi_telephony_observer.cpp | 77 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 D | telephony_observer.cpp | 32 void TelephonyObserver::OnCellInfoUpdated( in OnCellInfoUpdated() function in OHOS::Telephony::TelephonyObserver 127 OnCellInfoUpdated(slotId, cells); in OnCellInfoUpdatedInner()
|
H A D | telephony_observer_proxy.cpp | 110 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 D | telephony_state_registry_service.cpp | 316 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()
|