/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() argument 107 …"OnCellularDataFlowUpdated slotId = %{public}d, dataFlowType = %{public}d", slotId, dataFlowType); in OnCellularDataFlowUpdated() 109 std::make_unique<CellularDataFlowUpdate>(slotId, dataFlowType); in 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() argument 80 dataFlowType); in OnCellularDataFlowUpdated()
|
H A D | state_registry_test.cpp | 197 int32_t dataFlowType = 0; in UpdateCellularDataFlow() local 199 …ingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCellularDataFlow(slotId, dataFlowType); in UpdateCellularDataFlow()
|
/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() argument 80 dataFlowType); in OnCellularDataFlowUpdated()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/observer/ |
H A D | media_telephony_listener.cpp | 97 void MediaTelephonyListener::OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated() argument 99 …"OnCellularDataFlowUpdated slotId = %{public}d, dataFlowType = %{public}d", slotId, dataFlowType); in OnCellularDataFlowUpdated()
|
H A D | media_telephony_listener.h | 43 void OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) override;
|
/ohos5.0/base/telephony/cellular_data/services/src/ |
H A D | data_connection_monitor.cpp | 289 void DataConnectionMonitor::SetDataFlowType(CellDataFlowType dataFlowType) in SetDataFlowType() argument 291 if (dataFlowType_ != dataFlowType) { in SetDataFlowType() 292 dataFlowType_ = dataFlowType; in SetDataFlowType()
|
H A D | data_connection_manager.cpp | 329 void DataConnectionManager::SetDataFlowType(CellDataFlowType dataFlowType) in SetDataFlowType() argument 335 connectionMonitor_->SetDataFlowType(dataFlowType); in SetDataFlowType()
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | telephony_state_registry_client.cpp | 93 int32_t TelephonyStateRegistryClient::UpdateCellularDataFlow(int32_t slotId, int32_t dataFlowType) in UpdateCellularDataFlow() argument 100 return proxy->UpdateCellularDataFlow(slotId, dataFlowType); in UpdateCellularDataFlow()
|
H A D | telephony_state_registry_proxy.cpp | 70 int32_t slotId, int32_t dataFlowType) in UpdateCellularDataFlow() argument 81 if (!in.WriteInt32(dataFlowType)) { in UpdateCellularDataFlow()
|
/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 | 43 int32_t slotId, int32_t dataFlowType);
|
/ohos5.0/base/telephony/cellular_data/services/include/ |
H A D | data_connection_monitor.h | 98 void SetDataFlowType(CellDataFlowType dataFlowType);
|
H A D | data_connection_manager.h | 49 void SetDataFlowType(CellDataFlowType dataFlowType);
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_observer_broker.h | 57 int32_t slotId, int32_t dataFlowType) = 0;
|
H A D | i_telephony_state_notify.h | 42 virtual int32_t UpdateCellularDataFlow(int32_t slotId, int32_t dataFlowType) = 0;
|
H A D | telephony_state_registry_proxy.h | 37 int32_t slotId, int32_t dataFlowType) override;
|
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/src/ |
H A D | telephony_observer_proxy.cpp | 201 int32_t slotId, int32_t dataFlowType) in OnCellularDataFlowUpdated() argument 212 dataParcel.WriteInt32(dataFlowType); in OnCellularDataFlowUpdated()
|
H A D | telephony_observer.cpp | 42 int32_t slotId, int32_t dataFlowType) {} in OnCellularDataFlowUpdated() argument
|
/ohos5.0/base/telephony/cellular_data/test/ |
H A D | cellular_data_test.cpp | 771 int32_t dataFlowType = CellularDataTest::GetCellularDataFlowTypeTest(); variable 772 ASSERT_TRUE(dataFlowType >= 0); 780 dataFlowType = CellularDataTest::GetCellularDataFlowTypeTest(); 781 ASSERT_TRUE(dataFlowType == 0); 806 int32_t dataFlowType = CellularDataTest::GetCellularDataFlowTypeTest(); variable 807 ASSERT_TRUE(dataFlowType >= 0); 815 dataFlowType = CellularDataTest::GetCellularDataFlowTypeTest(); 816 ASSERT_TRUE(dataFlowType == 0);
|
/ohos5.0/base/telephony/state_registry/interfaces/innerkits/observer/ |
H A D | telephony_observer.h | 99 int32_t slotId, int32_t dataFlowType) override;
|
/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() argument
|
/ohos5.0/base/telephony/state_registry/services/include/ |
H A D | telephony_state_registry_service.h | 49 int32_t UpdateCellularDataFlow(int32_t slotId, int32_t dataFlowType) override;
|