Home
last modified time | relevance | path

Searched refs:CountDownLatch (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/location/test/location_common/source/
H A Dcommon_utils_test.cpp259 auto latch = std::make_shared<CountDownLatch>();
267 auto latch = std::make_shared<CountDownLatch>();
275 auto latch = std::make_shared<CountDownLatch>();
283 auto latch = std::make_shared<CountDownLatch>();
290 auto latch = std::make_shared<CountDownLatch>();
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dcommon_utils.h188 class CountDownLatch {
190 CountDownLatch() in CountDownLatch() function
194 ~CountDownLatch() = default;
H A Dlocation_gnss_geofence_callback_napi.h90 CountDownLatch* latch_;
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dcommon_utils.cpp163 void CountDownLatch::Wait(int time) in Wait()
174 void CountDownLatch::CountDown() in CountDown()
191 int CountDownLatch::GetCount() in GetCount()
197 void CountDownLatch::SetCount(int count) in SetCount()
/ohos5.0/base/location/frameworks/location_common/common/
H A Dliblbsservice_common_version_script.txt18 "*Location*CountDownLatch*";
/ohos5.0/base/location/frameworks/js/napi/include/
H A Dlocating_required_data_callback_napi.h100 CountDownLatch* latch_;
H A Dlocator_callback_napi.h147 CountDownLatch* latch_;
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocating_required_data_callback_napi.cpp47 latch_ = new CountDownLatch(); in InitLatch()
H A Dlocation_gnss_geofence_callback_napi.cpp52 latch_ = new CountDownLatch(); in InitLatch()
H A Dlocator_callback_napi.cpp54 latch_ = new CountDownLatch(); in InitLatch()