16 #ifndef ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_COMPONENTS_SYSTEMHANDLER_H_ 17 #define ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_COMPONENTS_SYSTEMHANDLER_H_ 27 namespace sampleApplications {
28 namespace ipcServerSampleApp {
37 ,
public std::enable_shared_from_this<SystemHandler> {
46 static std::shared_ptr<SystemHandler>
create(
47 std::shared_ptr<IPCHandlerRegistrationInterface> ipcHandlerRegistrar,
48 std::shared_ptr<SystemHandlerInterface> systemComponent);
98 std::shared_ptr<IPCHandlerRegistrationInterface> ipcHandlerRegistrar,
99 std::shared_ptr<SystemHandlerInterface> systemComponent);
102 std::shared_ptr<IPCHandlerRegistrationInterface> m_ipcHandlerRegistrar;
105 std::shared_ptr<IPCDispatcherInterface> m_ipcDispatcher;
108 std::shared_ptr<SystemHandlerInterface> m_systemComponent;
116 #endif // ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_COMPONENTS_SYSTEMHANDLER_H_ void setAlexaState(const std::string &state)
::std::string string
Definition: gtest-port.h:1097
Definition: RequiresShutdown.h:32
Definition: IPCHandlerBase.h:33
Definition: SystemHandler.h:34
void setAuthorizationState(const std::string &state)
void doShutdown() override
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
void setLocales(const std::string &localeStr)
static std::shared_ptr< SystemHandler > create(std::shared_ptr< IPCHandlerRegistrationInterface > ipcHandlerRegistrar, std::shared_ptr< SystemHandlerInterface > systemComponent)
void registerHandlers()
Register this handler for its namespace and its methods for the corresponding namespace functions...
void completeAuthorization(const std::string &url, const std::string &code, const std::string &clientId)