AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationOrchestratorStateTracker Member List

This is the complete list of members for alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationOrchestratorStateTracker, including all inherited members.

acquireWindow(const std::string &clientId, const std::string &windowId, PresentationMetadata metadata)=0alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorStateTrackerInterfacepure virtual
addStateObserver(std::weak_ptr< PresentationOrchestratorStateObserverInterface > observer)=0alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorStateTrackerInterfacepure virtual
addWindow(const PresentationOrchestratorWindowInstance &window)=0alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorStateTrackerInterfacepure virtual
addWindowObserver(std::weak_ptr< PresentationOrchestratorWindowObserverInterface > observer)=0alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorStateTrackerInterfacepure virtual
getFocusedInterface()=0alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorStateTrackerInterfacepure virtual
getFocusedWindowId()=0alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorStateTrackerInterfacepure virtual
getWindowInformation()=0alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorStateTrackerInterfacepure virtual
MOCK_METHOD0(releaseDeviceInterface, void())alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationOrchestratorStateTracker
MOCK_METHOD0(getFocusedInterface, std::string())alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationOrchestratorStateTracker
MOCK_METHOD0(getFocusedWindowId, std::string())alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationOrchestratorStateTracker
MOCK_METHOD0(getWindowInformation, std::vector< presentationOrchestratorInterfaces::PresentationOrchestratorWindowInfo >())alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationOrchestratorStateTracker
MOCK_METHOD1(setDeviceInterface, void(std::string interface))alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationOrchestratorStateTracker
MOCK_METHOD1(setWindows, void(const std::vector< presentationOrchestratorInterfaces::PresentationOrchestratorWindowInstance > &windows))alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationOrchestratorStateTracker
MOCK_METHOD1(addWindow, bool(const presentationOrchestratorInterfaces::PresentationOrchestratorWindowInstance &window))alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationOrchestratorStateTracker
MOCK_METHOD1(removeWindow, void(const std::string &windowId))alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationOrchestratorStateTracker
MOCK_METHOD1(updateWindow, void(const presentationOrchestratorInterfaces::PresentationOrchestratorWindowInstance &window))alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationOrchestratorStateTracker
MOCK_METHOD1(addWindowObserver, void(std::weak_ptr< presentationOrchestratorInterfaces::PresentationOrchestratorWindowObserverInterface > observer))alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationOrchestratorStateTracker
MOCK_METHOD1(removeWindowObserver, void(std::weak_ptr< presentationOrchestratorInterfaces::PresentationOrchestratorWindowObserverInterface > observer))alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationOrchestratorStateTracker
MOCK_METHOD1(addStateObserver, void(std::weak_ptr< presentationOrchestratorInterfaces::PresentationOrchestratorStateObserverInterface > observer))alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationOrchestratorStateTracker
MOCK_METHOD1(removeStateObserver, void(std::weak_ptr< presentationOrchestratorInterfaces::PresentationOrchestratorStateObserverInterface > obserevr))alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationOrchestratorStateTracker
MOCK_METHOD2(releaseWindow, void(const std::string &clientId, const std::string &windowId))alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationOrchestratorStateTracker
MOCK_METHOD3(acquireWindow, void(const std::string &clientId, const std::string &windowId, presentationOrchestratorInterfaces::PresentationMetadata metadata))alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationOrchestratorStateTracker
MOCK_METHOD3(updatePresentationMetadata, void(const std::string &clientId, const std::string &windowId, presentationOrchestratorInterfaces::PresentationMetadata metadata))alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationOrchestratorStateTracker
releaseDeviceInterface()=0alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorStateTrackerInterfacepure virtual
releaseWindow(const std::string &clientId, const std::string &windowId)=0alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorStateTrackerInterfacepure virtual
removeStateObserver(std::weak_ptr< PresentationOrchestratorStateObserverInterface > observer)=0alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorStateTrackerInterfacepure virtual
removeWindow(const std::string &windowId)=0alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorStateTrackerInterfacepure virtual
removeWindowObserver(std::weak_ptr< PresentationOrchestratorWindowObserverInterface > observer)=0alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorStateTrackerInterfacepure virtual
setDeviceInterface(std::string interfaceName)=0alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorStateTrackerInterfacepure virtual
setWindows(const std::vector< PresentationOrchestratorWindowInstance > &windows)=0alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorStateTrackerInterfacepure virtual
updatePresentationMetadata(const std::string &clientId, const std::string &windowId, PresentationMetadata metadata)=0alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorStateTrackerInterfacepure virtual
updateWindow(const PresentationOrchestratorWindowInstance &window)=0alexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorStateTrackerInterfacepure virtual
~PresentationOrchestratorStateTrackerInterface()=defaultalexaClientSDK::presentationOrchestratorInterfaces::PresentationOrchestratorStateTrackerInterfacevirtual

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