Home
last modified time | relevance | path

Searched refs:flowType (Results 1 - 7 of 7) sorted by relevance

/base/telephony/cellular_data/services/src/
H A Dstate_notification.cpp40 void StateNotification::OnUpDataFlowtype(int32_t slotId, CellDataFlowType flowType) in OnUpDataFlowtype() argument
42 TELEPHONY_LOGI("slotId = %{public}d, flowType = %{public}d", slotId, flowType); in OnUpDataFlowtype()
43 TelephonyStateRegistryClient::GetInstance().UpdateCellularDataFlow(slotId, static_cast<int32_t>(flowType)); in OnUpDataFlowtype()
H A Ddata_connection_manager.cpp318 CellDataFlowType flowType = connectionMonitor_->GetDataFlowType(); in GetDataFlowType() local
319 return static_cast<int32_t>(flowType); in GetDataFlowType()
/base/telephony/cellular_data/services/include/
H A Dstate_notification.h27 void OnUpDataFlowtype(int32_t slotId, CellDataFlowType flowType);
/base/telephony/state_registry/frameworks/js/napi/include/
H A Dupdate_infos.h77 CellularDataFlowUpdate(int32_t slotId, int32_t flowType) : UpdateInfo(slotId), flowType_(flowType) {} in CellularDataFlowUpdate()
/base/telephony/state_registry/frameworks/cj/src/
H A Dtelephony_observer_utils.h217 CellularDataFlowUpdate(int32_t slotId, int32_t flowType) : UpdateInfo(slotId), flowType_(flowType) {} in CellularDataFlowUpdate()
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_state_registry_client.h99 int32_t UpdateCellularDataFlow(int32_t slotId, int32_t flowType);
/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer.cpp153 int32_t flowType = data.ReadInt32(); in OnCellularDataFlowUpdatedInner() local
154 OnCellularDataFlowUpdated(slotId, flowType); in OnCellularDataFlowUpdatedInner()

Completed in 5 milliseconds