Home
last modified time | relevance | path

Searched defs:WaitFor (Results 1 – 11 of 11) sorted by relevance

/foundation/multimedia/histreamer/engine/include/foundation/osal/base/
Dsynchronizer.h57 bool WaitFor(SyncIdType syncId, const std::function<void()>& asyncOps, int timeoutMs) in WaitFor() function
90 …bool WaitFor(SyncIdType syncId, const std::function<bool()>& asyncOps, int timeoutMs, ResultType& … in WaitFor() function
/foundation/multimedia/histreamer/engine/include/foundation/osal/thread/
Dcondition_variable.h53 bool WaitFor(ScopedLock& lock, int timeoutMs, Predicate pred) in WaitFor() function
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
Dnet_detection_callback_test.cpp32 void NetDetectionCallbackTest::WaitFor(int timeoutSecond) in WaitFor() function in OHOS::NetManagerStandard::NetDetectionCallbackTest
Dnet_conn_callback_test.cpp39 void NetConnCallbackTest::WaitFor(int timeoutSecond) in WaitFor() function in OHOS::NetManagerStandard::NetConnCallbackTest
/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
Dnet_stats_callback_test.cpp33 void NetStatsCallbackTest::WaitFor(int32_t timeoutSecond) in WaitFor() function in OHOS::NetManagerStandard::NetStatsCallbackTest
/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
Dnet_policy_callback_test.cpp35 void NetPolicyCallbackTest::WaitFor(int32_t timeoutSecond) in WaitFor() function in OHOS::NetManagerStandard::NetPolicyCallbackTest
/foundation/multimedia/histreamer/engine/foundation/osal/thread/
Dcondition_variable.cpp84 bool ConditionVariable::WaitFor(ScopedLock& lock, int timeoutMs) in WaitFor() function in OHOS::Media::OSAL::ConditionVariable
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
Dnone_io_waiter.cpp36 bool NoneIoWaiter::WaitFor(std::unique_lock<std::mutex> &lock, int64_t nanoseconds) in WaitFor() function in OHOS::AppExecFwk::NoneIoWaiter
Depoll_io_waiter_mingw.cpp56 bool EpollIoWaiter::WaitFor(std::unique_lock<std::mutex> &lock, int64_t nanoseconds) in WaitFor() function in OHOS::AppExecFwk::EpollIoWaiter
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
Dithumbnail_helper.cpp106 static bool WaitFor(const shared_ptr<SyncStatus>& thumbnailWait, int waitMs, unique_lock<mutex> &lc… in WaitFor() function
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/database_manage/
Dmedialibrary_sync_operation.cpp63 bool MediaLibrarySyncCallback::WaitFor() in WaitFor() function in OHOS::Media::MediaLibrarySyncCallback