AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions | Variables
LocaleHandler.cpp File Reference
#include "System/LocaleHandler.h"
#include <AVSCommon/Utils/JSON/JSONUtils.h>
#include <Settings/DeviceSettingsManager.h>
#include <Settings/Setting.h>
#include <Settings/SettingEventMetadata.h>
#include <Settings/SettingEventSender.h>
#include <Settings/SharedAVSSettingProtocol.h>
#include <rapidjson/stringbuffer.h>
#include <rapidjson/writer.h>
Include dependency graph for LocaleHandler.cpp:

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::capabilityAgents
 
 alexaClientSDK::capabilityAgents::system
 

Macros

#define LX(event)   alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)
 

Functions

static const std::string alexaClientSDK::capabilityAgents::system::TAG ("LocaleHandler")
 String to identify log entries originating from this file. More...
 

Variables

static const std::string alexaClientSDK::capabilityAgents::system::LOCALE_NAMESPACE = "System"
 This string holds the namespace for AVS enpointing. More...
 
static const std::string alexaClientSDK::capabilityAgents::system::SET_LOCALE_DIRECTIVE = "SetLocales"
 This string holds the name of the directive that's being sent for setting the locale. More...
 
static const std::string alexaClientSDK::capabilityAgents::system::LOCALE_REPORT_EVENT = "LocalesReport"
 This string holds the name of the event to report the locale. More...
 
static const std::string alexaClientSDK::capabilityAgents::system::LOCALE_CHANGED_EVENT = "LocalesChanged"
 This string holds the name of the event to change the locale. More...
 
static const std::string alexaClientSDK::capabilityAgents::system::LOCALE_PAYLOAD_KEY = "locales"
 This string holds the key for the locale in the payload. More...
 

Macro Definition Documentation

◆ LX

#define LX (   event)    alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)

Create a LogEntry using this file's TAG and the specified event string.

Parameters
Theevent string for this LogEntry.

AlexaClientSDK 1.26.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0