Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/include/apn_manager/
Dapn_holder.h46 std::shared_ptr<CellularDataStateMachine> GetCellularDataStateMachine() const;
/base/telephony/cellular_data/services/src/apn_manager/
Dapn_holder.cpp123 std::shared_ptr<CellularDataStateMachine> ApnHolder::GetCellularDataStateMachine() const in GetCellularDataStateMachine() function in OHOS::Telephony::ApnHolder
Dapn_manager.cpp236 …_ptr<CellularDataStateMachine> cellularDataStateMachine = apnHolder->GetCellularDataStateMachine(); in IsDataConnectionNotUsed()
/base/telephony/cellular_data/services/src/
Dcellular_data_handler.cpp232 std::shared_ptr<CellularDataStateMachine> stateMachine = apn->GetCellularDataStateMachine(); in ClearConnection()
605 … std::shared_ptr<CellularDataStateMachine> stateMachine = apnHolder->GetCellularDataStateMachine(); in EstablishDataConnectionComplete()