Searched refs:SDL_DBus_CallVoidMethod (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_dbus.c | 287 SDL_DBus_CallVoidMethod(const char *node, const char *path, const char *interface, const char *meth… in SDL_DBus_CallVoidMethod() function 339 …SDL_DBus_CallVoidMethod("org.gnome.ScreenSaver", "/org/gnome/ScreenSaver", "org.gnome.ScreenSaver"… in SDL_DBus_ScreensaverTickle() 340 …SDL_DBus_CallVoidMethod("org.freedesktop.ScreenSaver", "/org/freedesktop/ScreenSaver", "org.freede… in SDL_DBus_ScreensaverTickle() 364 …if (!SDL_DBus_CallVoidMethod(node, path, interface, "UnInhibit", DBUS_TYPE_UINT32, &screensaver_co… in SDL_DBus_ScreensaverInhibit()
|
A D | SDL_fcitx.c | 188 …SDL_DBus_CallVoidMethod(FCITX_DBUS_SERVICE, client->ic_path, FCITX_IC_DBUS_INTERFACE, method, DBUS… in FcitxClientICCallMethod() 208 …SDL_DBus_CallVoidMethod(FCITX_DBUS_SERVICE, client->ic_path, FCITX_IC_DBUS_INTERFACE, "SetCapabili… in Fcitx_SetCapabilities() 402 …SDL_DBus_CallVoidMethod(FCITX_DBUS_SERVICE, fcitx_client.ic_path, FCITX_IC_DBUS_INTERFACE, "SetCur… in SDL_Fcitx_UpdateTextRect()
|
A D | SDL_dbus.h | 86 extern SDL_bool SDL_DBus_CallVoidMethod(const char *node, const char *path, const char *interface, …
|
Completed in 4 milliseconds