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