Home
last modified time | relevance | path

Searched refs:TelephonyCellDataFlowType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/utils/common/src/
H A Denum_convert.cpp163 switch (static_cast<TelephonyCellDataFlowType>(flowData)) { in GetCellularDataFlow()
164 case TelephonyCellDataFlowType::DATA_FLOW_TYPE_NONE: in GetCellularDataFlow()
167 case TelephonyCellDataFlowType::DATA_FLOW_TYPE_DOWN: in GetCellularDataFlow()
170 case TelephonyCellDataFlowType::DATA_FLOW_TYPE_UP: in GetCellularDataFlow()
173 case TelephonyCellDataFlowType::DATA_FLOW_TYPE_UP_DOWN: in GetCellularDataFlow()
176 case TelephonyCellDataFlowType::DATA_FLOW_TYPE_DORMANT: in GetCellularDataFlow()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_type_convert_test.cpp91 …EXPECT_EQ(GetCellularDataFlow(static_cast<int32_t>(TelephonyCellDataFlowType::DATA_FLOW_TYPE_NONE)…
93 …EXPECT_EQ(GetCellularDataFlow(static_cast<int32_t>(TelephonyCellDataFlowType::DATA_FLOW_TYPE_DOWN)…
96 …GetCellularDataFlow(static_cast<int32_t>(TelephonyCellDataFlowType::DATA_FLOW_TYPE_UP)), "DATA_FLO…
97 …EXPECT_EQ(GetCellularDataFlow(static_cast<int32_t>(TelephonyCellDataFlowType::DATA_FLOW_TYPE_UP_DO…
99 …EXPECT_EQ(GetCellularDataFlow(static_cast<int32_t>(TelephonyCellDataFlowType::DATA_FLOW_TYPE_DORMA…
/ohos5.0/base/telephony/core_service/utils/common/include/
H A Denum_convert.h233 enum class TelephonyCellDataFlowType { enum