Lines Matching refs:stateMachine
40 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in StateProcess() local
41 if (stateMachine == nullptr) { in StateProcess()
65 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in ProcessDisconnectDone() local
66 if (stateMachine == nullptr) { in ProcessDisconnectDone()
71 stateMachine->DeferEvent(std::move(event)); in ProcessDisconnectDone()
81 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in ProcessDisconnectAllDone() local
82 if (stateMachine == nullptr) { in ProcessDisconnectAllDone()
87 stateMachine->DeferEvent(std::move(event)); in ProcessDisconnectAllDone()
97 std::shared_ptr<CellularDataStateMachine> stateMachine = stateMachine_.lock(); in ProcessDataConnectionDrsOrRatChanged() local
98 if (stateMachine == nullptr) { in ProcessDataConnectionDrsOrRatChanged()
104 …int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability… in ProcessDataConnectionDrsOrRatChanged()
105 netAgent.UpdateNetSupplierInfo(supplierId, stateMachine->netSupplierInfo_); in ProcessDataConnectionDrsOrRatChanged()
106 netAgent.UpdateNetLinkInfo(supplierId, stateMachine->netLinkInfo_); in ProcessDataConnectionDrsOrRatChanged()