Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/include/
Ddata_connection_manager.h33 void AddConnectionStateMachine(const std::shared_ptr<CellularDataStateMachine> &stateMachine);
/base/telephony/cellular_data/services/src/
Ddata_connection_manager.cpp50 void DataConnectionManager::AddConnectionStateMachine(const std::shared_ptr<CellularDataStateMachin… in AddConnectionStateMachine() function in OHOS::Telephony::DataConnectionManager
Dcellular_data_handler.cpp568 connectionManager_->AddConnectionStateMachine(cellularDataStateMachine); in EstablishDataConnection()