Home
last modified time | relevance | path

Searched refs:expectedtype (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_dbus.h87 …nst char *path, const char *interface, const char *property, const int expectedtype, void *result);
92 …nst char *path, const char *interface, const char *property, const int expectedtype, void *result);
A DSDL_dbus.c298 …onst char *path, const char *interface, const char *property, const int expectedtype, void *result) in SDL_DBus_QueryPropertyOnConnection() argument
312 if (dbus.message_iter_get_arg_type(&sub) == expectedtype) { in SDL_DBus_QueryPropertyOnConnection()
328 …onst char *path, const char *interface, const char *property, const int expectedtype, void *result) in SDL_DBus_QueryProperty() argument
330 …ueryPropertyOnConnection(dbus.session_conn, node, path, interface, property, expectedtype, result); in SDL_DBus_QueryProperty()

Completed in 6 milliseconds