Home | History | Annotate | Download | only in src

Lines Matching refs:ApiEvent

815 // ApiEvent is private so all the calls come from the Logger class.  It is the
818 void Logger::ApiEvent(const char* format, ...) {
831 ApiEvent("api,check-security");
908 ApiEvent("api,%s,\"%s\",\"%s\"", tag, class_name.get(),
914 ApiEvent("api,%s,\"%s\",symbol(hash %x)", tag, class_name.get(), hash);
919 ApiEvent("api,%s,\"%s\",symbol(\"%s\" hash %x)", tag, class_name.get(),
932 ApiEvent("api,%s,\"%s\",%u", tag, class_name.get(), index);
941 ApiEvent("api,%s,\"%s\"", tag, class_name.get());
947 ApiEvent("api,%s", name);