Home
last modified time | relevance | path

Searched refs:GetDataFlowType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/include/
H A Ddata_connection_monitor.h96 CellDataFlowType GetDataFlowType();
H A Ddata_connection_manager.h48 int32_t GetDataFlowType();
/ohos5.0/base/telephony/cellular_data/test/unit_test/
H A Dcellular_data_code_test.cpp314 static void GetDataFlowType() in GetDataFlowType() function in OHOS::Telephony::CellularDataCodeTest
454 { GET_DATA_FLOW_TYPE, &GetDataFlowType }, in UnitTest()
/ohos5.0/base/telephony/cellular_data/services/src/
H A Ddata_connection_manager.cpp319 int32_t DataConnectionManager::GetDataFlowType() in GetDataFlowType() function in OHOS::Telephony::DataConnectionManager
325 CellDataFlowType flowType = connectionMonitor_->GetDataFlowType(); in GetDataFlowType()
H A Ddata_connection_monitor.cpp284 CellDataFlowType DataConnectionMonitor::GetDataFlowType() in GetDataFlowType() function in OHOS::Telephony::DataConnectionMonitor
H A Dcellular_data_handler.cpp1380 return connectionManager_->GetDataFlowType(); in GetCellularDataFlowType()
/ohos5.0/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp872 con.GetDataFlowType();
923 con.GetDataFlowType();
963 ASSERT_EQ(CellDataFlowType::DATA_FLOW_TYPE_NONE, con.connectionMonitor_->GetDataFlowType());
995 ASSERT_EQ(CellDataFlowType::DATA_FLOW_TYPE_NONE, con.connectionMonitor_->GetDataFlowType());
1595 dataConnectionMonitor->GetDataFlowType();