![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <MockPostConnectOperation.h>
Public Member Functions | |
MOCK_METHOD0 (getOperationPriority, unsigned int()) | |
MOCK_METHOD1 (performOperation, bool(const std::shared_ptr< avsCommon::sdkInterfaces::MessageSenderInterface > &)) | |
MOCK_METHOD0 (abortOperation, void()) | |
![]() | |
virtual | ~PostConnectOperationInterface ()=default |
virtual unsigned int | getOperationPriority ()=0 |
virtual bool | performOperation (const std::shared_ptr< avsCommon::sdkInterfaces::MessageSenderInterface > &messageSender)=0 |
virtual void | abortOperation ()=0 |
Additional Inherited Members | |
![]() | |
static constexpr unsigned int | VERIFY_GATEWAY_PRIORITY = 50 |
Operation priority for AVS Gateway Verification. More... | |
static constexpr unsigned int | ENDPOINT_DISCOVERY_PRIORITY = 100 |
Operation priority for Publishing Capabilities to AVS. More... | |
static constexpr unsigned int | SYNCHRONIZE_STATE_PRIORITY = 150 |
Operation priority for sending SynchronizeState event to AVS. More... | |
Mock class for PostConnectOperationInterface
.
alexaClientSDK::acl::transport::test::MockPostConnectOperation::MOCK_METHOD0 | ( | getOperationPriority | , |
unsigned | int() | ||
) |
alexaClientSDK::acl::transport::test::MockPostConnectOperation::MOCK_METHOD0 | ( | abortOperation | , |
void() | |||
) |
alexaClientSDK::acl::transport::test::MockPostConnectOperation::MOCK_METHOD1 | ( | performOperation | , |
bool(const std::shared_ptr< avsCommon::sdkInterfaces::MessageSenderInterface > &) | |||
) |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0