Searched refs:CellDataFlowType (Results 1 – 12 of 12) sorted by relevance
92 CellDataFlowType GetDataFlowType();94 void SetDataFlowType(CellDataFlowType dataFlowType);110 CellDataFlowType dataFlowType_ = CellDataFlowType::DATA_FLOW_TYPE_NONE;
27 void OnUpDataFlowtype(int32_t slotId, CellDataFlowType flowType);
48 void SetDataFlowType(CellDataFlowType dataFlowType);
151 if (dataFlowType_ != CellDataFlowType::DATA_FLOW_TYPE_NONE) { in EndNetStatistics()152 dataFlowType_ = CellDataFlowType::DATA_FLOW_TYPE_NONE; in EndNetStatistics()211 CellDataFlowType previousDataFlowType = dataFlowType_; in UpdateDataFlowType()214 dataFlowType_ = CellDataFlowType::DATA_FLOW_TYPE_UP; in UpdateDataFlowType()216 dataFlowType_ = CellDataFlowType::DATA_FLOW_TYPE_DOWN; in UpdateDataFlowType()218 dataFlowType_ = CellDataFlowType::DATA_FLOW_TYPE_UP_DOWN; in UpdateDataFlowType()220 dataFlowType_ = CellDataFlowType::DATA_FLOW_TYPE_NONE; in UpdateDataFlowType()228 CellDataFlowType DataConnectionMonitor::GetDataFlowType() in GetDataFlowType()233 void DataConnectionMonitor::SetDataFlowType(CellDataFlowType dataFlowType) in SetDataFlowType()
36 void StateNotification::OnUpDataFlowtype(int32_t slotId, CellDataFlowType flowType) in OnUpDataFlowtype()
301 return static_cast<int32_t>(CellDataFlowType::DATA_FLOW_TYPE_NONE); in GetDataFlowType()303 CellDataFlowType flowType = connectionMonitor_->GetDataFlowType(); in GetDataFlowType()307 void DataConnectionManager::SetDataFlowType(CellDataFlowType dataFlowType) in SetDataFlowType()
275 return static_cast<int32_t>(CellDataFlowType::DATA_FLOW_TYPE_NONE); in GetCellularDataFlowType()
353 return static_cast<int32_t>(CellDataFlowType::DATA_FLOW_TYPE_DORMANT); in GetCellularDataFlowType()
222 connectionManager_->SetDataFlowType(CellDataFlowType::DATA_FLOW_TYPE_NONE); in ClearAllConnections()824 connectionManager_->SetDataFlowType(CellDataFlowType::DATA_FLOW_TYPE_DORMANT); in HandleVoiceCallChanged()
30 enum class CellDataFlowType : int32_t { enum
101 case static_cast<int32_t>(CellDataFlowType::DATA_FLOW_TYPE_NONE): { in WrapGetCellularDataFlowTypeType()104 case static_cast<int32_t>(CellDataFlowType::DATA_FLOW_TYPE_DOWN): { in WrapGetCellularDataFlowTypeType()107 case static_cast<int32_t>(CellDataFlowType::DATA_FLOW_TYPE_UP): { in WrapGetCellularDataFlowTypeType()110 case static_cast<int32_t>(CellDataFlowType::DATA_FLOW_TYPE_UP_DOWN): { in WrapGetCellularDataFlowTypeType()113 case static_cast<int32_t>(CellDataFlowType::DATA_FLOW_TYPE_DORMANT): { in WrapGetCellularDataFlowTypeType()114 return static_cast<int32_t>(CellDataFlowType::DATA_FLOW_TYPE_DORMANT); in WrapGetCellularDataFlowTypeType()
312 con.SetDataFlowType(CellDataFlowType::DATA_FLOW_TYPE_NONE);335 ASSERT_EQ(CellDataFlowType::DATA_FLOW_TYPE_NONE, mon.GetDataFlowType());