16 #ifndef ALEXA_CLIENT_SDK_BLUETOOTHIMPLEMENTATIONS_BLUEZ_TEST_MOCK_INCLUDE_MOCKDBUSPROXY_H_ 17 #define ALEXA_CLIENT_SDK_BLUETOOTHIMPLEMENTATIONS_BLUEZ_TEST_MOCK_INCLUDE_MOCKDBUSPROXY_H_ 25 namespace bluetoothImplementations {
45 #endif // ALEXA_CLIENT_SDK_BLUETOOTHIMPLEMENTATIONS_BLUEZ_TEST_MOCK_INCLUDE_MOCKDBUSPROXY_H_ Definition: MockDBusProxy.h:34
MOCK_CONST_METHOD0(getObjectPath, std::string())
MOCK_METHOD2(create, std::shared_ptr< DBusProxy >(const std::string &, const std::string &))
virtual std::string getObjectPath() const
Definition: gmock-actions.h:53
MOCK_METHOD4(callMethodWithFDList, ManagedGVariant(const std::string &, GVariant *, GUnixFDList **, GError **))
static std::shared_ptr< DBusProxy > create(const std::string &interfaceName, const std::string &objectPath)
MockDBusProxy()
Definition: MockDBusProxy.h:36
Definition: AmdMetricWrapperTest.cpp:24
::std::string string
Definition: gtest-port.h:1097
Definition: DBusProxy.h:33
Definition: ManagedGVariant.h:33
MOCK_METHOD0(get, GDBusProxy *())
MOCK_METHOD3(callMethod, ManagedGVariant(const std::string &, GVariant *, GError **))
virtual ManagedGVariant callMethod(const std::string &methodName, GVariant *parameters=nullptr, GError **error=nullptr)
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
virtual ManagedGVariant callMethodWithFDList(const std::string &methodName, GVariant *parameters=nullptr, GUnixFDList **outlist=nullptr, GError **error=nullptr)