Home | History | Annotate | Download | only in src

Lines Matching refs:ApiEvent

411 // ApiEvent is private so all the calls come from the Logger class.  It is the
414 void Logger::ApiEvent(const char* format, ...) {
432 ApiEvent("api,check-security,\"%s\"\n", *str);
434 ApiEvent("api,check-security,undefined\n");
436 ApiEvent("api,check-security,['no-name']\n");
572 ApiEvent("api,check-security,%u\n", index);
588 Logger::ApiEvent("api,%s,\"%s\",\"%s\"\n", tag, *class_name, *property_name);
600 Logger::ApiEvent("api,%s,\"%s\",%u\n", tag, *class_name, index);
610 Logger::ApiEvent("api,%s,\"%s\"\n", tag, *class_name);
618 Logger::ApiEvent("api,%s\n", name);