Home
last modified time | relevance | path

Searched refs:connectDecisionCond_ (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/allconnectmgr/
H A Ddsched_all_connect_manager.h72 std::condition_variable connectDecisionCond_; member in OHOS::DistributedSchedule::DSchedAllConnectManager
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/allconnectmgr/
H A Ddsched_all_connect_manager.cpp233 connectDecisionCond_.wait_for(decisionLock, std::chrono::seconds(CONNECT_DECISION_WAIT_S), in WaitAllConnectApplyCb()
255 connectDecisionCond_.notify_all(); in NotifyAllConnectDecision()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue_manager.h108 std::condition_variable connectDecisionCond_; member in OHOS::DistributedSchedule::DSchedContinueManager
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_manager.cpp111 connectDecisionCond_.notify_all(); in NotifyAllConnectDecision()
336 connectDecisionCond_.wait_for(decisionLock, std::chrono::seconds(CONNECT_DECISION_WAIT_S), in WaitAllConnectDecision()

Completed in 3 milliseconds