Home
last modified time | relevance | path

Searched refs:asyncTaskDoneCv_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dnetwork_adapter.cpp126 asyncTaskDoneCv_.wait(asyncTaskDoneLock, [this] { return pendingAsyncTaskCount_ <= 0; }); in StopAdapter()
351 asyncTaskDoneCv_.notify_all(); in SearchOnlineRemoteDeviceAtStartup()
359 asyncTaskDoneCv_.notify_all(); in SearchOnlineRemoteDeviceAtStartup()
405 asyncTaskDoneCv_.notify_all(); in CheckDeviceOfflineAfterSendFail()
412 asyncTaskDoneCv_.notify_all(); in CheckDeviceOfflineAfterSendFail()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dnetwork_adapter.h83 std::condition_variable asyncTaskDoneCv_; variable