Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/src/
H A Ddata_connection_manager.cpp213 std::vector<std::shared_ptr<CellularDataStateMachine>> retryDataConnection; in RadioDataCallListChanged() local
232 retryDataConnection.push_back(it.second); in RadioDataCallListChanged()
235 for (std::shared_ptr<CellularDataStateMachine> &it : retryDataConnection) { in RadioDataCallListChanged()