Searched refs:flowType (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/telephony/cellular_data/services/src/ |
H A D | state_notification.cpp | 39 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 D | data_connection_manager.cpp | 325 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 D | update_infos.h | 77 …CellularDataFlowUpdate(int32_t slotId, int32_t flowType) : UpdateInfo(slotId), flowType_(flowType)… in CellularDataFlowUpdate()
|
/ohos5.0/base/telephony/cellular_data/services/include/ |
H A D | state_notification.h | 27 void OnUpDataFlowtype(int32_t slotId, CellDataFlowType flowType);
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_state_registry_client.h | 99 int32_t UpdateCellularDataFlow(int32_t slotId, int32_t flowType);
|
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/src/ |
H A D | telephony_observer.cpp | 156 int32_t flowType = data.ReadInt32(); in OnCellularDataFlowUpdatedInner() local 157 OnCellularDataFlowUpdated(slotId, flowType); in OnCellularDataFlowUpdatedInner()
|