Lines Matching defs:inActive
60 Inactive *inActive = static_cast<Inactive *>(stateMachine->inActiveState_.GetRefPtr());
61 if (inActive == nullptr) {
62 TELEPHONY_LOGE("inActive is null");
65 inActive->SetDataCallResultInfoToRetry();
66 inActive->SetDeActiveApnTypeId(stateMachine->apnId_);
78 Inactive *inActive = static_cast<Inactive *>(stateMachine->inActiveState_.GetRefPtr());
79 if (inActive == nullptr) {
80 TELEPHONY_LOGE("inActive is null");
83 inActive->SetDataCallResultInfoToRetry();
84 inActive->SetDeActiveApnTypeId(stateMachine->apnId_);
100 Inactive *inActive = static_cast<Inactive *>(stateMachine->inActiveState_.GetRefPtr());
101 if (inActive == nullptr) {
102 TELEPHONY_LOGE("inActive is null");
109 inActive->SetDeActiveApnTypeId(stateMachine->apnId_);
119 inActive->SetDeActiveApnTypeId(stateMachine->apnId_);