Home | History | Annotate | Download | only in src

Lines Matching refs:ApiEvent

606 // ApiEvent is private so all the calls come from the Logger class.  It is the
609 void Logger::ApiEvent(const char* format, ...) {
625 ApiEvent("api,check-security,\"%s\"\n", *str);
627 ApiEvent("api,check-security,undefined\n");
629 ApiEvent("api,check-security,['no-name']\n");
758 ApiEvent("api,check-security,%u\n", index);
772 ApiEvent("api,%s,\"%s\",\"%s\"\n", tag, *class_name, *property_name);
782 ApiEvent("api,%s,\"%s\",%u\n", tag, *class_name, index);
790 ApiEvent("api,%s,\"%s\"\n", tag, *class_name);
796 ApiEvent("api,%s\n", name);