Searched refs:addWatch (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/php-pecl-dbus/ |
| H A D | 0001-php8-compat.patch | 32 - PHP_ME(Dbus, addWatch, NULL, ZEND_ACC_PUBLIC) 38 + PHP_ME(Dbus, addWatch, arginfo_void, ZEND_ACC_PUBLIC)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | run_loop.hpp | 52 void addWatch(int fd, Event, std::function<void(int, Event)>&& callback);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | run_loop.cpp | 92 void RunLoop::addWatch(int fd, Event event, std::function<void(int, Event)>&& cb) { in addWatch() function in mbgl::util::RunLoop
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | run_loop.cpp | 153 void RunLoop::addWatch(int fd, Event event, std::function<void(int, Event)>&& callback) { in addWatch() function in mbgl::util::RunLoop
|
| H A D | http_file_source.cpp | 260 util::RunLoop::Get()->addWatch(s, util::RunLoop::Event::Read, in handleSocket() 266 util::RunLoop::Get()->addWatch(s, util::RunLoop::Event::Write, in handleSocket()
|