Home
last modified time | relevance | path

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

/base/telephony/state_registry/frameworks/js/napi/include/
Dnapi_telephony_observer.h36 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) override;
/base/telephony/state_registry/frameworks/native/observer/include/
Dtelephony_observer_proxy.h42 void OnCellularDataFlowUpdated(
Dtelephony_observer.h45 void OnCellularDataFlowUpdated(
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_observer.h55 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated() function
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_observer_broker.h53 virtual void OnCellularDataFlowUpdated(
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer.cpp41 void TelephonyObserver::OnCellularDataFlowUpdated( in OnCellularDataFlowUpdated() function in OHOS::Telephony::TelephonyObserver
147 OnCellularDataFlowUpdated(slotId, flowType); in OnCellularDataFlowUpdatedInner()
Dtelephony_observer_proxy.cpp200 void TelephonyObserverProxy::OnCellularDataFlowUpdated( in OnCellularDataFlowUpdated() function in OHOS::Telephony::TelephonyObserverProxy
/base/telephony/state_registry/frameworks/js/napi/src/
Dnapi_telephony_observer.cpp105 void NapiTelephonyObserver::OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated() function in OHOS::Telephony::NapiTelephonyObserver
/base/telephony/state_registry/service/src/
Dtelephony_state_registry_service.cpp132 record.telephonyObserver_->OnCellularDataFlowUpdated(slotId, flowData); in UpdateCellularDataFlow()
427 record.telephonyObserver_->OnCellularDataFlowUpdated( in UpdateData()