#ifndef SERVICES_DEVICE_PUBLIC_MOJOM_WAKE_LOCK_MOJOM_SHARED_H_
#define SERVICES_DEVICE_PUBLIC_MOJOM_WAKE_LOCK_MOJOM_SHARED_H_
#include <stdint.h>
#include <functional>
#include <iosfwd>
#include <type_traits>
#include <utility>
#include "mojo/public/cpp/bindings/array_data_view.h"
#include "mojo/public/cpp/bindings/enum_traits.h"
#include "mojo/public/cpp/bindings/interface_data_view.h"
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/serialization.h"
#include "mojo/public/cpp/bindings/map_data_view.h"
#include "mojo/public/cpp/bindings/string_data_view.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "services/device/public/mojom/wake_lock.mojom-shared-internal.h"
#include "mojo/public/cpp/bindings/lib/interface_serialization.h"
#include "mojo/public/cpp/system/data_pipe.h"
namespace device::mojom {
}
namespace mojo {
namespace internal {
}
}
namespace device::mojom {
enum class WakeLockType : int32_t { … };
std::ostream& operator<<(std::ostream& os, WakeLockType value);
inline bool IsKnownEnumValue(WakeLockType value) { … }
enum class WakeLockReason : int32_t { … };
std::ostream& operator<<(std::ostream& os, WakeLockReason value);
inline bool IsKnownEnumValue(WakeLockReason value) { … }
class WakeLockInterfaceBase { … };
WakeLockPtrDataView;
WakeLockRequestDataView;
WakeLockAssociatedPtrInfoDataView;
WakeLockAssociatedRequestDataView;
}
namespace std {
template <>
struct hash<::device::mojom::WakeLockType>
: public mojo::internal::EnumHashImpl<::device::mojom::WakeLockType> { … };
template <>
struct hash<::device::mojom::WakeLockReason>
: public mojo::internal::EnumHashImpl<::device::mojom::WakeLockReason> { … };
}
namespace mojo {
namespace internal {
Serializer< ::device::mojom::WakeLockType, MaybeConstUserType>;
}
namespace internal {
Serializer< ::device::mojom::WakeLockReason, MaybeConstUserType>;
}
}
namespace device::mojom {
}
namespace perfetto {
template <>
struct TraceFormatTraits<::device::mojom::WakeLockType> { … };
}
namespace perfetto {
template <>
struct TraceFormatTraits<::device::mojom::WakeLockReason> { … };
}
#endif