Searched refs:expectedtype (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_dbus.h | 87 …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 D | SDL_dbus.c | 298 …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