Copy as Markdown

Other Tools

// GENERATED CODE
// Generated by the Java program at /build/annotationProcessors at compile time
// from annotations on Java methods. To update, change the annotations on the
// corresponding Java methods and rerun the build. Manually updating this file
// will cause your build to fail.
#ifndef mozilla_java_TelemetryUtilsWrappers_h
#define mozilla_java_TelemetryUtilsWrappers_h
#ifndef MOZ_PREPROCESSOR
#include "mozilla/jni/Refs.h"
#endif
namespace mozilla {
namespace java {
class TelemetryUtils : public mozilla::jni::ObjectBase<TelemetryUtils>
{
public:
static constexpr char name[] =
"org/mozilla/gecko/TelemetryUtils";
explicit TelemetryUtils(const Context& ctx) : ObjectBase<TelemetryUtils>(ctx) {}
// Suggested header signature for native method:
// static void AddHistogram(mozilla::jni::String::Param, int32_t);
struct AddHistogram_t {
typedef TelemetryUtils Owner;
typedef void ReturnType;
typedef void SetterType;
typedef mozilla::jni::Args<
mozilla::jni::String::Param,
int32_t> Args;
static constexpr char name[] = "nativeAddHistogram";
static constexpr char signature[] =
"(Ljava/lang/String;I)V";
static const bool isStatic = true;
static const mozilla::jni::ExceptionMode exceptionMode =
mozilla::jni::ExceptionMode::ABORT;
static const mozilla::jni::CallingThread callingThread =
mozilla::jni::CallingThread::ANY;
static const mozilla::jni::DispatchTarget dispatchTarget =
mozilla::jni::DispatchTarget::GECKO;
};
static const mozilla::jni::CallingThread callingThread =
mozilla::jni::CallingThread::ANY;
template<class Impl> class Natives;
};
} /* java */
} /* mozilla */
#endif // mozilla_java_TelemetryUtilsWrappers_h