/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/ |
H A D | napi_telephony_observer.h | 36 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) override;
|
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/include/ |
H A D | telephony_observer_proxy.h | 42 void OnCellularDataFlowUpdated(
|
/ohos5.0/foundation/multimedia/player_framework/services/services/observer/ |
H A D | media_telephony_listener.h | 43 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) override;
|
H A D | media_telephony_listener.cpp | 97 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 D | telephony_observer_broker.h | 56 virtual void OnCellularDataFlowUpdated(
|
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/ |
H A D | state_registry_observer.h | 77 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated() function
|
/ohos5.0/base/telephony/core_service/test/unittest/ui_client/ |
H A D | state_registry_observer.h | 77 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated() function
|
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/src/ |
H A D | telephony_observer.cpp | 41 void TelephonyObserver::OnCellularDataFlowUpdated( in OnCellularDataFlowUpdated() function in OHOS::Telephony::TelephonyObserver 157 OnCellularDataFlowUpdated(slotId, flowType); in OnCellularDataFlowUpdatedInner()
|
H A D | telephony_observer_proxy.cpp | 200 void TelephonyObserverProxy::OnCellularDataFlowUpdated( in OnCellularDataFlowUpdated() function in OHOS::Telephony::TelephonyObserverProxy
|
/ohos5.0/base/telephony/state_registry/interfaces/innerkits/observer/ |
H A D | telephony_observer.h | 98 void OnCellularDataFlowUpdated(
|
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/ |
H A D | napi_telephony_observer.cpp | 104 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 D | hfp_ag_system_interface.h | 516 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 D | incall_observer_func_unittest.cpp | 218 telephonyObserver->OnCellularDataFlowUpdated(slotId, 0);
|
/ohos5.0/base/telephony/state_registry/services/src/ |
H A D | telephony_state_registry_service.cpp | 163 record.telephonyObserver_->OnCellularDataFlowUpdated(slotId, flowData); in UpdateCellularDataFlow() 580 …record.telephonyObserver_->OnCellularDataFlowUpdated(record.slotId_, cellularDataFlow_[record.slot… in UpdateData()
|