AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros
MockHTTP2MimeResponseDecodeSink.cpp File Reference
#include <algorithm>
#include <cstring>
#include <iostream>
#include <string>
#include <vector>
#include "AVSCommon/Utils/HTTP2/MockHTTP2MimeResponseDecodeSink.h"
#include "AVSCommon/Utils/Common/Common.h"
Include dependency graph for MockHTTP2MimeResponseDecodeSink.cpp:

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::avsCommon
 
 alexaClientSDK::avsCommon::utils
 
 alexaClientSDK::avsCommon::utils::http2
 

Macros

#define SHOULD_PAUSE   (generateRandomNumber(1, 20) < 5 || m_pauseCount == 0)
 PAUSE probability set to 25% after first mandatory pause. More...
 

Macro Definition Documentation

◆ SHOULD_PAUSE

#define SHOULD_PAUSE   (generateRandomNumber(1, 20) < 5 || m_pauseCount == 0)

PAUSE probability set to 25% after first mandatory pause.

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