Searched refs:dataFlowType_ (Results 1 – 2 of 2) sorted by relevance
202 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 …]
125 CellDataFlowType dataFlowType_ = CellDataFlowType::DATA_FLOW_TYPE_NONE; variable