Searched defs:CGCONTRDP (Results 1 – 2 of 2) sorted by relevance
341 struct CGCONTRDP { struct342 static constexpr std::string_view id() { in id()348 std::string apn;349 std::string localAddr;350 std::string gwAddr;351 std::string dns1;352 std::string dns2;353 int cid = -1;354 int bearer = -1;355 int localAddrSize = 0;
248 using CGCONTRDP = AtResponse::CGCONTRDP; in setupDataCall() typedef