16 #ifndef ALEXA_CLIENT_SDK_CAPABILITYAGENTS_SPEAKERMANAGER_SPEAKERMANAGER_TEST_INCLUDE_ACSDK_SPEAKERMANAGER_TEST_MOCKSPEAKERMANAGERCONFIG_H_ 17 #define ALEXA_CLIENT_SDK_CAPABILITYAGENTS_SPEAKERMANAGER_SPEAKERMANAGER_TEST_INCLUDE_ACSDK_SPEAKERMANAGER_TEST_MOCKSPEAKERMANAGERCONFIG_H_ 22 namespace speakerManager {
44 #endif // ALEXA_CLIENT_SDK_CAPABILITYAGENTS_SPEAKERMANAGER_SPEAKERMANAGER_TEST_INCLUDE_ACSDK_SPEAKERMANAGER_TEST_MOCKSPEAKERMANAGERCONFIG_H_ virtual bool getDefaultAlertsVolume(std::uint8_t &defaultAlertsVolume) noexcept=0
Load minimum unmute volume from platform configuration.
virtual bool getMinUnmuteVolume(std::uint8_t &minUnmuteVolume) noexcept=0
Load minimum unmute volume from platform configuration.
Definition: AmdMetricWrapperTest.cpp:24
MOCK_NOEXCEPT_METHOD1(getPersistentStorage, bool(bool &))
virtual bool getPersistentStorage(bool &persistentStorage) noexcept=0
Load persistent storage setting from platform configuration.
Mock object for SpeakerManagerConfigInterface.
Definition: MockSpeakerManagerConfig.h:31
virtual bool getDefaultSpeakerVolume(std::uint8_t &defaultSpeakerVolume) noexcept=0
Load minimum unmute volume from platform configuration.
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Speaker manager configuration interface.
Definition: SpeakerManagerConfigInterface.h:35
virtual bool getRestoreMuteState(bool &restoreMuteState) noexcept=0
Load minimum unmute volume from platform configuration.