Home
last modified time | relevance | path

Searched refs:formatGetEventTag (Results 1 – 4 of 4) sorted by relevance

/system/core/logd/
DLogBuffer.h147 std::string formatGetEventTag(uid_t uid, const char* name, in formatGetEventTag() function
149 return tags.formatGetEventTag(uid, name, format); in formatGetEventTag()
DLogTags.h120 std::string formatGetEventTag(uid_t uid, const char* name,
DCommandListener.cpp324 package_string(mBuf.formatGetEventTag(uid, name, format)).c_str()); in runCommand()
DLogTags.cpp843 std::string LogTags::formatGetEventTag(uid_t uid, const char* name, in formatGetEventTag() function in LogTags