15 #ifndef ACSDK_APLCAPABILITYCOMMONINTERFACES_MOCKAPLDOCUMENTSESSION_H_ 16 #define ACSDK_APLCAPABILITYCOMMONINTERFACES_MOCKAPLDOCUMENTSESSION_H_ 23 namespace aplCapabilityCommonInterfaces {
49 #endif // ACSDK_APLCAPABILITYCOMMONINTERFACES_MOCKAPLDOCUMENTSESSION_H_
virtual void resetTimeout()=0
Definition: MockAPLDocumentSession.h:29
virtual bool isForegroundFocused()=0
MOCK_CONST_METHOD0(getToken, PresentationToken())
MOCK_METHOD2(dataSourceUpdate, void(const std::string &sourceType, const std::string &payload))
Definition: AmdMetricWrapperTest.cpp:24
::std::string string
Definition: gtest-port.h:1097
virtual void updateLifespan(presentationOrchestratorInterfaces::PresentationLifespan lifespan)=0
unsigned int ContextRequestToken
Alias for the token used to identify a context request.
Definition: ContextRequestToken.h:23
MOCK_METHOD0(clearDocument, void())
virtual void stopTimeout()=0
virtual void interruptCommandSequence()=0
virtual void updateTimeout(std::chrono::milliseconds timeout)=0
std::string PresentationToken
Alias for the token used by APL directives.
Definition: PresentationToken.h:22
Definition: APLDocumentSessionInterface.h:37
virtual void dataSourceUpdate(const std::string &sourceType, const std::string &payload)=0
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
virtual void provideDocumentContext(const avsCommon::sdkInterfaces::ContextRequestToken stateRequestToken)=0
virtual void executeCommands(const std::string &commands)=0
PresentationLifespan
Definition: PresentationTypes.h:27
virtual PresentationToken getToken() const =0
virtual void clearDocument()=0
virtual void requestForeground()=0
MOCK_METHOD1(executeCommands, void(const std::string &commands))