Searched refs:deActiveApnTypeId_ (Results 1 – 2 of 2) sorted by relevance
35 if (deActiveApnTypeId_ != ERROR_APN_ID) { in StateBegin()44 std::string apnType = ApnManager::FindApnNameByApnId(deActiveApnTypeId_); in StateBegin()55 deActiveApnTypeId_ = ERROR_APN_ID; in StateBegin()115 deActiveApnTypeId_ = deActiveApnTypeId; in SetDeActiveApnTypeId()
44 int32_t deActiveApnTypeId_ = ERROR_APN_ID; variable