blob: 05659abd925e617aefa8edb1e856f074c5823054 [file] [log] [blame]
// mojom/passpoint.mojom-shared-message-ids.h is auto generated by mojom_bindings_generator.py, do not edit
// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MOJOM_PASSPOINT_MOJOM_SHARED_MESSAGE_IDS_H_
#define MOJOM_PASSPOINT_MOJOM_SHARED_MESSAGE_IDS_H_
#include <stdint.h>
namespace chromeos::connectivity::mojom {
namespace messages {
enum class PasspointEventsListener : uint32_t {
kOnPasspointSubscriptionAdded = 0,
kOnPasspointSubscriptionRemoved = 1,
};
enum class PasspointService : uint32_t {
kGetPasspointSubscription = 0,
kListPasspointSubscriptions = 1,
kDeletePasspointSubscription = 2,
kRegisterPasspointListener = 3,
};
} // namespace messages
} // chromeos::connectivity::mojom
#endif // MOJOM_PASSPOINT_MOJOM_SHARED_MESSAGE_IDS_H_