Searched refs:TypeToString (Results 1 – 3 of 3) sorted by relevance
647 static const char *TypeToString(Type aType);
364 LogInfo("%s dataset deleted", Dataset::TypeToString(mType)); in LocalSave()380 LogInfo("%s dataset set", Dataset::TypeToString(mType)); in LocalSave()
593 const char *Dataset::TypeToString(Type aType) { return (aType == kActive) ? "Active" : "Pending"; } in TypeToString() function in ot::MeshCoP::Dataset