#include <stdarg.h>
#include <sys/socket.h>
#include <iostream>
#include <algorithm>
#include <errno.h>
#include <cassert>
#include <cctype>
#include <cerrno>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <libhomescreen.hpp>
#include "hmi-debug.h"
Go to the source code of this file.
|
static bool | has_verb (const string &verb) |
|
static void | _on_hangup_static (void *closure, struct afb_wsj1 *wsj) |
|
static void | _on_call_static (void *closure, const char *api, const char *verb, struct afb_wsj1_msg *msg) |
|
static void | _on_event_static (void *closure, const char *event, struct afb_wsj1_msg *msg) |
|
static void | _on_reply_static (void *closure, struct afb_wsj1_msg *msg) |
|
|
static const char | API [] = "homescreen" |
|
static const char | ApplicationId [] = "application_id" |
|
static void _on_call_static |
( |
void * |
closure, |
|
|
const char * |
api, |
|
|
const char * |
verb, |
|
|
struct afb_wsj1_msg * |
msg |
|
) |
| |
|
static |
static void _on_event_static |
( |
void * |
closure, |
|
|
const char * |
event, |
|
|
struct afb_wsj1_msg * |
msg |
|
) |
| |
|
static |
static void _on_hangup_static |
( |
void * |
closure, |
|
|
struct afb_wsj1 * |
wsj |
|
) |
| |
|
static |
static void _on_reply_static |
( |
void * |
closure, |
|
|
struct afb_wsj1_msg * |
msg |
|
) |
| |
|
static |
static bool has_verb |
( |
const string & |
verb | ) |
|
|
static |
Definition at line 705 of file libhomescreen.cpp.
707 HMI_DEBUG(
"libhomescreen",
"verb is %s", verb.c_str());
#define HMI_DEBUG(prefix, args,...)
static const std::vector< std::string > api_list
const char API[] = "homescreen" |
|
static |
const char ApplicationId[] = "application_id" |
|
static |