chromium/third_party/cros_system_api/dbus/privacy_screen/dbus-constants.h

// Copyright 2021 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef SYSTEM_API_DBUS_PRIVACY_SCREEN_DBUS_CONSTANTS_H_
#define SYSTEM_API_DBUS_PRIVACY_SCREEN_DBUS_CONSTANTS_H_

namespace privacy_screen {

// Privacy screen service in Chromium:
constexpr char kPrivacyScreenServiceName[] =;
constexpr char kPrivacyScreenServicePath[] =;
constexpr char kPrivacyScreenServiceInterface[] =;

// Methods:
constexpr char kPrivacyScreenServiceGetPrivacyScreenSettingMethod[] =;

// Signals:
constexpr char kPrivacyScreenServicePrivacyScreenSettingChangedSignal[] =;

}  // namespace privacy_screen

#endif  // SYSTEM_API_DBUS_PRIVACY_SCREEN_DBUS_CONSTANTS_H_