AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions | Variables
TimeZoneHandler.cpp File Reference
#include "System/TimeZoneHandler.h"
#include <AVSCommon/Utils/JSON/JSONUtils.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 TimeZoneHandler.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 ("TimeZoneHandler")
 String to identify log entries originating from this file. More...
 

Variables

static const std::string alexaClientSDK::capabilityAgents::system::TIMEZONE_NAMESPACE = "System"
 This string holds the namespace for AVS enpointing. More...
 
static const std::string alexaClientSDK::capabilityAgents::system::SET_TIMEZONE_DIRECTIVE = "SetTimeZone"
 This string holds the name of the directive that's being sent for setting the timezone. More...
 
static const std::string alexaClientSDK::capabilityAgents::system::TIMEZONE_REPORT_EVENT = "TimeZoneReport"
 This string holds the name of the event to report the timezone. More...
 
static const std::string alexaClientSDK::capabilityAgents::system::TIMEZONE_CHANGED_EVENT = "TimeZoneChanged"
 This string holds the name of the event to change the timezone. More...
 
static const std::string alexaClientSDK::capabilityAgents::system::TIMEZONE_PAYLOAD_KEY = "timeZone"
 This string holds the key for the timezone 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