Searched refs:SDL_DBus_QueryPropertyOnConnection (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/power/linux/ |
A D | SDL_syspower.c | 553 …if (!SDL_DBus_QueryPropertyOnConnection(conn, UPOWER_DBUS_NODE, path, UPOWER_DEVICE_DBUS_INTERFACE… in check_upower_device() 557 …} else if (!SDL_DBus_QueryPropertyOnConnection(conn, UPOWER_DBUS_NODE, path, UPOWER_DEVICE_DBUS_IN… in check_upower_device() 561 …} else if (!SDL_DBus_QueryPropertyOnConnection(conn, UPOWER_DBUS_NODE, path, UPOWER_DEVICE_DBUS_IN… in check_upower_device() 565 …} else if (!SDL_DBus_QueryPropertyOnConnection(conn, UPOWER_DBUS_NODE, path, UPOWER_DEVICE_DBUS_IN… in check_upower_device() 577 …if (!SDL_DBus_QueryPropertyOnConnection(conn, UPOWER_DBUS_NODE, path, UPOWER_DEVICE_DBUS_INTERFACE… in check_upower_device() 584 …if (!SDL_DBus_QueryPropertyOnConnection(conn, UPOWER_DBUS_NODE, path, UPOWER_DEVICE_DBUS_INTERFACE… in check_upower_device()
|
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_threadprio.c | 60 …if (!dbus || !SDL_DBus_QueryPropertyOnConnection(dbus->system_conn, RTKIT_DBUS_NODE, RTKIT_DBUS_PA… in rtkit_initialize() 66 …if (!dbus || !SDL_DBus_QueryPropertyOnConnection(dbus->system_conn, RTKIT_DBUS_NODE, RTKIT_DBUS_PA… in rtkit_initialize()
|
A D | SDL_dbus.h | 92 extern SDL_bool SDL_DBus_QueryPropertyOnConnection(DBusConnection *conn, const char *node, const ch…
|
A D | SDL_dbus.c | 298 SDL_DBus_QueryPropertyOnConnection(DBusConnection *conn, const char *node, const char *path, const … in SDL_DBus_QueryPropertyOnConnection() function 330 …return SDL_DBus_QueryPropertyOnConnection(dbus.session_conn, node, path, interface, property, expe… in SDL_DBus_QueryProperty()
|
Completed in 6 milliseconds