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_EnterpriseRootsWrappers_h
#define mozilla_java_EnterpriseRootsWrappers_h
#ifndef MOZ_PREPROCESSOR
#include "mozilla/jni/Refs.h"
#endif
namespace mozilla {
namespace java {
class EnterpriseRoots : public mozilla::jni::ObjectBase<EnterpriseRoots>
{
public:
static constexpr char name[] =
"org/mozilla/gecko/EnterpriseRoots";
explicit EnterpriseRoots(const Context& ctx) : ObjectBase<EnterpriseRoots>(ctx) {}
struct GatherEnterpriseRoots_t {
typedef EnterpriseRoots Owner;
typedef mozilla::jni::ObjectArray::LocalRef ReturnType;
typedef mozilla::jni::ObjectArray::Param SetterType;
typedef mozilla::jni::Args<> Args;
static constexpr char name[] = "gatherEnterpriseRoots";
static constexpr char signature[] =
"()[[B";
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::CURRENT;
};
// static byte[][] gatherEnterpriseRoots()
static auto GatherEnterpriseRoots() -> mozilla::jni::ObjectArray::LocalRef;
static const mozilla::jni::CallingThread callingThread =
mozilla::jni::CallingThread::ANY;
};
} /* java */
} /* mozilla */
#endif // mozilla_java_EnterpriseRootsWrappers_h