Home
last modified time | relevance | path

Searched refs:AsyncTask (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dasync_task.cpp11 AsyncTask::Impl::Impl(std::function<void()>&& fn) in Impl()
17 void AsyncTask::Impl::maySend() { in maySend()
23 void AsyncTask::Impl::runTask() { in runTask()
30 AsyncTask::AsyncTask(std::function<void()>&& fn) in AsyncTask() function in mbgl::util::AsyncTask
34 AsyncTask::~AsyncTask() { in ~AsyncTask()
37 void AsyncTask::send() { in send()
H A Dasync_task_impl.hpp15 class AsyncTask::Impl : public QObject {
H A Drun_loop_impl.hpp28 std::unique_ptr<AsyncTask> async;
H A Drun_loop.cpp40 impl->async = std::make_unique<AsyncTask>(std::bind(&RunLoop::process, this)); in RunLoop()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dasync_task.cpp13 class AsyncTask::Impl {
55 AsyncTask::AsyncTask(std::function<void()>&& fn) in AsyncTask() function in mbgl::util::AsyncTask
59 AsyncTask::~AsyncTask() = default;
61 void AsyncTask::send() { in send()
H A Drun_loop.cpp74 std::unique_ptr<AsyncTask> async;
101 impl->async = std::make_unique<AsyncTask>(std::bind(&RunLoop::process, this)); in RunLoop()
H A Donline_file_source.cpp199 util::AsyncTask reachability { std::bind(&Impl::networkIsReachableAgain, this) };
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Dnetwork_status.hpp10 class AsyncTask;
25 static void Subscribe(util::AsyncTask* async);
26 static void Unsubscribe(util::AsyncTask* async);
31 static std::unordered_set<util::AsyncTask*> observers;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dasync_task.hpp11 class AsyncTask : private util::noncopyable { class
13 AsyncTask(std::function<void()>&&);
14 ~AsyncTask();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/
H A Dnetwork_status.cpp14 std::unordered_set<util::AsyncTask *> NetworkStatus::observers;
33 void NetworkStatus::Subscribe(util::AsyncTask *async) { in Subscribe()
38 void NetworkStatus::Unsubscribe(util::AsyncTask *async) { in Unsubscribe()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/gl/
H A Dheadless_frontend.hpp46 util::AsyncTask asyncInvalidate;