Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/include/
Ddata_connection_monitor.h92 CellDataFlowType GetDataFlowType();
Ddata_connection_manager.h46 int32_t GetDataFlowType();
/base/telephony/cellular_data/services/src/
Ddata_connection_manager.cpp249 int32_t DataConnectionManager::GetDataFlowType() in GetDataFlowType() function in OHOS::Telephony::DataConnectionManager
255 CellDataFlowType flowType = connectionMonitor_->GetDataFlowType(); in GetDataFlowType()
Ddata_connection_monitor.cpp225 CellDataFlowType DataConnectionMonitor::GetDataFlowType() in GetDataFlowType() function in OHOS::Telephony::DataConnectionMonitor
Dcellular_data_handler.cpp997 return connectionManager_->GetDataFlowType(); in GetCellularDataFlowType()
/base/telephony/cellular_data/test/unit_test/
Dcellular_data_code_test.cpp246 static void GetDataFlowType() in GetDataFlowType() function in OHOS::Telephony::CellularDataCodeTest
342 {GET_DATA_FLOW_TYPE, &GetDataFlowType}, in UnitTest()
/base/telephony/cellular_data/test/
Dzero_branch_test.cpp306 con.GetDataFlowType();
330 ASSERT_EQ(CellDataFlowType::DATA_FLOW_TYPE_NONE, mon.GetDataFlowType());