Home
last modified time | relevance | path

Searched refs:THIS_INTERFACE (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/minimal-examples/dbus-client/minimal-dbus-ws-proxy-testclient/
Dminimal-dbus-ws-proxy-testclient.c55 #define THIS_INTERFACE "org.libwebsockets.wsclientproxy" macro
84 if (dbus_message_is_signal(message, THIS_INTERFACE, "Receive")) { in filter()
91 if (dbus_message_is_signal(message, THIS_INTERFACE, "Status") && in filter()
97 if (dbus_message_is_signal(message, THIS_INTERFACE, "Status") && in filter()
103 if (dbus_message_is_signal(message, THIS_INTERFACE, "Status") && in filter()
281 /* interface */ THIS_INTERFACE, in remote_method_call()
333 THIS_INTERFACE, "Send"); in sul_timer()
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-server/
Dmain.c34 #define THIS_INTERFACE "org.libwebsockets.test" macro
62 " <interface name='"THIS_INTERFACE"'>\n"
176 DBusMessage *r = dbus_message_new_signal(THIS_OBJECT, THIS_INTERFACE, in dmh_emit_signal()
206 { THIS_INTERFACE, "Ping", dmh_ping },
207 { THIS_INTERFACE, "Echo", dmh_echo },
208 { THIS_INTERFACE, "EmitSignal", dmh_emit_signal },
209 { THIS_INTERFACE, "Quit", dmh_emit_quit },
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
Dprotocol_lws_minimal_dbus_ws_proxy.c100 #define THIS_INTERFACE "org.libwebsockets.wsclientproxy" macro
126 " <interface name='"THIS_INTERFACE"'>\n"
297 m = dbus_message_new_signal(THIS_OBJECT, THIS_INTERFACE, signame); in issue_dbus_signal()
382 { THIS_INTERFACE, "Connect", dmh_connect },
383 { THIS_INTERFACE, "Send", dmh_send },
/third_party/libwebsockets/minimal-examples/dbus-client/minimal-dbus-client/
Dminimal-dbus-client.c27 #define THIS_INTERFACE "org.libwebsockets.test" macro
192 /* interface */ THIS_INTERFACE, in remote_method_call()