summaryrefslogtreecommitdiff
path: root/tst/stubs/gen/nhm-dbus-info-stub.h
blob: 368593e10a2c9c3cef3aaadea421b00a67ceef21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/* NHM - NodeHealthMonitor
 *
 * Definition of stubs for nhm-dbus-info
 *
 * Author: Jean-Pierre Bogler <Jean-Pierre.Bogler@continental-corporation.com>
 *
 * Copyright (C) 2013 Continental Automotive Systems, Inc.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public License,
 * v. 2.0. If a copy of the MPL was not distributed with this file, You can
 * obtain one at http://mozilla.org/MPL/2.0/.
 */

#ifndef NHM_DBUS_INFO_STUB_H
#define NHM_DBUS_INFO_STUB_H

/*******************************************************************************
*
* Header includes
*
*******************************************************************************/

#include <gio/gio.h>
#include <gen/nhm-dbus-info.h> /* Header of real nsm-dbus-info */

/*******************************************************************************
*
* Exported variables, constants and defines
*
*******************************************************************************/

extern gint nhm_dbus_info_complete_read_statistics_stub_CurrentFailCount;
extern gint nhm_dbus_info_complete_read_statistics_stub_TotalFailures;
extern gint nhm_dbus_info_complete_read_statistics_stub_TotalLifecycles;
extern gint nhm_dbus_info_complete_request_node_restart_stub_ErrorStatus;

/*******************************************************************************
*
* Exported functions
*
*******************************************************************************/

void nhm_dbus_info_emit_app_health_status_stub       (NhmDbusInfo           *object,
                                                      const gchar           *arg_AppName,
                                                      gint                   arg_AppStatus);

void nhm_dbus_info_complete_register_app_status_stub (NhmDbusInfo           *object,
                                                      GDBusMethodInvocation *invocation);

void nhm_dbus_info_complete_read_statistics_stub     (NhmDbusInfo           *object,
                                                      GDBusMethodInvocation *invocation,
                                                      guint                  CurrentFailCount,
                                                      guint                  TotalFailures,
                                                      guint                  TotalLifecycles,
                                                      gint                   ErrorStatus);


void nhm_dbus_info_complete_request_node_restart_stub(NhmDbusInfo           *object,
                                                      GDBusMethodInvocation *invocation,
                                                      gint                   ErrorStatus);

#endif /* NHM_DBUS_INFO_STUB_H */