Searched refs:pdp_context_ (Results 1 – 2 of 2) sorted by relevance
110 for (auto iter = pdp_context_.begin(); iter != pdp_context_.end(); ++iter) { in HandleQueryDataCallList()171 auto iter = pdp_context_.begin(); in HandlePDPContext()172 for (; iter != pdp_context_.end(); ++iter) { in HandlePDPContext()179 if (iter == pdp_context_.end()) { in HandlePDPContext()180 pdp_context_.push_back(pdp_context); in HandlePDPContext()193 for (auto it = pdp_context_.begin(); it != pdp_context_.end(); ++it) { in HandleQueryPDPContextList()231 auto iter = pdp_context_.begin(); in HandleEnterDataState()232 for (; iter != pdp_context_.end(); ++iter) { in HandleEnterDataState()239 if (iter == pdp_context_.end()) { in HandleEnterDataState()280 auto iter = pdp_context_.begin(); // Check cid in HandleReadDynamicParam()[all …]
60 std::vector<PDPContext> pdp_context_; variable