Searched refs:getTypeString (Results 1 – 8 of 8) sorted by relevance
31 std::string getTypeString() const override { return "DUMMY"; }; in getTypeString() function
30 std::string getTypeString() const override { return "LOCAL"; }; in getTypeString() function
33 std::string getTypeString() const override { return "UNREACHABLE"; }; in getTypeString() function
45 std::string getTypeString() const override { return "VIRTUAL"; }; in getTypeString() function
51 std::string getTypeString() const override { return "PHYSICAL"; }; in getTypeString() function
38 virtual std::string getTypeString() const = 0;
64 repr << mNetId << kSeparator << getTypeString(); in toString()
628 ALOGE("cannot add/remove users to/from %s network %u", network->getTypeString().c_str(), in isWrongNetworkForUidRanges()