Home
last modified time | relevance | path

Searched refs:flowType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/src/
H A Dstate_notification.cpp39 void StateNotification::OnUpDataFlowtype(int32_t slotId, CellDataFlowType flowType) in OnUpDataFlowtype() argument
41 TELEPHONY_LOGI("slotId = %{public}d, flowType = %{public}d", slotId, flowType); in OnUpDataFlowtype()
43 if (flowType != CellDataFlowType::DATA_FLOW_TYPE_NONE && slotId != defaultSlotId) { in OnUpDataFlowtype()
47 …yStateRegistryClient::GetInstance().UpdateCellularDataFlow(slotId, static_cast<int32_t>(flowType)); in OnUpDataFlowtype()
H A Ddata_connection_manager.cpp325 CellDataFlowType flowType = connectionMonitor_->GetDataFlowType(); in GetDataFlowType() local
326 return static_cast<int32_t>(flowType); in GetDataFlowType()
/ohos5.0/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()
/ohos5.0/base/telephony/cellular_data/services/include/
H A Dstate_notification.h27 void OnUpDataFlowtype(int32_t slotId, CellDataFlowType flowType);
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_state_registry_client.h99 int32_t UpdateCellularDataFlow(int32_t slotId, int32_t flowType);
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer.cpp156 int32_t flowType = data.ReadInt32(); in OnCellularDataFlowUpdatedInner() local
157 OnCellularDataFlowUpdated(slotId, flowType); in OnCellularDataFlowUpdatedInner()