Home
last modified time | relevance | path

Searched refs:dataFlowType_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/src/
H A Ddata_connection_monitor.cpp202 if (dataFlowType_ != CellDataFlowType::DATA_FLOW_TYPE_NONE) { in EndNetStatistics()
203 dataFlowType_ = CellDataFlowType::DATA_FLOW_TYPE_NONE; in EndNetStatistics()
267 CellDataFlowType previousDataFlowType = dataFlowType_; in UpdateDataFlowType()
270 dataFlowType_ = CellDataFlowType::DATA_FLOW_TYPE_UP; in UpdateDataFlowType()
272 dataFlowType_ = CellDataFlowType::DATA_FLOW_TYPE_DOWN; in UpdateDataFlowType()
274 dataFlowType_ = CellDataFlowType::DATA_FLOW_TYPE_UP_DOWN; in UpdateDataFlowType()
276 dataFlowType_ = CellDataFlowType::DATA_FLOW_TYPE_NONE; in UpdateDataFlowType()
279 if (previousDataFlowType != dataFlowType_) { in UpdateDataFlowType()
286 return dataFlowType_; in GetDataFlowType()
291 if (dataFlowType_ != dataFlowType) { in SetDataFlowType()
[all …]
/ohos5.0/base/telephony/cellular_data/services/include/
H A Ddata_connection_monitor.h125 CellDataFlowType dataFlowType_ = CellDataFlowType::DATA_FLOW_TYPE_NONE; variable