Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/include/apn_manager/
H A Dapn_holder.h54 std::shared_ptr<CellularDataStateMachine> GetCellularDataStateMachine() const;
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_holder.cpp142 std::shared_ptr<CellularDataStateMachine> ApnHolder::GetCellularDataStateMachine() const in GetCellularDataStateMachine() function in OHOS::Telephony::ApnHolder
H A Dapn_manager.cpp424 …_ptr<CellularDataStateMachine> cellularDataStateMachine = apnHolder->GetCellularDataStateMachine(); in IsDataConnectionNotUsed()
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp278 std::shared_ptr<CellularDataStateMachine> stateMachine = apn->GetCellularDataStateMachine(); in ClearConnection()
733 … std::shared_ptr<CellularDataStateMachine> stateMachine = apnHolder->GetCellularDataStateMachine(); in EstablishDataConnectionComplete()
2077 auto stateMachine = apnHolder->GetCellularDataStateMachine(); in GetDataConnIpType()
/ohos5.0/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp1067 apnHolder->GetCellularDataStateMachine();