Home
last modified time | relevance | path

Searched refs:addWatch (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/package/php-pecl-dbus/
H A D0001-php8-compat.patch32 - 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 Drun_loop.hpp52 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 Drun_loop.cpp92 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 Drun_loop.cpp153 void RunLoop::addWatch(int fd, Event event, std::function<void(int, Event)>&& callback) { in addWatch() function in mbgl::util::RunLoop
H A Dhttp_file_source.cpp260 util::RunLoop::Get()->addWatch(s, util::RunLoop::Event::Read, in handleSocket()
266 util::RunLoop::Get()->addWatch(s, util::RunLoop::Event::Write, in handleSocket()