Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/
H A Dnapi_telephony_observer.h36 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) override;
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/include/
H A Dtelephony_observer_proxy.h42 void OnCellularDataFlowUpdated(
/ohos5.0/foundation/multimedia/player_framework/services/services/observer/
H A Dmedia_telephony_listener.h43 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) override;
H A Dmedia_telephony_listener.cpp97 void MediaTelephonyListener::OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated() function in OHOS::Media::MediaTelephonyListener
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_observer_broker.h56 virtual void OnCellularDataFlowUpdated(
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_observer.h77 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated() function
/ohos5.0/base/telephony/core_service/test/unittest/ui_client/
H A Dstate_registry_observer.h77 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated() function
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer.cpp41 void TelephonyObserver::OnCellularDataFlowUpdated( in OnCellularDataFlowUpdated() function in OHOS::Telephony::TelephonyObserver
157 OnCellularDataFlowUpdated(slotId, flowType); in OnCellularDataFlowUpdatedInner()
H A Dtelephony_observer_proxy.cpp200 void TelephonyObserverProxy::OnCellularDataFlowUpdated( in OnCellularDataFlowUpdated() function in OHOS::Telephony::TelephonyObserverProxy
/ohos5.0/base/telephony/state_registry/interfaces/innerkits/observer/
H A Dtelephony_observer.h98 void OnCellularDataFlowUpdated(
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Dnapi_telephony_observer.cpp104 void NapiTelephonyObserver::OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated() function in OHOS::Telephony::NapiTelephonyObserver
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.h516 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) override in OnCellularDataFlowUpdated() function
/ohos5.0/foundation/multimedia/player_framework/test/unittest/observer_test/observer_unittest/
H A Dincall_observer_func_unittest.cpp218 telephonyObserver->OnCellularDataFlowUpdated(slotId, 0);
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp163 record.telephonyObserver_->OnCellularDataFlowUpdated(slotId, flowData); in UpdateCellularDataFlow()
580 …record.telephonyObserver_->OnCellularDataFlowUpdated(record.slotId_, cellularDataFlow_[record.slot… in UpdateData()