#include <stdarg.h>
#include <sys/socket.h>
#include <iostream>
#include <algorithm>
#include <thread>
#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 const char | API [] = "homescreen" |
|
◆ _on_call_static()
static void _on_call_static |
( |
void * |
closure, |
|
|
const char * |
api, |
|
|
const char * |
verb, |
|
|
struct afb_wsj1_msg * |
msg |
|
) |
| |
|
static |
◆ _on_event_static()
static void _on_event_static |
( |
void * |
closure, |
|
|
const char * |
event, |
|
|
struct afb_wsj1_msg * |
msg |
|
) |
| |
|
static |
◆ _on_hangup_static()
static void _on_hangup_static |
( |
void * |
closure, |
|
|
struct afb_wsj1 * |
wsj |
|
) |
| |
|
static |
◆ _on_reply_static()
static void _on_reply_static |
( |
void * |
closure, |
|
|
struct afb_wsj1_msg * |
msg |
|
) |
| |
|
static |
◆ event_loop_run()
static void* event_loop_run |
( |
void * |
args | ) |
|
|
static |
Definition at line 201 of file libhomescreen.cpp.
203 struct sd_event* loop = (
struct sd_event*)(args);
204 HMI_DEBUG(
"libhomescreen",
"start eventloop");
206 sd_event_run(loop, 30000000);
#define HMI_DEBUG(prefix, args,...)
◆ has_verb()
static bool has_verb |
( |
const string & |
verb | ) |
|
|
static |
Definition at line 518 of file libhomescreen.cpp.
520 HMI_DEBUG(
"libhomescreen",
"verb is %s", verb.c_str());
#define HMI_DEBUG(prefix, args,...)
static const std::vector< std::string > api_list
◆ API
const char API[] = "homescreen" |
|
static |